Thunderbird Trunk

2008-11-08 Thunderbird Trunk builds

Previous Shredder - Alpha 2 | Current Shredder - Alpha 3 | Previous releases | Mercurial source bundles (mozilla-central & comm-central)

Worthy news from the past weeks:

  1. Global database (gloda) has just landed, but still has rough edges, exptoolbar (a new toolbar UI) will follow suit soon.
  2. Eudora 8.0.0b4 has been released.
  3. There are now at least basic fakeserver tests comprising POP, IMAP, News and SMTP.
  4. Bugday queries now focused on cleaning up old bug queries. We think the queries encompass all of the old ones in Mail-land and should be pretty comprehensive. Your help is needed!

Thunderbird-specific:

  • Fixed: 217348 - Inconsistent accesskeys for Add/Remove buttons on Send Options dialog
  • Fixed: 223132 - need a scrollbar on the envelope panel (view all headers / long addr lists)
  • Fixed: 226551 - Large "mark as read" seconds (delay interval) value corrupted and integer preferences not validated
  • Fixed: 312478 - View message source: Wrap long lines toggle does not do anything
  • Fixed: 313525 - RSS feeds not working in L10N Thunderbird(Finnish, Korean,etc.)
  • Fixed: 316245 - Secure news server icon does not display padlock
  • Fixed: 329501 - Fails to handle feed: urls without protocol in the url (e.g. feed://domain.com/rss.xml)
  • Fixed: 329687 - Remove control-q-for-quit accelerator (like Firefox)
  • Fixed: 335534 - Return receipts not conform to RFC 2047
  • Fixed: 345386 - Non-custom install progress meter refers to installing optional components when there aren’t any
  • Fixed: 348450 - Unable to subscribe to feed URLs passed from browsers (Windows and Linux)
  • Fixed: 364987 - creating second RSS ("News & Blogs") account fails
  • Fixed: 368177 - Add support for mouse Back and Forward buttons, and the Stop, Search and Bookmarks keys on media keyboards
  • Fixed: 375880 - Append default domain to user name in ISP RDF File ignores SMTP setting
  • Fixed: 376975 - use "number" type for textboxes in options dialog
  • Fixed: 379806 - threaded/grouped-by-sort views unavailable in saved searches across multiple folders
  • Fixed: 389735 - Unable to open a message in a tab when using the vertical layout
  • Fixed: 408323 - Import of mail from Outlook 2003 fails completely
  • Fixed: 418490 - Implement iterator-helper module for dealing with xpcom arrays in javascript
  • Fixed: 422723 - Thunderbird Preferences/Certificates tab buttons wrap strangely
  • Fixed: 429118 - Spellcheck gives up after too few misspelled words in HTML editor
  • Fixed: 440552 - Auto-detect online status based on network interface status
  • Fixed: 449679 - delete/compact temporarily disabled after clicking account node and then another folder (in which a msg doesn’t load into view)
  • Fixed: 450413 - Mark messages as read UI box ungreyed after reopen settings
  • Fixed: 451333 - Shortcut for rewrapping (ctrl+r / command-r) doesn’t work
  • Fixed: 452296 - Old sent box not imported after updating Eudora
  • Fixed: 453841 - Remove unused strings in installer’s custom.properties
  • Fixed: 458655 - Position Mac About dialog somewhere better than 0:0
  • Fixed: 459286 - gtk stock items for thunderbird menu items
  • Fixed: 460781 - Restoring default start page blanks textbox on Windows
  • Fixed: 460929 - Eudora migration doesn’t show items being imported
  • Fixed: 461096 - Small buttons in Mac account manager break number textbox spinbuttons
  • Fixed: 461112 - Remove obsolete/unused entities in Thunderbird string files
  • Fixed: 461351 - Drop unnecessary includes from some of Thunderbird’s migration code.
  • Fixed: 461665 - allow dbclick to edit tags
  • Fixed: 461683 - "// this is obsolete" does not a useful function make
  • Fixed: 461686 - There is no help(.rdf)
  • Fixed: 461817 - shift + delete should do stuff even when the folder pane has focus
  • Fixed: 462423 - allow changing and choosing mail start page even when it is not set to show at the start
  • Fixed: 462565 - can’t switch away from view threads with unread messages
  • Fixed: 462681 - mailWindowOverlay.js style/whitespace/indention/comment/linewrap cleanup
  • Fixed: 462756 - Nobody cares about "defaultInboxLoadedOnStartup"
  • Fixed: 463003 - Context menu for selected text in content shows all items
  • Fixed: 463390 - Failed to set IMAP mail server "security settings" in preference window
  • Fixed: 463523 - Exptoolbar needs an addrbook.png icon in pinstripe as it is in qute

IMAP, News, POP and SMTP-related:

  • Fixed: 423354 - Thunderbird appears to be locking out Gmail IMAP accounts (forces password re-entry)
  • Fixed: 437193 - Implement an IMAP fake server testing scheme for /mailnews
  • Fixed: 461029 - Log POP errors to the PR_LOG module
  • Fixed: 461621 - Crash in nsNNTPProtocol::~nsNNTPProtocol() on shutdown after Tb is left open for some time

MailNews Core:

  • Fixed: 63941 - New Card layout shouldn’t assume high screen resolution
  • Fixed: 146075 - ‘Message > Edit Message As New’ (== ‘Edit As New…’) set an incorrect initial "X-Priority:" value (when present), which messes up ‘Options > Priority’ U.I. also; and code cleanup.
  • Fixed: 204339 - [RFE] Mozilla Mail should support the setting and reading the mail-followup-to header
  • Fixed: 211439 - Delete should mark as read (also on POP and IMAP when offline)
  • Fixed: 235086 - add a bit of jitter to the biff-interval
  • Fixed: 325429 - My own address should be removed from Mail-Followup-To: on reply
  • Fixed: 379070 - Remove nsXPIDLCString / nsXPIDLString from mailnews
  • Fixed: 385838 - POP3: don’t sync after each header
  • Fixed: 404489 - filters using as custom mail header "Sender" do not work (matches From instead)
  • Fixed: 418749 - Convert account-manager’s navigation tree from rdf to js
  • Fixed: 445554 - MsgMailboxGetURI doesn’t escape the relative path as should be done for a URL
  • Fixed: 446250 - Keyword changes don’t generate usable notifications, makes tracking changes to tags difficult
  • Fixed: 449768 - Reindexing should save message metadata (junk-related, tags, etc.)
  • Fixed: 450485 - thunderbird trunk nightly w32 buildsymbols broken on comm-central so no useful breakpad report - symbols missing at http://symbols.mozilla.org/thunderbird
  • Fixed: 450494 - Global Database functionality should go in MailNews core
  • Fixed: 453885 - Generalize bayes code to support multiple traits
  • Fixed: 455964 - IMAP parser assertions since autosync turnon
  • Fixed: 455966 - IMAP threadsafety assertions post-autosync landings
  • Fixed: 456668 - Multiple forwarded (attached) messages given the same name
  • Fixed: 457052 - try to repair cause of assertion - Borked message header
  • Fixed: 457452 - Leaking nsAutoSyncManager on shutdown
  • Fixed: 458357 - FindRealServer inefficiently calls FindServerByURI
  • Fixed: 459333 - Fix (leftover) regression from bug 199298
  • Fixed: 459431 - port to comm-central: bug 454730, bug 455670, bug 454376, bug 450717, bug 454841, bug 457214, bug 445321, bug 457082
  • Fixed: 459949 - Broken focus (arrow keys, copy and paste don’t work) in non-recycled compose windows
  • Fixed: 460258 - Provide text debug facilities for fake servers
  • Fixed: 460416 - Crash in account wizard
  • Fixed: 460479 - crash [@ nsMailDatabase::UpdateFolderFlag]
  • Fixed: 460631 - Resources? MIME don’t need no stinkin’ resources!
  • Fixed: 460636 - nsMsgSaveAsListener sometimes inserts extra LF characters
  • Fixed: 460641 - Cleanup null checking for the folder in nsImapService::StreamMessage
  • Fixed: 461252 - First filter in Message Filters should be selected
  • Fixed: 461256 - saving message leaves dest file locked
  • Fixed: 461584 - toggling imap message read state doesn’t work in cross-folder saved search
  • Fixed: 461946 - Replace nsIUrlListenerManager by an nsTObserverArray.
  • Fixed: 462036 - comm-central builds failing due to MoreFilesX.h and supporting code being removed from mozilla-central
  • Fixed: 462045 - make server.isSecure work for POP/IMAP
  • Fixed: 462548 - remove nsIMsgFilterService.h
  • Fixed: 462697 - MDN "MsgMdnDisptched" typo trying to say "dunno, maybe they did, maybe they didn’t"
  • Fixed: 462725 - MDN fails to encode subject until after an email has been sent
  • Fixed: 462736 - add support for PARALLEL_DIRS to build system, ||ize suite/
  • Fixed: 462835 - Spell collector right in ns(I)AbAddressCollecter
  • Fixed: 463087 - test_bug428427.js and test_nsIMsgFolderListenerLocal.js crash

Outstanding bugs (marked blocking-thunderbird3+ with Target Milestone of Thunderbird 3 Beta 1): (42)

  • Open: 123440 - Stop that annoying modal dialog when mail can’t connect to the mail server from connection time out error
  • Open: 218999 - Thunderbird should use a tabbed interface (thundertab)
  • Open: 307023 - Re-editing quoted-printable HTML message (Open Draft, Forward Inline, Edit-as-New) shows corruption of tag attributes (<img> <body> etc)
  • Open: 338549 - Mailnews account password prompts at startup no longer serial
  • Open: 350314 - STARTTLS is called TLS in user preferences (remaining IMAP/POP3 case)
  • Open: 360648 - [Meta] TB toolkit autocomplete migration
  • Open: 364376 - Not all Message header fields are focusable by <tab> (Keyboard accessability)
  • Open: 364519 - [IMAP] On start Saved Search (virtual) folder is hidden
  • Open: 367896 - messages don’t show in threaded view with this 3 msg mbox (show in unthreaded view)
  • Open: 370306 - Move Address Book’s autocomplete (and addressing widget) implementation to be based on toolkit’s
  • Open: 385502 - investigate turning on offline imap by default
  • Open: 392328 - [Meta] tracking bug for thunderbird tabbed interface problems
  • Open: 392330 - thread pane sometimes doesn’t match focused tab
  • Open: 396874 - copy sent mail into sent-mail folder failed [imap, offline folder disabled]
  • Open: 419597 - migrate and import everything from outlook express crashes [@ msvcr80.dll@0x14580 - nsCSSScanner::NextURL(unsigned int&, nsCSSToken&)]
  • Open: 422814 - Make account configuration quick, easy, and more secure
  • Open: 427627 - enable jemalloc on thunderbird trunk
  • Open: 429440 - Preview pane must be visible for tabs to render.
  • Open: 429817 - background-image not working in non-chrome user stylesheets in thunderbird
  • Open: 429843 - mailnews UI work to catch up with how certificate "security exceptions" are handled
  • Open: 433567 - Replace Mozilla Corporation references with Mozilla Messaging
  • Open: 448198 - f=f: Reply to non-f=f message containing certain characters breaks quoting
  • Open: 450038 - "Help | Shredder Help" doesn’t redirect to a help site of the applications locale
  • Open: 453763 - nsIMsgFolderNotificationService needs a folderAdded notification
  • Open: 453928 - Reevaluate mailnews use of CAPS
  • Open: 453943 - Review JavaScript in mail/rss policies
  • Open: 455098 - Crash [@ objc_msgSend] removing Junk button from toolbar
  • Open: 455835 - make sure the message header pane works with a11y themes
  • Open: 455947 - subscribe dialog gives broken expression
  • Open: 455978 - need status and emergency brake UI for gloda
  • Open: 456291 - Imap auto-sync updates folder that have "mail.check_new_mail" pref _off_
  • Open: 456596 - emails with lots of addresses in the To: field should only show first N by default
  • Open: 456814 - Message reader enhancements (tracker)
  • Open: 456940 - Customize Toolbar leads to doubled account list in "Get Mail" buttons drop down
  • Open: 457751 - Delete, Rebuild Index, Undo sequence causes a crash on imap folder [@ morkRowObject::SetRow(nsIMdbEnv*, nsIMdbRow*) ]
  • Open: 458255 - need update snippets for lightning nightly builds
  • Open: 459482 - Dock Icon should show new mail at the same time as the growl alert
  • Open: 459487 - OnItemIntPropertyChanged not fired with BiffState atom when IMAP + folder selected for offline use (No New Mail/Biff Notification)
  • Open: 462364 - Deleting a List from Address Book does not get reflected immediately
  • Open: 462952 - Add mac native tabs as in Fx3
  • Open: 463577 - inline forwarded messages show too much html composition chrome
  • Open: 463606 - Locale files for gloda are in the wrong place

Windows builds Official Windows, Official Windows installer (discussion)

Linux builds Official Linux (i686)

Mac builds Official Mac (Universal binary)

Thunderbird Trunk

Comments (0)

Permalink

2008-10-19 Thunderbird Trunk builds

Previous Shredder - Alpha 2 | Current Shredder - Alpha 3 | Previous releases | Mercurial source bundles (mozilla-central & comm-central)

Thunderbird-specific:

  • Fixed: 273014 - [Mac Pinstripe] should use rss feed icon instead of regular folder icons
  • Fixed: 275871 - View->Sort By->Grouped by Sort keyboard shortcut goes against interface guidelines (back out bug 263919)
  • Fixed: 308552 - Growl Integration for Mail Alerts on Mac OS X
  • Fixed: 309371 - unable to set hints_and_tips.url in any preferences since 20050907
  • Fixed: 381659 - "Multipart/Encrypted" not supported, only "multipart/encrypted"
  • Fixed: 400931 - Enable predefined IMAP settings for Gmail
  • Fixed: 427311 - Choice of a subfolder at "When I delete a message/Move it to this folder" generate string of only lowest level name in mail.server.serverX.trash_folder_name
  • Fixed: 430762 - Start page for Alpha/Beta builds
  • Fixed: 432608 - Don’t use window.alert() from chrome code in mailnews/
  • Fixed: 448706 - Remove "Wrap plain text messages at…" from prefs
  • Fixed: 456834 - messagereader: get rid of use of Arial font
  • Fixed: 456872 - create Advanced -> Display preference tab; move all relevant preferences to it
  • Fixed: 457709 - tracking bug for build and release of Thunderbird 3.0 Alpha 3
  • Fixed: 457757 - assertion when trying to restore selection to missing message
  • Fixed: 457820 - Shredder reinstates deleted recipients
  • Fixed: 458075 - thunderbird-bin shouldn’t try and link directly with libtracemalloc anymore
  • Fixed: 458601 - port the full zoom UI to thunderbird
  • Fixed: 458623 - update comm-central l10n.ini’s for l10n dashboard builds
  • Fixed: 458675 - Don’t use window.alert() from chrome code in mail/
  • Fixed: 458716 - Allow return/escape to always close the inline edit card dialog
  • Fixed: 458859 - "You have removed header from" the tree
  • Fixed: 458935 - Make Windows Search registry key verification work correctly on Vista x64
  • Fixed: 458949 - Start page urls are incorrect (missing ‘&’)
  • Fixed: 459099 - add ids to the menus that don’t have one already, in the editorOverlay.xuls
  • Fixed: 459239 - Can’t open a folder in a new tab while showing Account Central
  • Fixed: 459396 - teach client.py to hg pull -r tip to work around hg server race-condition
  • Fixed: 459419 - Add Received and Newsgroups headers to Windows Search .wdseml messages
  • Fixed: 459784 - Error: uncaught exception: 2147500034
  • Fixed: 459871 - Can’t pull comm-central from THUNDERBIRD_3_0a3_RELEASE with client.py
  • Fixed: 460456 - checkDefaultClient pref should be turned off when running leak tests

MailNews Core:

  • Fixed: 299932 - fix nsIMimeEmitter to use proper case
  • Fixed: 420830 - Expose mime_create() to content type handler plugins
  • Fixed: 450991 - Number in "Order Received" column becomes negative, when mail’s offset in local mail folder file exceeds 2GB
  • Fixed: 453881 - Split Bayes tokenizer into message and store versions
  • Fixed: 454073 - Fix regressions from bug 413260 related to |aimScreenName|
  • Fixed: 455931 - Removing the first tag on a message reports: ###!!! ASSERTION: space only keyword
  • Fixed: 455963 - IMAP assertion: db has key - flagState messed up?
  • Fixed: 456247 - Add option to streamMessage to disallow streaming over the network
  • Fixed: 457539 - generated md5 message-ids are dodgy
  • Fixed: 457695 - Drop old xpfe autocomplete based local address book search code.
  • Fixed: 457784 - Turning autosync_offline_stores pref off doesn’t turn auto-sync off for offline INBOXs
  • Fixed: 457859 - Update packaging fails in comm-central when using official branding.
  • Fixed: 458685 - encode mime functions in nsIMimeConverter fail when scripted
  • Fixed: 458692 - Drop charset parameter from nsIMsgHeaderParser interfaces
  • Fixed: 459000 - Address book comment cleanup
  • Fixed: 459335 - Remove leftover(!?) TPATH_LEN
  • Fixed: 459358 - It is possible to attempt to create new cards/lists in read-only address books.
  • Fixed: 460058 - SEGV when trying to view plain text emails (with missing content type) crash [@ nsDependentCString::nsDependentCString]

Outstanding bugs (marked blocking-thunderbird3+ with Target Milestone of Thunderbird 3 Beta 1): (66)

  • Open: 121647 - POP/IMAP server passwords are inappropriately forgotten
  • Open: 123440 - Stop that annoying modal dialog when mail can’t connect to the mail server from connection time out error
  • Open: 218999 - Thunderbird should use a tabbed interface (thundertab)
  • Open: 221030 - Unable to set up IMAP over SSL using the New Account Wizard
  • Open: 239131 - Thunderbird should use the new password manager
  • Open: 296453 - With IMAP, racing CPU, Slow performance moving/deleting large number of messages
  • Open: 307023 - Re-editing quoted-printable HTML message (Open Draft, Forward Inline, Edit-as-New) shows corruption of tag attributes (<img> <body> etc)
  • Open: 338549 - Mailnews account password prompts at startup no longer serial
  • Open: 360648 - [Meta] TB toolkit autocomplete migration
  • Open: 364082 - mail lost when moving from local to remote folder in offline mode
  • Open: 364376 - Not all Message header fields are focusable by <tab> (Keyboard accessability)
  • Open: 367896 - messages don’t show in threaded view with this 3 msg mbox (show in unthreaded view)
  • Open: 368924 - Scam list not enabled by default
  • Open: 369096 - confusing preferences choices re: offline data storage
  • Open: 370306 - Move Address Book’s autocomplete (and addressing widget) implementation to be based on toolkit’s
  • Open: 385502 - investigate turning on offline imap by default
  • Open: 392328 - [Meta] tracking bug for thunderbird tabbed interface problems
  • Open: 392330 - thread pane sometimes doesn’t match focused tab
  • Open: 396874 - copy sent mail into sent-mail folder failed
  • Open: 404489 - filters using as custom mail header "Sender" do not work (matches From instead)
  • Open: 408370 - STEEL 0.1
  • Open: 413260 - Refactor the Address Book interfaces
  • Open: 419597 - importing from outlook express fails completely
  • Open: 422814 - Make account configuration quick, easy, and more secure
  • Open: 424219 - when "find in message" is active in message preview and find input field is empty, then focus is stolen by find when clicking on a folder or a message in thread pane
  • Open: 427627 - enable jemalloc on thunderbird trunk
  • Open: 429118 - Spellcheck gives up after too few misspelled words in HTML editor
  • Open: 429817 - background-image not working in non-chrome user stylesheets in thunderbird
  • Open: 429843 - mailnews UI work to catch up with how certificate "security exceptions" are handled
  • Open: 433316 - Implement backend changes for MailNews transfer from wallet to login manager.
  • Open: 433567 - Replace Mozilla Corporation references with Mozilla Messaging
  • Open: 436555 - attachment presentation in received messages needs improvement
  • Open: 440793 - Optimize email workflow through better async
  • Open: 440794 - Leverage Offline capabilities to make sending email appear faster
  • Open: 448198 - f=f: Reply to non-f=f message containing certain characters breaks quoting
  • Open: 449560 - Convert header email values (From/To/CC) from labels into read-only textboxes in message reading window/pane.
  • Open: 450038 - "Help | Shredder Help" doesn’t redirect to a help site of the applications locale
  • Open: 450494 - Global Database functionality should go in MailNews core
  • Open: 452221 - When all mails has same subject(i.e. very long thread), time to take Shift+Delete of all mail seems to be O(num_of_mail**2), and "CPU 100% by the Shift+Delete locks UI while delete operation
  • Open: 452232 - Move LDAP autocomplete over to toolkit interfaces
  • Open: 452281 - search centric toolbar with download and write button
  • Open: 453763 - nsIMsgFolderNotificationService needs a folderAdded notification
  • Open: 453928 - Reevaluate mailnews use of CAPS
  • Open: 453943 - Review JavaScript in mail/rss policies
  • Open: 455098 - Crash [@ objc_msgSend] removing Junk button from toolbar
  • Open: 455715 - Implement adding an email address to an existing contact from the message header view
  • Open: 455835 - make sure the message header pane works with a11y themes
  • Open: 455947 - subscribe dialog gives broken expression
  • Open: 455964 - IMAP parser assertions since autosync turnon
  • Open: 455966 - IMAP threadsafety assertions post-autosync landings
  • Open: 455978 - need status and emergency brake UI for gloda
  • Open: 456291 - Imap auto-sync updates folder that have "mail.check_new_mail" pref _off_
  • Open: 456596 - emails with lots of addresses in the To: field should only show first N by default
  • Open: 456601 - Thunderbird loses track of most of the messages in a folder
  • Open: 456814 - Message reader enhancements (tracker)
  • Open: 456839 - nsAutoSyncManager needs to expose method(s) to cancel on going download operations
  • Open: 456940 - Customize Toolbar leads to doubled account list in "Get Mail" buttons drop down
  • Open: 457052 - try to repair cause of assertion - Borked message header
  • Open: 457079 - "ASSERTION: downloading hdrs for hdr we already have"
  • Open: 457452 - Leaking nsAutoSyncManager on shutdown
  • Open: 457736 - Inline contact editor could support freeform contact tags
  • Open: 457751 - Delete, Rebuild Index, Undo sequence causes a crash on imap folder [@ morkRowObject::SetRow(nsIMdbEnv*, nsIMdbRow*) ]
  • Open: 458255 - need update snippets for lightning nightly builds
  • Open: 458410 - Add the new "Powered by Mozilla" logo to Thunderbird
  • Open: 459482 - Dock Icon should show new mail at the same time as the growl alert
  • Open: 459487 - OnItemIntPropertyChanged not fired with BiffState atom when IMAP + folder selected for offline use (No New Mail/Biff Notification)

Windows builds Official Windows, Official Windows installer (discussion)

Linux builds Official Linux (i686)

Mac builds Official Mac (Universal binary)

Thunderbird Trunk

Comments (2)

Permalink

2008-10-05 Thunderbird Trunk builds

Previous Shredder - Alpha 1 | Current Shredder - Alpha 2 | Previous releases | Mercurial source bundles (mozilla-central & comm-central)

Thunderbird-specific:

  • Fixed: 273008 - Paste without formatting preference or at least have an easy keybinding
  • Fixed: 329444 - messenger.xul l10n fixes
  • Fixed: 369283 - Thunderbird should support the Vista Search
  • Fixed: 378412 - Adding a "Gmail" account that already was entered manually results in invisible duplicate
  • Fixed: 413487 - "brief" headers (normal mode) should display more or all of subject
  • Fixed: 438918 - who wants a retention policy of "delete all but the last X messages" with X=30?
  • Fixed: 448479 - No Proxy For: port Bug 311779 (save IE’s ";" as "," so it works automatically)
  • Fixed: 448694 - Remove UI for "Remember the last selected message" (mailnews.remember_selected_message)
  • Fixed: 449691 - improved message (view) reader pane
  • Fixed: 450151 - Thunderbird does not form ligatures in fonts under 20 pixels
  • Fixed: 450712 - "INBOX" is always displayed as selected folder name of "When I delete a message/Move it to this folder"
  • Fixed: 450724 - Implement New/Edit Card inline features for message header display
  • Fixed: 451599 - Add preferences UI for disk cache size and clearing the cache
  • Fixed: 451620 - remove the Advanced Preference for Connection timeout
  • Fixed: 454622 - mail won’t download if "Allow anti-virus clients to quarantine individual incoming messages" is checked
  • Fixed: 455801 - Polish changes to message reader for b1
  • Fixed: 455847 - memory leak in nsDirPrefs.cpp
  • Fixed: 456096 - drag and drop folder fails - error nsITransferable.getAnyTransferData, messengerdnd.js :: DropOnFolderTree
  • Fixed: 456563 - Add en-GB to Thunderbird all-locales list
  • Fixed: 456725 - Add fy-NL to thunderbird all-locales list
  • Fixed: 456863 - New/Edit Card tooltip not resetting in Header bar display
  • Fixed: 456869 - port the firefox add-ons preference to thunderbird preferences
  • Fixed: 457151 - Add [id] to the Thunderbird build
  • Fixed: 457556 - Ukrainian Thunderbird3
  • Fixed: 457975 - Composition Mode Over-ride (shift+reply) does not work for new reply button
  • Fixed: 458002 - Update shipped-locales for Thunderbird alpha 3
  • Fixed: 458215 - Add option to client.py to pass arbitrary options to hg
  • Fixed: 458425 - Remove TB specific disable of test_punycodeURI.js

IMAP, News, POP and SMTP-related:

  • Fixed: 436151 - support IMAP RFC 4551 - CondStore extension

MailNews Core:

  • Fixed: 227649 - Remove obsolete <mailnews/mapi/old/*>
  • Fixed: 287939 - Mail tries to save deleted attachment
  • Fixed: 294824 - Don’t hardcode appname in the cancel message for News
  • Fixed: 420830 - Expose mime_create() to content type handler plugins
  • Fixed: 444417 - IMAP undo of delete appears to work, but doesn’t
  • Fixed: 450917 - Create and populate nsIAbCollection
  • Fixed: 451143 - Print Preview Card and Abook both unuseable
  • Fixed: 451390 - In comm-central <client.py>, add an |options.skip_ldapsdk|
  • Fixed: 455797 - birthday picker doesn’t let me enter certain dates, resets day and year
  • Fixed: 455812 - nsAutoSyncManager should expose a scriptable XPCOM interface to allow monitor background download operations
  • Fixed: 455942 - Port to comm-central: bug 440714, bug 447642, bug 454391, bug 454786, bug 454192
  • Fixed: 456233 - nsMsgHdr needs to ensure various ‘in string’ parameters to avoid crashes
  • Fixed: 456250 - Properly detect application/pkcs7-mime subtypes in libmime
  • Fixed: 456326 - "ASSERTION: Some other operation is in progress" when synchronizing mails
  • Fixed: 456327 - Enable showing "*** Initiating Auto-Sync on folder imap://………." messages by turning them into NSPR logging
  • Fixed: 456415 - Setting up a vcard for an account doesn’t work.
  • Fixed: 456440 - IMAP folder paths not initialized correctly if done for the first time inside nsImapMailFolder::GetFilePath
  • Fixed: 456548 - IMAP subfolders not initialized beyond one level in GetSubFolders
  • Fixed: 457052 - try to repair cause of assertion - Borked message header
  • Fixed: 457168 - These emails repeatedly match the wrong filter
  • Fixed: 457545 - nsParseMailbox.cpp:1813: warning: unused variable ‘numFolders’

What was previously known as Shredder Beta 1 has now been renamed to Alpha 3. Note that this is just a name change. Builds are available for testing.

Outstanding bugs (marked blocking-thunderbird3+ with Target Milestone of Thunderbird 3 Alpha 3): (3)

  • Open: 429118 - Spellcheck gives up after too few misspelled words in HTML editor
  • Open: 430762 - Start page for Alpha/Beta builds
  • Open: 457709 - tracking bug for build and release of Thunderbird 3.0 Alpha 3

Windows builds Official Windows, Official Windows installer (discussion)

Linux builds Official Linux (i686)

Mac builds Official Mac (Universal binary) (2008-10-03 build)

Thunderbird Trunk

Comments (0)

Permalink

2008-09-21 Thunderbird Trunk builds

Previous Shredder - Alpha 1 | Current Shredder - Alpha 2 | Previous releases | Mercurial source bundles (mozilla-central & comm-central)

Thunderbird-specific:

  • Fixed: 231654 - make delete normally only apply to the threadpane - too easy to accidentally delete folder
  • Fixed: 234665 - Delete button should re-text to “Undelete” when a deleted message is selected
  • Fixed: 288424 - filename of attachment is truncated at the first # when using mozilla-xremote-client
  • Fixed: 297236 - unable to dismiss about:config (Config Editor) window via keyboard
  • Fixed: 327600 - quick searching for sender in “sent mail” and drafts folder actually searches for recipient
  • Fixed: 384160 - Cannot send attachments with cli and file with accents
  • Fixed: 404198 - Links from feed not properly escaped
  • Fixed: 432840 - [mac] Include symbolic link to Applications folder
  • Fixed: 437056 - run a message filter on a folder - “choose this folder” option missing, can’t run on folders with subfolders
  • Fixed: 437750 - New message still return preferred format window when we use “additional email” address
  • Fixed: 437869 - Remove the RDF global object
  • Fixed: 438375 - Default reply header should include timestamp
  • Fixed: 439431 - Cannot open attachments in saved .eml files
  • Fixed: 443351 - Move all of Thunderbird’s unofficial/nightly branding items into mail/branding/nightly
  • Fixed: 449500 - Use new unified toolbar styling with -moz-appearance in Thunderbird
  • Fixed: 453820 - Audit front-end code for unnecessary rdf QIs
  • Fixed: 454101 - “Not enough arguments [nsIMsgFolder.createSubfolder]” selecting search folder of rss feeds
  • Fixed: 454549 - Unable to change SSL state, or server settings in new profiles
  • Fixed: 454808 - Not having quicksearch on the toolbar breaks things
  • Fixed: 454848 - Forwarding e-mail no longer works in nightlies if set to forward “inline”
  • Fixed: 455104 - UI for setting delete model is gone
  • Fixed: 455127 - Thunderbird development instructions are wrong
  • Fixed: 455502 - Standalone message window, various “WhichPaneHasFocus is not defined” errors.
  • Fixed: 455802 - [Filters] RunNow becomes broken as number of filters increases.
  • Fixed: 455915 - can’t edit/add identities anymore (createDirectoriesList and onSaveCompositionAndAddressing not defined)

MailNews Core:

  • Fixed: 13595 - Add birthday fields to address book
  • Fixed: 234867 - Rationalize nsIMsgHeaderParser.idl
  • Fixed: 262319 - sort by thread fails to resort on new message
  • Fixed: 359716 - Upgrade LDAP C-SDK to 6.0.x on trunk for Address Book.
  • Fixed: 377084 - empty message window when opening search results (when the message isn’t present in the folder view)
  • Fixed: 436615 - Better Faster IMAP: Preemptive/Automatic message download feature
  • Fixed: 439819 - LDIF import does not include mozillahomestreet
  • Fixed: 450149 - Implement cardForProperty on nsIAbDirectory (or nsIAbCollection if it exists)
  • Fixed: 452143 - Phone Number being displayed wrongly in integrated Apple Addressbook
  • Fixed: 453698 - nsAbLDAPCard::SetMetaProperties assumes an entry has at least one objectClass
  • Fixed: 454103 - Make nsIMsgCompFields’s attachments an nsISimpleEnumerator
  • Fixed: 454344 - nsIMimeEmitter addAllHeaders method not js-safe as is
  • Fixed: 455069 - “Search Messages…”, compact folders grayed out when IMAP folder is selected
  • Fixed: 455240 - Address book card preview pane doesn’t update for card changes via external interfaces (where notifications exist, e.g. OS X)
  • Fixed: 455610 - Birthday fields for OS X address book incorrectly translated
  • Fixed: 455727 - import calendar/ into comm-central
  • Fixed: 455932 - Add nsIMsgFolderListener notifications for news messages

Outstanding bugs (marked blocking-thunderbird3+ with Target Milestone of Thunderbird 3 Beta 1): (18)

  • Open: 360648 - [Meta] TB toolkit autocomplete migration
  • Open: 370306 - Move Address Book’s autocomplete (and addressing widget) implementation to be based on toolkit’s
  • Open: 429118 - Spellcheck gives up after too few misspelled words in HTML editor
  • Open: 430762 - Start page for Alpha/Beta builds
  • Open: 450038 - “Help | Shredder Help” doesn’t redirect to a help site of the applications locale
  • Open: 450494 - Global Database functionality should go in MailNews core
  • Open: 450724 - Implement New/Edit Card inline features for message header display
  • Open: 451143 - Print Preview Card and Abook both unuseable
  • Open: 452232 - Move LDAP autocomplete over to toolkit interfaces
  • Open: 453943 - Review JavaScript in mail/rss policies
  • Open: 454622 - mail won’t download if “Allow anti-virus clients to quarantine individual incoming messages” is checked
  • Open: 455797 - birthday picker doesn’t let me enter certain dates, resets day and year
  • Open: 455801 - Polish changes to message reader for b1
  • Open: 455835 - Contrast way too low for message header labels (from/subject/to/date) — also overriding system a11y themes
  • Open: 455963 - IMAP assertion: db has key - flagState messed up?
  • Open: 455964 - IMAP parser assertions since autosync turnon
  • Open: 455966 - IMAP threadsafety assertions post-autosync landings
  • Open: 455978 - need status and emergency brake UI for gloda

Windows builds Official Windows, Official Windows installer (discussion)

Linux builds Official Linux (i686)

Mac builds Official Mac (Universal binary)

Thunderbird Trunk

Comments (1)

Permalink

2008-09-11 Thunderbird Trunk builds

Previous Shredder - Alpha 1 | Current Shredder - Alpha 2 | Previous releases

Thunderbird-specific:

  • Fixed: 214399 - BMS Tracking Bug
  • Fixed: 232252 - open drafts discarded without prompt on shutdown
  • Fixed: 249620 - inconsistent labeling: folder context menu for account node is named properties but goes to account settings
  • Fixed: 259914 - quicksearch toolbar no longer displays "recipient" when focused on "Sent"
  • Fixed: 279001 - Control-A and ctrl-T affect view setting when view field is focused - ctrl is ignored / hotkeys also fail
  • Fixed: 305089 - Don’t mark as scam any mail composed by user (Drafts, Templates, Sent, Outbox folders)
  • Fixed: 327378 - rss2 feeds should use guids as permalinks if available
  • Fixed: 327908 - Advanced Options dialog (advanced.dtd) has too many entries for available unique accesskeys, thus some underlined letters conflict and are broken
  • Fixed: 328586 - "Save Image" should be "Save Image As…" and "Save Link Location" "Save Link As…" link in firefox
  • Fixed: 328749 - Phishing Detector APIs
  • Fixed: 331113 - Investigate options to make the new mail alert notification narrower
  • Fixed: 335391 - Invalid value for "margin" property in mail/themes/pinstripe/mail/preferences/preferences.css
  • Fixed: 347994 - New mail alert is not displayed (folderSummaryInfoEl.parseFolder is not a function)
  • Fixed: 359284 - IMAP: Auto-expunge for IMAP mailboxes
  • Fixed: 422757 - mark all read Keyboard shortcuts are different on Linux and Windows even though they don’t need to anymore
  • Fixed: 433801 - Make the account wizard extensible
  • Fixed: 441437 - Provide a non-rdf way to go from a URI to a msgFolder
  • Fixed: 446367 - User-agent for messages doesn’t follow branding type (Official/Unofficial)
  • Fixed: 449202 - Get Thunderbird L10N builds working on comm-central
  • Fixed: 450649 - The link "click’here’ to get the rest of truncated mail" is not working. (when truncated POP3 mail is moved/copied to other account’s folder, including "Global Inbox" case)
  • Fixed: 450803 - When right click on email address, add option to open existing contact in address book
  • Fixed: 451381 - Re-use the new address book popup widget on Thunderbird’s preference pane
  • Fixed: 451438 - Filters: Option NOT to warn on delete
  • Fixed: 451981 - add a build target to compare bin/ and the package list
  • Fixed: 452162 - Lessen the number of cases where a restart is required on application update
  • Fixed: 452615 - mail.server.default.offline_download when set, it doesn’t make discovered imap folders offline by default
  • Fixed: 452661 - the scam detector doesn’t work anymore
  • Fixed: 452832 - drag and drop multiple messages between folders fails (moves only one)
  • Fixed: 453706 - Lingering nsISupportsArray in ProfileMigrator.cpp
  • Fixed: 454025 - Extension functions fail because libgkplugin.so does not get installed
  • Fixed: 454032 - Unable to use keyboard to continue uninstall from the summary page
  • Fixed: 454061 - Crash [@ nsImapService::MessageURIToMsgHdr(char const*, nsIMsgDBHdr**) ][@ nsImapService::CreateStartOfImapUrl]
  • Fixed: 454125 - Use .trim() in Thunderbird
  • Fixed: 454133 - The ini creation macros from common.nsh are being deprecated

IMAP, News, POP and SMTP-related:

  • Fixed: 147789 - remove obsolte pref network.hosts.nntp_server

MailNews Core:

  • Fixed: 128340 - when I add an LDAP directory from the addressbook and preferences window is open make sure it shows up in the pref | addressing list
  • Fixed: 128342 - When I delete a directory from addressbook and the preferences window is open it should be removed from the preferences window.
  • Fixed: 135231 - LDAP Quick search results keep duplicating with searches in Address Book, Select Addresses dialog and Sidebar
  • Fixed: 135243 - Deleted LDAP Directory server remains in dropdown box in Advanced AddressBook and Select Addresses dlg
  • Fixed: 138366 - [Offline] override global LDAP settings not working
  • Fixed: 198137 - Rename an address book and other areas of the product are not updated
  • Fixed: 305434 - LDAP Prefs Service needs revising.
  • Fixed: 355194 - Local/POP3 ‘Rebuild Summary File’ generates "error, exception, …" in <widgetglue.js>
  • Fixed: 408613 - Migrate SeaMonkey addressing preferences pane to new style and rewrite how the AB prefs UI works.
  • Fixed: 421428 - nsIFolderListener should admit that it’s passing nsIMsgFolders
  • Fixed: 439225 - Revamp nsIMsgFolderNotificationService
  • Fixed: