Thunderbird attachments window too large

From Gentoo Linux Wiki

Jump to: navigation, search
This article is part of the HOWTO series.
Installation Kernel & Hardware Networks Portage Software System X Server Gaming Non-x86 Emulators Misc

So you've just subscribed to the gentoo digest and it seems that instead of getting messages you're only getting attachments... actually, 'tis not the case.

export MOZ_T_PROFILE=default.your_random_letters
cat - >> ~/.thunderbird/${MOZ_T_PROFILE}/chrome/userChrome.css
#attachmentView {
max-height: 65px !important;
overflow: scroll !important; }

Restart and it works!

Personal tools