Commit Graph

1308 Commits

Author SHA1 Message Date
mats.palmgren%bredband.net
f39579f321 Don't crash when we have "charset" but not the "=" in the buffer. b=353958 r+sr=bienvenu 2006-09-23 22:54:42 +00:00
timeless%mozdev.org
f30980a3b7 Bug 352647 String literal converted to char* in formal argument name, in assignment, and in call
r=bienvenu sr=bienvenu
2006-09-16 23:38:18 +00:00
bugzilla%standard8.demon.co.uk
54d90ef466 Bug 351920 Remove uses of nsSpecialSystemDirectory from mailnews. r=bienvenu,sr=mscott 2006-09-16 08:04:20 +00:00
bienvenu%nventure.com
96dc1c9808 fix forgetting of passwords with '.' in the account user name, sr=mscott part of 249240 sr=mscott 2006-09-13 22:53:48 +00:00
bienvenu%nventure.com
a59241c6d1 fix 352184 mark messages from trusted domains as non-junk, sr=mscott 2006-09-12 20:18:50 +00:00
bienvenu%nventure.com
faf61a0111 close cached imap connections when socket type for a server changes, sr=mscott 338243 2006-09-11 18:39:01 +00:00
cst%yecc.com
a287c35e87 Bug 351374 compact folders confirmation should use yes/no
r=mnyromyr sr=neil
2006-09-09 01:04:38 +00:00
bienvenu%nventure.com
8af09718bb fix hang after cancelling news subscribe ui, sr=mscott part of 349895 2006-09-08 17:19:48 +00:00
neil%parkwaycc.co.uk
2f57bb20eb Remove unused attribute b=123029 r+sr=bienvenu 2006-09-05 11:44:47 +00:00
nick.kreeger%park.edu
e702c54dfe Fixing bug 348804, in-param for nsMsgKeyArray.h breaks obj-c build for embedded applications (cocoa-mac). r=hwaara, sr=bienvenu. 2006-08-16 21:02:15 +00:00
gavin%gavinsharp.com
d78dbf99e2 Bustage fix 2006-08-09 02:07:29 +00:00
bienvenu%nventure.com
198b74a24c fix mailnews backed part of 293766, allow extensions to provide their own undo/redo objects to mailnews, sr=mscott 2006-08-09 00:54:56 +00:00
bienvenu%nventure.com
ca1f296994 fix 316929 .msf files not deleted after imap folder deleted, sr=mscott 2006-07-18 00:44:40 +00:00
bienvenu%nventure.com
27bc83a6c0 part of fix for 342912 don't update imap trash or junk folder when mail filtered into them, sr=mscott 2006-07-14 20:45:49 +00:00
gavin%gavinsharp.com
39df89db5e Bug 198936: "Do you wish to compact..." dialog has no "don't ask me again" checkbox, patch by Jens Bannmann <jens.b@web.de>, r=bienvenu, sr=mscott 2006-07-01 21:48:49 +00:00
bienvenu%nventure.com
4ededa78e4 fix 342886 crash when removing the last tag on a message after adding and removing the last tag before, sr=mscott 2006-06-30 01:25:37 +00:00
bienvenu%nventure.com
b6c492a688 fix 342708, ability to remove imap keywords stored on the server, sr=mscott 2006-06-29 02:27:24 +00:00
masayuki%d-toybox.com
8a7cc628ad Bug 153855 Composer does not display a UTF-16 signature in the right way. (with fix UTF-8 BOM problem) r=jshin, sr=mscott 2006-06-29 00:34:28 +00:00
bienvenu%nventure.com
8658d45df9 fix removing tags that correspond to the old labels from imap messages, 342708, sr=mscott 2006-06-26 20:26:31 +00:00
scott%scott-macgregor.org
ec6f9c3266 Bug #342442 --> clone should also copy the url's msg windows object.
sr=bienvenu
2006-06-23 00:55:59 +00:00
bienvenu%nventure.com
f23ece1b7b fix removing pre-tag labels, sr=mscott 342214 2006-06-20 21:48:16 +00:00
timeless%mozdev.org
27eaab5dcd Bug 337917 Make consumers stop using cids from other modules 2006-06-18 21:18:22 +00:00
bienvenu%nventure.com
d90c503125 more build bustage fixes 2006-06-09 15:23:09 +00:00
bienvenu%nventure.com
d06f8bbbcc add support for unlimited number of tags per profile and per message, replace labels with tags, sr=mscott, sspitzer 114656 2006-06-09 14:26:31 +00:00
timeless%mozdev.org
a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
bienvenu%nventure.com
7491f01e18 fix 249240 reprompt for password when logon fails, with previous password filled in, sr=mscott 2006-05-23 17:17:47 +00:00
scott%scott-macgregor.org
940b0eb808 Bug #257990 --> Integrate Junk Mail Settigs into Options and Account Settings dialogs. Obsolete the existing junk mail dialog. r=neil, sr=bienvenu 2006-05-18 18:03:17 +00:00
darin%meer.net
0318b8c707 landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
cbiesinger%web.de
51a89a8b1e bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
hwaara%gmail.com
1b4ea33146 Make EscapeFromSpaceLine use an outputstream instead of filespec (#323211).
r+sr=bienvenu
2006-05-04 07:38:07 +00:00
masayuki%d-toybox.com
7fcaf1d989 Bug 201071 signature file containing accented characters has become corrupted / Bug 153855 Composer does not display a UTF-8 signature in the right way. r=jshin, sr=bienvenu 2006-04-10 15:27:29 +00:00
dbaron%dbaron.org
04b8c33eda Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
scott%scott-macgregor.org
a7d76f3cf5 remove some control-m characters 2006-03-24 20:27:00 +00:00
scott%scott-macgregor.org
2235173fb1 Bug #330241 --> convert the message body preview text from the charset of the message into UT-8 for storage. Then convert it back to unicode in the front end before showing it in the tooltip and in the new mail alert notification. sr=bienvenu 2006-03-24 20:19:52 +00:00
scott%scott-macgregor.org
82d26ca149 Bug #331265 --> tab and line feed issues with the new mail alert notification for Thunderbird. sr=bienvenu 2006-03-22 01:13:30 +00:00
benjamin%smedbergs.us
d8f81df51d Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-03-21 18:19:14 +00:00
bienvenu%nventure.com
73a165b7a4 fix 327108, if special folder is set to a server that doesn't exist, fall back to default special folder, sr=mscott 2006-02-23 04:08:46 +00:00
jshin%mailaps.org
25aedc6f6c bug 317674 : renaming folders whose name contains chars. outside the system default codepage doesn't work: r/sr=bienvenu 2006-02-12 14:46:50 +00:00
cbiesinger%web.de
c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
mrbkap%gmail.com
c4f20f9306 Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst 2006-01-30 23:45:19 +00:00
bienvenu%nventure.com
212f54ff5a set mru time for a folder when messages are moved into it sr=mscott, part of 251296 2006-01-28 17:32:59 +00:00
mrbkap%gmail.com
5e3b39b84e bug 324738: Remove some unnecessary complexity from the parser and hardcode DTDs. r=sicking sr=jst 2006-01-26 19:07:41 +00:00
bienvenu%nventure.com
da9a7d0c73 fix remembering mru time for folders by not blowing away the folder cache when db is deleted, sr=mscott, part of 251296 2006-01-24 15:54:15 +00:00
bienvenu%nventure.com
3384684c60 fix instance of 83396, messages imported from Eudora can end up with bare newlines, and corrupted attachments, sr=mscott 2006-01-19 22:48:06 +00:00
bugzilla%standard8.demon.co.uk
cd18ab6b70 Bug 311238 ns*SummarySpec.* are no longer required. Part 3 the final removal. r=bienvenu,sr=mscott 2006-01-04 20:00:00 +00:00
bugzilla%standard8.demon.co.uk
455435572c Bug 311238 ns*SummarySpec.* are no longer required. Part 3 the final removal. r=bienvenu,sr=mscott 2006-01-04 17:16:37 +00:00
bienvenu%nventure.com
0dd6fb70ca implement mru time for folders, part of folder views, 251296, sr=mscott 2006-01-04 00:40:43 +00:00
cbiesinger%web.de
72ac26b6ce Bug 321504 Remove unneeded uses of nsIDocumentLoader
r+sr=bz
2005-12-26 16:45:59 +00:00
bienvenu%nventure.com
2ce206929d fix 320732 hourglass after displaying msg, implement isPending correctly sr=mscott 2005-12-20 04:32:20 +00:00
bugzilla%standard8.demon.co.uk
fd03f141d0 Bug 311238 ns*SummarySpec.* are no longer required (Part 2 - provide some utility functions). r=bienvenu,sr=dmose 2005-12-02 19:00:32 +00:00