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

13643 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com a2d9fe13e7 fix get all new messages if an account doesn't have remember password r=cavin,sr=sspitzer 180407 2002-11-16 18:21:36 +00:00
bratell%lysator.liu.se 7b73ea06ff Bug 93066 - Don't use FindCharInSet when searching for only one character. r=sspitzer, sr=alecf 2002-11-15 08:16:43 +00:00
sspitzer%netscape.com a8b5b1733c code cleanup.
don't do AppendInt(x, 10); as 10 is the default.
just do AppendInt(x);
rs=bienvenu.
2002-11-15 03:29:22 +00:00
nhotta%netscape.com fe2b660273 Changed to do UTF-8 conversion right after we get the body,
bug 120728, r=ducarroz, sr=bienvenu.
2002-11-15 00:03:49 +00:00
nhotta%netscape.com 79f83260c7 Removing unnecessary CreateUtf7ConvertedString,
bug 180166, r=naving, sr=bienvenu.
2002-11-14 23:33:02 +00:00
bienvenu%netscape.com 304d626a2b remove unneeded call to CreateUtf7ConvertedString when refreshing folder acl r=nhotta, sr=sspitzer 180158 2002-11-14 22:01:58 +00:00
darin%netscape.com 978883d928 fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts 2002-11-14 20:36:20 +00:00
dmose%netscape.com d723770d5c Allow links in mailnews message pane to open in browser tabs (bug 148974). r=sspitzer; sr=jaggernaut 2002-11-14 01:40:38 +00:00
kaie%netscape.com 11e4a80cf5 b=168450 Cleanup some PSM code and add JavaDoc documentation to all freeze candidates
r=javi sr=alecf
2002-11-14 00:50:02 +00:00
cmanske%netscape.com 056563da4e Final removal of editorshell from messagecomposer 2002-11-13 23:56:28 +00:00
sspitzer%netscape.com add78aa63e add comment about why we don't allow attach= on mailto: urls.
(see bug #99055).  no reviewer.
2002-11-13 22:55:42 +00:00
ducarroz%netscape.com 3aa03af8ad Fix for bug 112986. When parsing data for draft/template, if we are processing a flowed plain text line, we need to remove any stuffed space. R=cavin, SR=sspitzer 2002-11-13 00:21:00 +00:00
sspitzer%netscape.com 9007844118 fix for static build bustage. thanks for the tip from cls. 2002-11-12 23:13:50 +00:00
cmanske%netscape.com c3051ddfd0 Remove editorShell from message composer. b=174389, r=ducarroz, sr=sspitzer 2002-11-12 22:55:10 +00:00
yokoyama%netscape.com a8412b70ff Bug 172337
Attachment mechanism incompatible with Unicode
Impact only Windows.  file URL will be UTF-8
when we put the MOZ_UNICODE flang
(MOZ_UNICODE flag is module by module bases for now
 until other modules are ready. NSPR/XPCOM)
/r=nhotta; /sr=bienvenu
2002-11-12 22:48:53 +00:00
bienvenu%netscape.com 61d9b0a114 fix mdn receipts getting filtered to imap sent folder r=cavin, sr=sspitzer 178347 2002-11-12 22:46:58 +00:00
kaie%netscape.com 87809ea71d b=161488 Forwarding encrypted mail as attachments should be first deciphered
Patch produced by ducarroz and kaie
r=ducarroz/kaie sr=sspitzer
2002-11-12 19:51:54 +00:00
blizzard%redhat.com 86d09b9cec Bug #179773. mailViews.dat not installed during make install. r=sspitzer 2002-11-12 19:24:38 +00:00
ducarroz%netscape.com 990aac4a49 Fix for bug 179082. We need to insert a decoder even when we edit an encrypted message. R=kaie, SR=sspitzer 2002-11-12 19:22:37 +00:00
bienvenu%netscape.com 9eb445adf4 ignore tabs in reference headers, fixes threading when folded headers have tabs, r/sr=sspitzer, 179736 thx to jmuto for diagnosing the problem, also, whitespace cleanup 2002-11-12 19:22:09 +00:00
nhotta%netscape.com 2586dc7438 Adding phonetic name fields to addressbook (default to be disabled),
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:21:28 +00:00
ducarroz%netscape.com 562473049c Fix for bug 167131. Not not display remote image in message compose when setting is on. R=morse, SR=sspitzer 2002-11-12 19:18:04 +00:00
nhotta%netscape.com e4a862d999 Chagned to make search date format localizable,
bug 98144, r=ducarroz, sr=sspitzer
2002-11-12 19:11:22 +00:00
nhotta%netscape.com 05a5fa5e87 Separated the menu charset code from the charset initialization function,
to avoid the mail font code calling the init function and reset the menu charset,
bug 150530, r=ducarroz, sr=bienvenu.
2002-11-12 19:08:23 +00:00
nhotta%netscape.com 845fb647ed Adding pref for phonetic fields, search date format option,
bug 98144, r=ducarroz, sr=sspitzer
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:03:14 +00:00
bienvenu%netscape.com e4b186594b fix copying multiple imap messages on servers with non-canonical hierarchy delimiter (e.g., cyrus servers), also whitespace cleanup, r=cavin, sr=sspitzer 2002-11-12 01:00:17 +00:00
bienvenu%netscape.com f479b047a0 fix copying of messages to local folders leaving the db in an invalid state, r=naving, sr=sspitzer, 178641 2002-11-12 00:58:03 +00:00
sspitzer%netscape.com 379655e3c4 fix my comment. thanks to greg onufer for catching my mistake. 2002-11-10 18:12:01 +00:00
sspitzer%netscape.com e322e2bed2 fix some string code, per jag. some minor code cleanup. 2002-11-09 16:54:52 +00:00
mkaply%us.ibm.com 2131e17c08 #178961
r=me, sr=jag
Due to a bug in OS/2 compiler handling of temporaries in a conditional, we need to split this out.
Need this ASAP, Os/2 mail is DOA
Incidentally, I'll point out that this code is wrong anyway because different countries write kb in different ways (kb, KB, Kb)
2002-11-09 15:28:46 +00:00
mkaply%us.ibm.com 1ace5878be #178961
r=r=naving, sr=jag
Need a cast here - no telling what the compiler will due to the -1 on the compare
2002-11-09 15:26:04 +00:00
sspitzer%netscape.com 98db50ff0b add todo comment for bienvenu. 2002-11-09 08:58:55 +00:00
sspitzer%netscape.com 36b49665bb fix my comments. 2002-11-09 08:55:03 +00:00
sspitzer%netscape.com 48e3623411 fix the behaviour and enabling of the "Get Msgs" button.
1) make it always enabled (bug #89404, bug #111102)
2) if news server selected, it updates the unread counts on that server
3) if "Local Folders" selected, it does "get msgs" for default account

r/sr=bienvenu
2002-11-09 08:52:22 +00:00
sspitzer%netscape.com 078eb117b1 fix js warning. 2002-11-09 06:49:34 +00:00
seawood%netscape.com a21ca257f6 Tighten (add?) tool version checks for win32 builds.
Allow MIDL to be specified from mozconfig or env since various MS SDKs contain an unsupported version of midl and they insist upon adding their SDK dirs to the beginning of the PATH (bug #178392)
Bug #164646 r=bryner
2002-11-09 02:16:55 +00:00
akkana%netscape.com 0d53e0ecc0 76461: Enable rewrap in html mail compose. r=ducarroz sr=sspitzer 2002-11-09 00:22:32 +00:00
nhotta%netscape.com b84dfd23c1 Moved FN/LN definitions to .dtd to allow localizer to change the order.
bug 160544, r=cavin, sr=sspitzer.
2002-11-08 23:47:38 +00:00
rdayal%netscape.com 68826a6167 Bug #178989 sometimes records are not added to Palm AB during Palm Sync
r=ssu, sr=bienvenu.
2002-11-08 23:45:00 +00:00
bienvenu%netscape.com 7131ad0a35 fix crash undoing imap delete r=cavin, sr=sspitzer, 177835 2002-11-08 23:32:40 +00:00
sspitzer%netscape.com dd0c8a83d6 moving to 8.3. it's too easy to goof this up otherwise. 2002-11-08 20:41:45 +00:00
mkaply%us.ibm.com 5f450d9f98 Os/2 needs 8.3 names 2002-11-08 15:24:29 +00:00
sspitzer%netscape.com a33d330917 implement the | operator for mail 3 pane quick search.
bug #177034
r/sr=bienvenu
2002-11-08 09:09:27 +00:00
mkaply%us.ibm.com 5bf6f20a44 OS/2 bustage
1. PR_CALLBACK
2. PLEASE don't create more implementations using min() and max()
name them something different.
2002-11-08 05:05:28 +00:00
mkaply%us.ibm.com 2afb8ff07a OS/2 DLL names need to be 8.3 2002-11-08 04:08:31 +00:00
mkaply%us.ibm.com 33797d05da Need to change true/false to PR_TRUE/PR_FALSE as well 2002-11-08 03:27:12 +00:00
dmose%netscape.com 8133fefe21 Fix OS/2 tinderbox build bustage by changing instances of bool to PRBool 2002-11-08 03:13:07 +00:00
sspitzer%netscape.com 9ccc478fa2 fix my comments. we don't need to hash the file name, it's already been hashed
before we get here.  r/sr=no one
2002-11-08 02:02:56 +00:00
peterv%netscape.com a6eae8bf93 Turn on basic junk-mail detection functionality in mail on Mac. r=dmose. 2002-11-07 22:30:16 +00:00
bienvenu%netscape.com aacca6bbd0 fix mark thread watched/ignored news filter actions r=cavin, sr=sspitzer 2002-11-07 22:16:25 +00:00