In Thunderbird 3 if I receive an email that's been sent to more than 2
people instead of showing these other addresses Thunderbird puts a
little link titled "more" and I have to click on this to show the rest
of the recipients.
I'm wondering how to turn this off, and have Thunderbird show me all
the addresses from the start, like with 2.
Thanks.
I just upgraded to thunderbird3 and find the feature of show more
email addresses a bit annoying.I would like to see who were the
recipients without having to click on more any time.Is there an option
to disable this.?
Thanks
Sumant
I don't know of an option to disable. However, there is work in progress
to improve the behavior in this area.
--
http://wiki.mozilla.org/Thunderbird:Testing
http://www.spreadthunderbird.com/aff/165/
--
Ron Hunter -- rphu...@charter.net
1. find your messenger.jar
2. unzip mailWidgets.xml from the jar
3. look for maxAddressesBeforeMore in the file and replace 1 with 10
4. rezip the file into messenger.jar
5. restart thunderbird-3
more details here:
http://blog.vinay-srini.com/2010/02/thunderbird-3-hack-fix-number-of.html
regards,
Vinay Srini.
> Ron Hunter -- rphun...@charter.net
Thanks vinay .that works.However setting it to 10 or higher
number,will not wrap text into multiple lines
change singleLine=false as well in this field
<!-- multi-emailHeaderField: presents multiple emailheaderfields with
a toggle -->
<content>
<xul:hbox class="headerValueBox" anonid="longEmailAddresses"
flex="1"
singleline="false"
align="baseline">
--
John Doue
I put together a Thunderbird extension that basically follows these
instructions, for those who don't like to manually hack their
Thunderbird installation. It's called "Show More Recipients", and
displays 10 recipients instead of the default of 1. It also puts them
all on multiple lines.
See http://addons.mozilla.org/en-US/thunderbird/addon/96304
Cheers,
-Matt