/* Tb - always show outbound attachment box */


/* ========== info start ========== */
/*
- forces tbird to show an attachment box on outbound msg windows
- works in Thunderbird 1.5.0.x/2.0.0.x/3.0.x

- source = http://forums.mozillazine.org/viewtopic.php?p=2159438#2159438

- history
= 2007-04-22, Sunday
confirmed works in tb2 & updated version info
= 2010-01-19, Tuesday
confirmed works in tb3 & updated version info
= 2015-11-05, Thursday
confirmed works in TB 38.3.0 & updated version info
*/
/* ========== info end ========== */


/* ========== code start ========== */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#attachments-box, #attachmentbucket-sizer {
	display: -moz-box !important;
	visibility: visible !important;
	}
/* ========== code end ========== */