Граф коммитов

14894 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%nventure.com 18539dc21e one more fix for 232438 mapping personal address book to Personal category, sr=mscott 2004-01-31 19:02:34 +00:00
bienvenu%nventure.com 595ae8f4b4 232438 fix detection of dups when adding palm cards to moz ab, and set palm card id on existing card, sr=mscott 2004-01-31 01:44:38 +00:00
scott%scott-macgregor.org 8117c67f24 check in the right patch for Bug #231034 2004-01-30 21:56:55 +00:00
bienvenu%nventure.com 62bbdf628b ensure local folders account exists in verifyAccounts, if account wizard isn't going to run, sr=mscott 232571 2004-01-30 19:29:13 +00:00
scott%scott-macgregor.org 9bc20b1a88 Bug #231034 --> Tab doesn't scroll though address list. Regression from my earlier checkin
r=neil
sr=bienvenu
2004-01-30 18:17:53 +00:00
bienvenu%nventure.com c3e6c29441 make starting up mail with unsent messages to send prompt the user, sr=mscott 232516 2004-01-30 04:45:26 +00:00
scott%scott-macgregor.org 86ffc7a929 Bug #232453 --> ldap quick search and advanced search does not honor search filters
when applied to the ldap directory properties dialog.

r=dmose
sr=bienvenu
2004-01-30 04:33:32 +00:00
jst%mozilla.jstenback.com 90431d8022 Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +00:00
bienvenu%nventure.com fb203ae269 fix palm sync category <-> moz ab mapping 232438 sr=mscott 2004-01-29 01:00:21 +00:00
scott%scott-macgregor.org 06e65a60c7 Bug #232433 --> Account Settings / Local Folders needs a browse button
sr=bienvenu
2004-01-28 19:16:30 +00:00
bienvenu%nventure.com 16a2e16937 fix 232429 addr book changes required for palm sync fixes, track deleted ab's with a pref, and export display name property string sr=mscott 2004-01-28 17:22:13 +00:00
scott%scott-macgregor.org 1767cd52d8 Bug #132159 --> Quick Search: Status text "1 matches found" is grammatically incorrect
patch by stephen walker

r=neil
sr=mscott
2004-01-27 17:33:33 +00:00
scott%scott-macgregor.org 9e748ccce2 Bug #230466 --> When saving an attachment by dragging it to the desktop or by saving it from the context menu (as opposed to chosing open), show a standalone progress dialog for large attachments.
sr=bienvenu
2004-01-27 02:59:49 +00:00
bienvenu%nventure.com f62b6fc2e1 properly logout of imap connections when shutting down sr=mscott 115349 2004-01-27 00:17:49 +00:00
bienvenu%nventure.com 93c0ca4c45 make imap protocol logging handle large chunks of data sent to server, 232129 sr=mscott 2004-01-26 15:52:04 +00:00
dbaron%dbaron.org 0231f67b81 Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00
bienvenu%nventure.com eebd263fa0 fix duplication of messages in inbox if new mail arrives while the user has the inbox open, and the inbox.msf file is out of date for some reason (usually file systems with latency issues) sr=mscott 90422 2004-01-23 19:52:06 +00:00
neil%parkwaycc.co.uk 1bd14445d0 Bug 78360 gContextMenu has no properties if you open a submenu r=timeless sr=bienvenu 2004-01-23 16:20:27 +00:00
neil%parkwaycc.co.uk 84372f339c Bug 229121 Remove unused files p=arne.anka@stupido.com r=mscott sr=bienvenu 2004-01-23 13:20:35 +00:00
timeless%mozdev.org fbff635dc9 Bug 231810 Incorrect prompt when copying address records between address books
patch by borggraefe@despammed.com r=neil sr=mscott
2004-01-23 07:07:51 +00:00
timeless%mozdev.org abd730aec4 Bug 223290 Account Settings dialog should come to front when it is already open
patch by borggraefe@despammed.com r=timeless sr=bienvenu
2004-01-23 06:41:20 +00:00
timeless%mozdev.org d32b296c7a Bug 231810 Incorrect prompt when copying address records between address books
patch by borggraefe@despammed.com r=neil sr=mscott
2004-01-23 06:30:50 +00:00
bienvenu%nventure.com 7acc931f15 fix imap build bustage 2004-01-23 01:24:03 +00:00
bienvenu%nventure.com 6823409161 fix incorrect total and unread msg counts in msg db's, and try to remove bogus headers, sr=mscott 162342 and 227472 also clean up use of unread vs. new in nsIDBfolderInfo 2004-01-23 01:11:26 +00:00
pkw%us.ibm.com b534e1ea18 Bug 227841 - AIX: Thunderbird fails to build because of redefined macros
r+sr=mscott@mozilla.org
2004-01-22 18:07:03 +00:00
bienvenu%nventure.com 34ba27ec73 fix slowdown in pop3 mail downloading on nfs servers, 231814 sr=mscott by checking if we're at eof before seeking to eof 2004-01-22 17:46:02 +00:00
bienvenu%nventure.com 8bd728bc82 fix 231615 duplicate categories created on palm during palm sync in some situations, sr=mscott 2004-01-21 16:38:30 +00:00
bzbarsky%mit.edu 3a01bf2a2e Select addresses window should persist size/position. Bug 131959, patch by
borggraefe@despammed.com (Stefan Borggraefe), r=neil, sr=bzbarsky
2004-01-21 15:49:07 +00:00
bienvenu%nventure.com f7c155a952 fixes for 229003, imap status command returning unread counts when it shouldn't, sr=mscott, mark deleted messages as seen, don't check trash or junk folders for new messages, or no select folders 2004-01-20 00:39:04 +00:00
bienvenu%nventure.com 7a6a1c91f9 don't use cram-md5 for imap unless use secure auth is turned on, patch by ch.ey@gmx.net, sr=me 231303, and back out my previous fix for this bug in favour of ch.ey's fix 2004-01-19 04:09:19 +00:00
bienvenu%nventure.com 0a3109cb1b don't use cram-md5 for imap unless use secure auth is turned on, r=ch.ey@gmx.net, sr=sspitzer 231303 2004-01-18 17:58:46 +00:00
bienvenu%nventure.com 38da346c58 fix 46233 saving imap attachments causes message to get downloaded again, sr=sspitzer 2004-01-18 17:42:57 +00:00
bsmedberg%covad.net 1e8f67c135 Bug 231270 - fix default prefs for Mac OSX rs=dbaron 2004-01-17 20:04:03 +00:00
bsmedberg%covad.net c7b97d1f33 Bug 224578 - unix.js prefs were left out of first patch! I'm mortified. 2004-01-16 23:59:09 +00:00
bsmedberg%covad.net 047415ef80 Bug 224578 - separate embedding/GRE default prefs from application prefs. r=timeless+glazou r/sr=alecf
There were a couple CVS-moves during this process:
modules/libpref/src/init/editor.js -> editor/ui/composer.js
modules/libpref/src/init/mailnews.js -> mailnews/mailnews.js
2004-01-16 19:22:43 +00:00
bsmedberg%covad.net f4c960a66c Bug 224578 - separate embedding/GRE default prefs from application prefs. r=timeless+glazou r/sr=alecf
There were a couple CVS-moves during this process:
modules/libpref/src/init/editor.js -> editor/ui/composer.js
modules/libpref/src/init/mailnews.js -> mailnews/mailnews.js
2004-01-16 19:15:30 +00:00
neil%parkwaycc.co.uk 7cb00076c5 Bug 230649 nsIPref removal in Mail Window Front End r=caillon sr=bienvenu 2004-01-16 16:04:06 +00:00
neil%parkwaycc.co.uk d251982ea8 Bug 138073 gContextMenu has no properties if you open a submenu r=timeless sr=bienvenu 2004-01-15 21:27:25 +00:00
bienvenu%nventure.com a63f45cb22 fix 230888, checking imap folders that don't exist for new messages sometimes gives green arrow on those non-existent folders, r/sr=mscott 2004-01-15 21:09:35 +00:00
bienvenu%nventure.com 5a14e3a72f fix for 226221 mapping issues with palmsync home vs. work address, sr=mscott 2004-01-15 19:28:47 +00:00
neil%parkwaycc.co.uk d95a7e7e7f Bug 124310 Up/Down keys in address list should navigate r=timeless sr=mscott 2004-01-15 14:20:48 +00:00
bienvenu%nventure.com 3a518abcfd fix discovery of 3+ level deep folders when not using imap subscription, 165161, sr=mscott 2004-01-13 19:00:18 +00:00
bienvenu%nventure.com 3b8c938b4f provide palmsync conduit capability for handheld to overwrite desktop or vice versa, 222016, r/sr=mscott 2004-01-13 00:57:42 +00:00
bienvenu%nventure.com eec90ab0c0 add icons for 222016, the ability for pc to overwrite palm and vice versa in palmsync, r/sr=mscott 2004-01-13 00:19:00 +00:00
bienvenu%nventure.com 00f9a8a542 fix 230750 ab's created by palm sync display as ldap servers, not personal ab's r/sr=mscott 2004-01-13 00:05:41 +00:00
timeless%mozdev.org 4a88882ad1 Bug 227904 nsOEFactory.obj : warning LNK4042: object specified more than once; extras ignored
patch by sdwalker@myrealbox.com r=bryner
Factory will only be linked for nonstatic builds
2004-01-12 16:29:29 +00:00
bienvenu%nventure.com ed1f306349 fix progress on imap fcc 230278 sr=mscott mark imap msg read when moved, patch by holger@mauermann.org r/sr=me 225021 2004-01-12 01:35:48 +00:00
scott%scott-macgregor.org 648b488da5 thunderbird only
more user agent experimentation
2004-01-11 20:34:32 +00:00
neil%parkwaycc.co.uk fc0479f817 Make case of priority strings consistent b=146075 p=gautheri@noos.fr r=bienvenu sr=sspitzer 2004-01-11 14:58:23 +00:00
neil%parkwaycc.co.uk 10045abdd7 Removing a #if 0 block b=146075 p=gautheri@noos.fr r=bienvenu sr=sspitzer 2004-01-11 14:54:12 +00:00