Commit Graph

14741 Commits

Author SHA1 Message Date
bienvenu%nventure.com
77342f0a64 add listener for xpcom shutdown to code that handles remembering offline<->offline transitions in case we don't get a quit-application notification, for bug 226449 tbird starts up offline sometimes, r=sspitzer, sr=mscott, a=sspitzer 2003-11-24 15:19:02 +00:00
neil%parkwaycc.co.uk
0a6d29f649 Filter dialog should use proper case priority labels for consistency with the rest of mail p=gautheri@noos.fr r=me sr=bienvenu a=dbaron patch was attached to bug 146075 2003-11-24 09:50:49 +00:00
scott%scott-macgregor.org
0d7b75ae07 Bug #224197 --> News errors cause the app to hang in an infinite loop after showing a modal dialog
If nsNNTPProtocol::NewsResponse gets a NULL string out from m_lineStreamBuffer
and we are not paused, waiting for more data, return an error.

sr=bienvenu
a=asa
2003-11-23 05:16:42 +00:00
scott%scott-macgregor.org
1a7edbc503 fix the regression caused by Bug #64230, remove access keys which were accidentally checked in.
Patch by Stefan Borggraefe

r/sr=mscott
2003-11-23 00:54:14 +00:00
scott%scott-macgregor.org
c24f856310 Bug #225387 --> Add back end support for a separate sortable attachment column in the thread pane.
r/sr=bienvenu
a=asa
2003-11-23 00:20:55 +00:00
bienvenu%nventure.com
97174ffd00 fix 225332, patch by ch.ey@gmx.net r=me, sr=mscott, a=asa problem with pop3 leave on server when user name has a space in it 2003-11-22 16:13:02 +00:00
cbiesinger%web.de
10d3cd0bf2 64230 Need to know which account is default when you have multiple mail accounts
patch by Stefan Borggraefe borggraefe@despammed.com
neil.parkwaycc.co.uk: review+
bienvenu: superreview+
asa: approval1.6b+
2003-11-21 22:12:38 +00:00
darin%meer.net
18d8f4d786 fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa 2003-11-21 00:09:50 +00:00
bienvenu%nventure.com
aba14238d2 fix problem where local folders don't appear on first launch after migration, r=sspitzer, sr=mscott, a=sspitzer 223802 2003-11-19 18:40:49 +00:00
scott%scott-macgregor.org
05e69474ee Bug #224138 --> can't send S/MIME Encrypted messages because we aren't adding a CRLF to the last message line.
patch by ch

sr=mscott

a=asa
2003-11-19 16:52:18 +00:00
timeless%mozdev.org
430390f690 Bug 225878 Server name for Movemail accounts spuriously hidden
patch by borggraefe@despammed.com r=neil sr=bievenu
also fixed whitespace for AccountManager.js and removed |else|s after |return|s
2003-11-18 21:47:28 +00:00
bienvenu%nventure.com
4b43f5dd1e fix get all new messages and password protecting local caches, 225867, r/sr=mscott 2003-11-18 21:44:43 +00:00
timeless%mozdev.org
da11b2e065 Bug 226049 DRefTool analysis for nntp files
r=roc sr=roc
2003-11-18 21:32:53 +00:00
bienvenu%nventure.com
6688554274 fix biff on non-inbox open folder to update, r/sr=mscott 226114 2003-11-18 20:32:57 +00:00
bienvenu%nventure.com
6bd5665598 add pref to use status for checking non-inbox imap folders for new mail, r/sr=mscott 224381 2003-11-18 03:35:28 +00:00
technutz%netscape.net
cf1847ff76 Bug 225653. Remove unused function ConvertMessagesToResourceArray(). r=neil, sr=bienvenu 2003-11-18 01:42:10 +00:00
timeless%mozdev.org
19d5d31ea4 Bug 226012 nsMsgDBView.h:73: warning: comma at end of enumerator list
r=roc sr=roc
2003-11-17 23:54:19 +00:00
bienvenu%nventure.com
58f6a8d91f fix imap subscribe UI to always start up collapsed, so we don't run into a situation where we don't know that folders have children, r/sr=mscott 220375 2003-11-17 22:29:05 +00:00
bienvenu%nventure.com
ef94d6d3a7 when threads are sorted by date, sort by newest msg in thread, r/sr=mscott 20385 2003-11-17 20:53:07 +00:00
timeless%mozdev.org
d8323ba73f Bug 106386 Correct misspellings in source code
Changes strings which meant "referring"
patch by ajvincent@juno.com r=timeless sr=dmose
2003-11-17 10:05:45 +00:00
neil%parkwaycc.co.uk
88add6dd5a Bug 218825, part 4: delete nsIFolder and move the code to nsIMsgFolder r=bienvenu sr=Henry.Jia 2003-11-17 09:37:23 +00:00
neil%parkwaycc.co.uk
d507c8a33c Bug 218825, part 3: delete nsMsgFolder and move the code to nsMsgDBFolder r=bienvenu sr=Henry.Jia 2003-11-17 09:35:48 +00:00
scott%scott-macgregor.org
8eb9e56674 Bug #225413 --> Make the windows animated biff alert dialog use the account name instead of the user name.
r=jst
sr=bienvenu
2003-11-15 22:17:34 +00:00
bienvenu%nventure.com
3f80056597 fix forgetting pop3 password when pop3 account is busy, r/sr=mscott 219162 2003-11-15 00:57:41 +00:00
neil%parkwaycc.co.uk
3ff884b6c3 Supplementary patch to bug 218825, part 2: convert users of nsMsgFolder to nsMsgDBFolder r/sr=bienvenu 2003-11-14 22:03:52 +00:00
bienvenu%nventure.com
4df6336f0e fix daylight savings time change invalidating summary files on NTFS, 136049, r/sr=mscott 2003-11-14 20:21:18 +00:00
tor%cs.brown.edu
ab8fa950fd Fix c++ for{} scoping bustage. r=sicking 2003-11-14 17:58:08 +00:00
bienvenu%nventure.com
3c5c4da69b fix 223692, don't use the initial-response argument with SMTP AUTH LOGIN, patch by ch.ey@gmx.net, r/sr=me 2003-11-14 16:13:48 +00:00
bienvenu%nventure.com
58794f9da4 add filter action for deleting msg from pop3 server, also fix biff notification when biff doesn't download msgs, r/sr=mscott 74430 and 221165 2003-11-14 15:24:21 +00:00
bienvenu%nventure.com
b576a7c7a9 fix bustage introduced with previous checkin for 219787 make thread column toggle threaded mode, r/sr=me 2003-11-14 15:02:06 +00:00
neil%parkwaycc.co.uk
8af4b71a1c Bug 222940 Offline & Diskspace and Server Setting panes are too large p=stefan@borggraefe.com r=me sr=bienvenu 2003-11-14 11:45:58 +00:00
neil%parkwaycc.co.uk
f60bbc90e7 Bug 218825, part 2: convert users of nsMsgFolder to nsMsgDBFolder r=bienvenu sr=Henry.Jia 2003-11-14 10:51:43 +00:00
scott%scott-macgregor.org
8a71fdb9c8 Bug #225651 --> fix regression in reporting progress in the progressmeter for loading of imap messages.
r/sr=bienvenu
2003-11-14 05:18:48 +00:00
bienvenu%nventure.com
b176a0c98a make hidden pref that makes column clicking keep thread sorting also make thread column be a toggle for thread/unthreading patch by mcow@well.com, neil.parkwaycc, and myself, r=me, sr=mscott 219787 2003-11-14 03:48:41 +00:00
bienvenu%nventure.com
e172434e8f pave way for using STATUS command to update imap folder counts, not turned on yet, r/sr=mscott 224381 2003-11-14 03:19:58 +00:00
cbiesinger%web.de
86a6cb09ce bug 223990. Should have a getPrimaryExtensionForType function
r=bzbarsky sr=darin
also changes nsIMIMEService functions to start with a lowercase letter (only affects JS Callers)
2003-11-13 23:00:55 +00:00
timeless%mozdev.org
8ff2a48113 Bug 224500 Some Customize Headers dialog clean up
patch by borggraefe@despammed.com r=neil sr=bienvenu
2003-11-13 17:30:11 +00:00
timeless%mozdev.org
a22f51d528 Bug 140649 Mail and newsgroup "set as default" should be disabled on current default
patch by borggraefe@despammed.com r=neil sr=bienvenu
2003-11-13 17:28:23 +00:00
neil%parkwaycc.co.uk
56091f7f9d Bug 224587 Biff shouldn't alert for transient IMAP server errors r=bienvenu sr=Henry.Jia 2003-11-13 10:36:37 +00:00
bienvenu%nventure.com
157d7e1103 fix downloading of truncated pop3 messages when user has changed the server user name, 222896, r/sr=mscott 2003-11-12 23:10:18 +00:00
neil%parkwaycc.co.uk
f58150f240 Supplementary patch to bug 168479 to remove a newline that the old code mistakenly ignored r=ducarroz sr=bienvenu 2003-11-12 15:56:32 +00:00
neil%parkwaycc.co.uk
29db6bec29 Fix whitespace and line endings clobbered by previous checkin to bug 218825 2003-11-11 13:54:17 +00:00
neil%parkwaycc.co.uk
f47625f30d Bug 218825, part 1: convert users of nsIFolder to nsIMsgFolder r=bienvenu sr=Henry.Jia 2003-11-11 10:19:05 +00:00
neil%parkwaycc.co.uk
b14985e0c8 Bug 189007 Switch group without clearing QuickSearch resets view r=bienvenu sr=Henry.Jia 2003-11-11 09:37:11 +00:00
bienvenu%nventure.com
4df1533561 fix 225235 can't create local folders, r/sr=mscott 2003-11-11 04:05:31 +00:00
technutz%netscape.net
3179842055 Bug 73801. Disable the delete menu item, context menu item and button when either a Collected or Personal address book is selected. r=neil, sr=bienvenu 2003-11-11 02:56:36 +00:00
bienvenu%nventure.com
5021fa5421 fix downloading news when news directory is missing, patch by gemal.dk, r/sr=me 209641 2003-11-10 23:38:10 +00:00
bienvenu%nventure.com
e627a8e1f7 fix ldap server and local folder migration to work w/o relaunch, r/sr=mscott 223560 2003-11-10 23:32:53 +00:00
bienvenu%nventure.com
4a0a6e3ea0 fix handling of online sub directories with imap namespaces, r/sr=mscott 219645 2003-11-10 23:13:54 +00:00
neil%parkwaycc.co.uk
ca61354c26 Bug 168479 Citation prefix should not be interpreted as HTML r=brade sr=mscott 2003-11-10 23:04:15 +00:00