Commit Graph

15699 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
97de9673e2 Bug #261717 --> Add a context menu to the RSS website header in the msg pane so users
can copy the website url to the clipboard. Patch originally from David Fraser.
2004-11-11 23:30:32 +00:00
scott%scott-macgregor.org
2e929aef78 Bug #235369 --> Address import from Outlook ignores Notes field
Patch by David Fraser
2004-11-11 22:50:08 +00:00
bienvenu%nventure.com
ad38e0142f fix 268491 password_protect local cache setting had some problems with imap, sr=mscott 2004-11-11 19:23:13 +00:00
bienvenu%nventure.com
9ae218005f fix 268630 mark folder read doesn't clear the new flag, sr=mscott 2004-11-11 19:05:54 +00:00
bienvenu%nventure.com
1612e71b65 fix compact all folders when summary file out of date, sr=mscott 268954 2004-11-11 18:59:20 +00:00
bienvenu%nventure.com
868898010e fix imap filters that mark as read as well as delete, 243832 sr=mscott 2004-11-11 18:53:58 +00:00
timeless%mozdev.org
9526f4d609 Bug 265007 Crash over message without Message-ID header when collecting with POP3 [@ PL_HashString]
patch by bugzilla@mcsmurf.de r=bienvenu sr=dmose
2004-11-11 00:08:47 +00:00
scott%scott-macgregor.org
5771f31ec1 Bug #262300 --> Finish implementing multiple identity UI. Add tabs for altering Copies & Folders and Composition and Addressing settings to the identity editor UI.
sr=bienvenu
2004-11-10 21:41:00 +00:00
timeless%mozdev.org
fb483e6b15 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
bienvenu%nventure.com
4b25174b7d fix 267345, deleted pop3 virtual folders keep coming back, sr=mscott, also fix proliferation of imap inbox-xx msf files, remove deleted folders from panacea.dat 2004-11-10 02:21:06 +00:00
bienvenu%nventure.com
a0ef90ce87 fix 268681 crassh on exit after opening stand-alone msg window, sr=mscott 2004-11-09 22:13:36 +00:00
bienvenu%nventure.com
c8680cefc4 forgot this part of fix for 268025, notification when msg is loaded, sr=sspitzer 2004-11-09 19:36:51 +00:00
bienvenu%nventure.com
06f71398ac fix multiple pop3 servers biffing at the same time with the global inbox, sr=mscott 268080 2004-11-09 16:03:55 +00:00
neil%parkwaycc.co.uk
49886c8453 Bug 263737 Trying to uncollapse message pane throws unnecessary exception when no message needs to be loaded r+sr=bienvenu 2004-11-09 00:33:55 +00:00
scott%scott-macgregor.org
5398333edb Bug #258489 --> Outgoing mail imported from Eudora shows raw HTML code
Migrating messages from the eudora sent folder / outbox...eudora doesn't mark html messages
as being HTML so we need to sniff the first line of the body looking for a <html> tag.

sr=bienvenu
2004-11-08 23:28:33 +00:00
darin%meer.net
950a78482d fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
bienvenu%nventure.com
1f073054f8 fix 268025 notification when msg is loaded, sr=sspitzer 2004-11-06 23:42:39 +00:00
neil%parkwaycc.co.uk
7f3ee1cfda Removing lines duplicated by previous checkin sr=bienvenu 2004-11-05 20:55:37 +00:00
timeless%mozdev.org
ccabd6a7b0 Bug 222639 Can't choose 'Size' column in Search Messages
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2004-11-05 18:10:01 +00:00
timeless%mozdev.org
938620ed2e Bug 74714 don't hardcode "KB"/"MB" in MailNews
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu
2004-11-05 18:08:34 +00:00
timeless%mozdev.org
2f6567ab27 Bug 265286 remove unused idl, nsIAbSyncDriver.idl
patch by mikael@parknert.se r=neil sr=bienvenu
2004-11-05 15:15:51 +00:00
timeless%mozdev.org
2d579b4873 Bug 258642 Unused functions [PRUni]charPtrArrayTo[C]StringArray & [C]StringArrayTo[PRUni]charPtrArray
patch by mikael@parknert.se r=neil sr=bienvenu
2004-11-05 15:13:32 +00:00
bienvenu%nventure.com
7ad4c68989 fix a bunch of outlook import problems, including attachments from outlook 2003, html parts, long file names, etc sr=mscott 199298 218588235159 240756 2004-11-05 01:05:54 +00:00
scott%scott-macgregor.org
227f6ebc96 Bug #267601 --> wrong icon displayed for rss posts when "grouped by sort" is selected
Call nsMsgDBView::Open from our grouped view to make sure everything gets initialized properly.

sr=bienvenu
2004-11-04 20:04:13 +00:00
scott%scott-macgregor.org
9cbb4db8fe Bug #266471 --> custom view setup dialog isn't tall enough. 2004-11-04 18:52:29 +00:00
bienvenu%nventure.com
8070d35e33 fix 265301 remove unused code, patch by mikael@parknert.se, r=me, sr=neil 2004-11-04 00:41:18 +00:00
bienvenu%nventure.com
c3e06b78b9 fix 267483 regression in clearing of new flag when mail is filtered into pop3 folder, sr=mscott 2004-11-03 17:17:37 +00:00
scott%scott-macgregor.org
776ad5c721 Bug #267231 --> dragging a virtual folder in an imap account to another folder fails as we try to unsubscribe/subscribe the virtual folder instead of just moving the summary file.
sr=bienvenu
2004-11-03 05:45:28 +00:00
bienvenu%nventure.com
cba977dd70 fix updating of grouped view when new headers come in, 267282 sr=mscott 2004-11-03 02:28:29 +00:00
timeless%mozdev.org
db7b2fcc77 Bug 248933 IMAP parser: end of line is not handled correctly while parsing quoted/literal strings
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=dmose
2004-11-02 05:21:42 +00:00
kyle.yuan%sun.com
8f92e961eb Bug 256826 Mozilla should not permit to import empty address book
r=neil.parkwaycc.co.uk, sr=dmose, patch=brian.lu@sun.com
2004-11-02 02:32:46 +00:00
bienvenu%nventure.com
5d74cdd6fc fix 261668 pop3 fetch header only messages sometimes disappear when clicking on partial download link, patch by hyc@symas.com, r=me, sr=mscott 2004-11-01 23:56:49 +00:00
bienvenu%nventure.com
404d66fbfb fix new flag handling in view as fallout from fixing 114211, sr=mscott 2004-11-01 23:44:29 +00:00
scott%scott-macgregor.org
4afde4246d Bug #264605 --> don't allow drag and drop of virtual folders outside of the account they live under.
sr=bienvenu
2004-11-01 22:28:11 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
bienvenu%nventure.com
29ab5dca3d fix crash moving virtual folders, sr=mscott 264605 2004-11-01 05:02:05 +00:00
bienvenu%nventure.com
3809243e4f fix problems with invalid msf files, with empty trash and daylight saving time changes, 267033, sr=mscott 2004-11-01 04:55:39 +00:00
timeless%mozdev.org
6d8b9335d5 Bug 256631 TB07x crash exiting Thunderbird [@ nsMimeHtmlDisplayEmitter::GenerateDateString ]
r=bienvenu sr=neil
2004-10-31 23:17:19 +00:00
jshin%mailaps.org
532814224e bug 264071 (2nd check-in) : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu) 2004-10-31 17:45:06 +00:00
bienvenu%nventure.com
6b201d5ba2 fix 114211, close .msf files of folders after pop3 filters messages into them, sr=mscott 2004-10-31 16:23:29 +00:00
scott%scott-macgregor.org
c0e2199948 Bug #265548 --> follow up fix for Bug #265548, only use m_viewFolder if it is valid, otherwise fall back to m_folder.
Fixes regressions with the window title being set incorrectly for regular non virtual folders.
2004-10-31 00:25:26 +00:00
bienvenu%nventure.com
4100ae5522 fix native app-related build bustage on tbird 2004-10-30 20:16:20 +00:00
scott%scott-macgregor.org
ac5805af45 Bug #265548 --> Virtual Folders don't remember the previously selected message
Only works for single folder virtual folders.

sr=bienvenu
2004-10-30 04:02:10 +00:00
scott%scott-macgregor.org
34a57689f0 Bug #266725 --> Hide virtual folders from the advanced search dialog and from the virtual folder picker dialog.
sr=bienvenu
2004-10-29 20:31:01 +00:00
bsmedberg%covad.net
e08012b8b7 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
bienvenu%nventure.com
910670faed fix 266536 handling of out of date local folder summary files, sr=mscott 2004-10-29 19:11:50 +00:00
bienvenu%nventure.com
8994e0a4df fix 266536 handling of out of date local folder summary files, sr=mscott 2004-10-29 18:20:14 +00:00
scott%scott-macgregor.org
466fe6026d Bug #220656 --> store the mail view state as a per folder property instead of as a global setting that applies to all folders.
sr=bienvenu
2004-10-29 07:11:18 +00:00
scott%scott-macgregor.org
3d9d9f5c63 Bug #266066 --> Replying or forwarding a message with inline images, fails to render images in the compose window.
sr=jst
2004-10-29 06:59:34 +00:00
bienvenu%nventure.com
375c63bd1d fix case of deleting the only message in a dummy thread in the group view, sr=mscott 266543 2004-10-28 21:57:29 +00:00