Commit Graph

14918 Commits

Author SHA1 Message Date
neil%parkwaycc.co.uk
f9f469589c Bug 232597 JS error redeclaration of const kPersonalAddressBookURI p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:25:05 +00:00
neil%parkwaycc.co.uk
88e0c1f93e Bug 232755 JS strict warning assignment to undeclared variable prevDefaultPort p=gautheri@noos.fr r=me sr=mscott 2004-02-06 17:23:11 +00:00
cbiesinger%web.de
15d25b1008 bug 225570. make nsMsgCompose use GetTypeFromFile
r=bzbarsky sr=mscott
2004-02-06 13:49:22 +00:00
cbiesinger%web.de
fe64d21a2c removing unused include 2004-02-06 00:12:38 +00:00
scott%scott-macgregor.org
a1f2939862 Bug #230577 --> mail address autocompletion chooses three addresses from address book entries of a certain form.
Remove the header parser's code that breaks names based on spaces so it won't break:

Scott, John Smith, Peter

r=neil, sr=bienvenu
2004-02-05 21:30:54 +00:00
bienvenu%nventure.com
9fe00adc1f fix 228597 news article article always gets sent to the first account's server when sharing identities between accounts, patch by ch.ey@gmx.net, r=me, sr=mscott 2004-02-05 21:15:10 +00:00
bienvenu%nventure.com
baa4febec9 fix 231133 only parse the current response line for auth capapility, not the whole response text, patch by ch.ey@gmx.net, r/sr=me 2004-02-05 19:59:09 +00:00
mkaply%us.ibm.com
6206603b03 #231435
r=mkaply, sr=blizzard (platform specific)
Patch from ganesh - Don't recycle compose windows on OS/2
2004-02-05 19:27:53 +00:00
bienvenu%nventure.com
136ef6999b fix 229044 don't add - divider if signature already contains one, patch by ch.ey@gmx.net, r=me, sr=mscott 2004-02-05 19:17:18 +00:00
bienvenu%nventure.com
71c4d6be4a fix palm build bustage from last checkin (shouldn't affect tbox since I don't think it builds palm sync) 2004-02-05 19:03:00 +00:00
bienvenu%nventure.com
c6b99ac2b0 respect ab directory position pref in ab pane order and autocomplete search order of local directories, replace nsISupportsArray with nsCOMArray and nsISimpleEnumerator, misc cleanup 232570, sr=mscott 2004-02-05 18:33:06 +00:00
cbiesinger%web.de
5e5d33d0e8 bug 230347, Javascript warnings in msgHdrViewOverlay.js
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=neil sr=mscott
2004-02-04 23:34:34 +00:00
bienvenu%nventure.com
814fc5f550 fix 232860 handle case where smtp server drops the connection after it responds that it has received the message, patch by ch.ey@gmx.net, r=me, sr=mscott 2004-02-04 22:41:59 +00:00
bienvenu%nventure.com
a71dfb2da5 fix 232892 imap unread counts not correctly updated when moving messages from imap to imap, sr=mscott 2004-02-04 21:47:19 +00:00
bienvenu%nventure.com
1053a4e99d fix 232984 r=mscott, sr=sspitzer migrate mailnews prefs after 4.x profile migration when mcd sets up an account 2004-02-04 21:43:57 +00:00
kairo%kairo.at
3d12a17e05 bug 232011 - Use the XUL preprocessor for build-time inserting of localeVersion strings, this removes contents*.rdf.in files and resurrects the contents*.rdf files, using preprocessor.pl via the jar.mn definitions 2004-02-04 14:24:38 +00:00
bryner%brianryner.com
6e68ebaa46 Second try at enabling hidden visibility for NS_IMETHOD on ELF platforms (bug 227537). r+sr=dbaron for the changes. 2004-02-04 04:55:57 +00:00
bienvenu%nventure.com
a97b75a518 fix 232929 js warnings in offline-startup.js sr=mscott 2004-02-03 20:42:44 +00:00
dbaron%dbaron.org
1e6ed08cc8 Fix some incorrect string usage and improve performance in a few places that show up in an LXR search for the previous pattern. b=232339 r=jshin sr=darin 2004-02-03 18:23:41 +00:00
bryner%brianryner.com
0ca4d12034 Make NS_IMETHOD set hidden symbol visibility by default on ELF platforms. This is always desirable for virtual methods implemented in XPCOM component libraries, since it's impossible to reference the symbol from outside of the library. The behavior can be overridden as needed, such as a base class in a shared library that's linked against. For more details, see the comments in nscore.h and bug 227537. r=dbaron, sr=darin. 2004-02-03 08:32:33 +00:00
neil%parkwaycc.co.uk
21fd53ca06 Spurious semicolon in patch to bug 78360 found by mnyromyr@tprac.de r/sr=bienvenu 2004-02-02 19:35:13 +00:00
dbaron%dbaron.org
1cafe23dd0 Fix build bustage. Filenames are case sensitive. b=232557 2004-02-02 19:18:00 +00:00
bienvenu%nventure.com
73d537ba4a attempt to fix linux build bustage 2004-02-02 18:55:25 +00:00
bienvenu%nventure.com
9f5a425a25 add optional prompt for deleting imap sub-folders of trash when emptying trash sr=mscott 232557 2004-02-02 18:21:08 +00:00
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