Discussion about official Mozilla Thunderbird builds
mscott

Posts: 2516Joined: April 2nd, 2003, 4:10 pmLocation: Thunderbird Research Center, CA
November 10th, 2003, 3:57 pm
Posted November 10th, 2003, 3:57 pm
For those of you who build your own version of Thunderbird, please note the new build requirements that effect your .mozconfig file:
1) xmlextras to the list of extension options.
ac_add_options --enable-extensions=wallet,spellcheck,xmlextras
2) You need to add bmp to the list of image decoders:
ac_add_options --enable-image-decoders=icon,png,gif,jpeg,bmp
By including xmlextras as a default component of thunderbird, we make it easier to integrate with the mozilla/calendar extension. I'm also starting to look into RSS feed extension ideas and all of these ideas will require xmlextras. This may also make it easier for extension developers to incorporate RSS feed based extensions into thunderbird.
The BMP decoder is now required in order for mozilla and thunderbird to render the icons we show next to attachment names.
-Scott
P.S. The <a href="http://www.mozilla.org/projects/thunderbird/build.html">build document</a> has been updated appropriately.
Last edited by mscott on November 30th, 2003, 7:31 pm, edited 1 time in total.
Thunderbirds are Go!
Piel

Posts: 216Joined: November 11th, 2002, 4:26 pmLocation: Boston, MA
November 10th, 2003, 6:17 pm
Posted November 10th, 2003, 6:17 pm
mscott wrote:For those of you who build your own version of Thunderbird, please note the new build requirements that effect your .mozconfig file:
1) xmlextras to the list of extension options.
ac_add_options --enable-extensions=wallet,spellcheck,xmlextras
2) You need to add bmp to the list of image decoders: ac_add_options --enable-image-decoders=icon,png,gif,jpeg,bmp
By including xmlextras as a default component of thunderbird, we make it easier to integrate with the mozilla/calendar extension. I'm also starting to look into RSS feed extension ideas and all of these ideas will require xmlextras. This may also make it easier for extension developers to incorporate RSS feed based extensions into thunderbird.
The BMP decoder is now required in order for mozilla and thunderbird to render the icons we show next to attachment names.
-Scott
P.S. The <a href="http://www.mozilla.org/projects/thunderbird/build.html">build document</a> has been updated appropriately.
Does this mean we can hope for a new build in the next couple of days? 
mscott

Posts: 2516Joined: April 2nd, 2003, 4:10 pmLocation: Thunderbird Research Center, CA
November 10th, 2003, 8:25 pm
Posted November 10th, 2003, 8:25 pm
Piel wrote:Does this mean we can hope for a new build in the next couple of days? 
win32 build is coming out tonight. Just haven't had a chance to write up a build summary / release notes yet.
Thunderbirds are Go!
MozJF
Posts: 2007Joined: July 14th, 2003, 10:07 amLocation: Near Atlantic Ocean
November 11th, 2003, 1:04 am
Posted November 11th, 2003, 1:04 am
mscott wrote:For those of you who build your own version of Thunderbird, please note the new build requirements that effect your .mozconfig file:
1) xmlextras to the list of extension options.
ac_add_options --enable-extensions=wallet,spellcheck,xmlextras
2) You need to add bmp to the list of image decoders: ac_add_options --enable-image-decoders=icon,png,gif,jpeg,bmp
By including xmlextras as a default component of thunderbird, we make it easier to integrate with the mozilla/calendar extension. I'm also starting to look into RSS feed extension ideas and all of these ideas will require xmlextras. This may also make it easier for extension developers to incorporate RSS feed based extensions into thunderbird.
The BMP decoder is now required in order for mozilla and thunderbird to render the icons we show next to attachment names.
-Scott
P.S. The <a href="http://www.mozilla.org/projects/thunderbird/build.html">build document</a> has been updated appropriately.
Thanks for the info. I modified my .mozconfig.
Let's hope size will be reduced soon and reduced by 1 or 2 Mb 
MozJF
deviltje

Posts: 45Joined: April 2nd, 2003, 1:15 amLocation: Zaandam / holland
November 11th, 2003, 3:54 am
Posted November 11th, 2003, 3:54 am
I would love to have rss support in my mail & news reader...
I now use an extension in firebird to read the feeds.. But I think
It would be nice to have it firebird with my mailboxes and my newsgroups..
and then check every x minutes if the feed has changed
On the information highway, you're roadkill
mscott

Posts: 2516Joined: April 2nd, 2003, 4:10 pmLocation: Thunderbird Research Center, CA
November 11th, 2003, 9:28 am
Posted November 11th, 2003, 9:28 am
MozJF wrote:Thanks for the info. I modified my .mozconfig. Let's hope size will be reduced soon and reduced by 1 or 2 Mb 
I didn't understand this comment. Did your win32 build suddenly jump in size by 2MBs? These changes only added 30K to the zip for me on windows.
Thunderbirds are Go!
MozJF
Posts: 2007Joined: July 14th, 2003, 10:07 amLocation: Near Atlantic Ocean
November 11th, 2003, 9:44 am
Posted November 11th, 2003, 9:44 am
mscott wrote:MozJF wrote:Thanks for the info. I modified my .mozconfig. Let's hope size will be reduced soon and reduced by 1 or 2 Mb 
I didn't understand this comment. Did your win32 build suddenly jump in size by 2MBs? These changes only added 30K to the zip for me on windows.
It was kind of joke. I just hope that TBird will follow the size reduction Firebird followed
And removing one or two megabytes can be possible, isn't it ? 
MozJF
mscott

Posts: 2516Joined: April 2nd, 2003, 4:10 pmLocation: Thunderbird Research Center, CA
November 11th, 2003, 10:13 am
Posted November 11th, 2003, 10:13 am
MozJF wrote:mscott wrote:MozJF wrote:Thanks for the info. I modified my .mozconfig. Let's hope size will be reduced soon and reduced by 1 or 2 Mb 
I didn't understand this comment. Did your win32 build suddenly jump in size by 2MBs? These changes only added 30K to the zip for me on windows.
It was kind of joke. I just hope that TBird will follow the size reduction Firebird followed  And removing one or two megabytes can be possible, isn't it ? 
We already did follow the size reduction footprint of firebird. Look at the sizes of the app when we first started (~11-12 MBs zipped).
As it stands now we are in great shape relative to a firebird download size. We are at 7.3 MBs and Firebird is at 6MB.
So only 1.3 MBs off which is pretty darn good considering the size of the mail news libraries.
Thunderbirds are Go!
MozJF
Posts: 2007Joined: July 14th, 2003, 10:07 amLocation: Near Atlantic Ocean
November 11th, 2003, 10:33 am
Posted November 11th, 2003, 10:33 am
mscott wrote:MozJF wrote:[...] It was kind of joke. I just hope that TBird will follow the size reduction Firebird followed  And removing one or two megabytes can be possible, isn't it ? 
We already did follow the size reduction footprint of firebird. Look at the sizes of the app when we first started (~11-12 MBs zipped). As it stands now we are in great shape relative to a firebird download size. We are at 7.3 MBs and Firebird is at 6MB. So only 1.3 MBs off which is pretty darn good considering the size of the mail news libraries.
Indeed. But before (or for ?) 0.8, Firebird will not ship comm.jar (around 1.5 Mb). So, winning place should be harder
Anyway, I am happy everytime build size is reduced 
MozJF
Return to Thunderbird Builds
Who is online
Users browsing this forum: littlewing, wrobbins and 3 guests
|