Thunderbird : display of attachments in list form
Hello,
I try to see if it is possible to change the display of attachments in list form rather than icons. This is a request of some users to my box working with quality materials. It is not possible to see the names of the files received as an attachment with this display mode by default. In previous versions (V1) files appear as a list.
I went through the options without success. It may be possible to change the configuration via "Configuration Editor", but there are so many options that I may be bypassed.
If someone with an idea ....
Re: Thunderbird : display of attachments in list form
Hello,
Indeed, in the configuration editor, passing mailnews.attachments.display.largeView True to False icons become smaller (after restart of Thunderbird), but I'm not sure this rule your problem file name incomplete !
Re: Thunderbird : display of attachments in list form
I found better, by putting
Code:
attachmentView #, # (attachmentList
min-width: 60th! important;
)
. descriptioncell-icon (
display: none! important;
)
. descriptioncell-label (
min-width: 60th! important;
)
In userChrome.css, you'll get what you want I guess!
Re: Thunderbird : display of attachments in list form
Thank you very much, I will deploy this solution on my 300 posts. I did not know the userChrome.css, I will address it, apparently you can do something similar to what we want with it.
Re: Thunderbird : display of attachments in list form
It may be issue with the thinderbird setting
so to resolve this issue .Try to uninstall and reinstall this it will solve your issue .