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

12705 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 7356bf64d9 strdup() not defined on the mac, using PL_strdup() instead. fix bustage for bienvenu. 2002-04-24 21:40:10 +00:00
bienvenu%netscape.com 2809a70e87 fix 136805 broken mdn receipts when msg subject has non-ascii characters fix by jeff tsai, r=ducarroz, sr=bienvenu 2002-04-24 20:45:53 +00:00
bienvenu%netscape.com 078f75c860 fix reading unread message in sent folder that had an mdn request not to prompt for return receipt, fix by jeff tsai, r=bienvenu, sr=sspitzer 138054 2002-04-24 20:16:23 +00:00
bienvenu%netscape.com a27df3f289 fix error/crash replying to a message in a folder with a comma in the name r=ducarroz, sr=sspitzer 133861 2002-04-24 20:03:44 +00:00
jst%netscape.com 7d7c5f63b6 Checking in ducarroz@netscape.com's cleanup for bug 138663. r=bzbarsky@mit.edu, sr=jst@netscape.com 2002-04-24 03:56:40 +00:00
jst%netscape.com 18f1c685f6 Fixing regression bug 138663. Cached mail compose windows open up blank. r=harishd@netscape.com, sr=jband@netscape.com 2002-04-24 00:33:56 +00:00
seawood%netscape.com 717f160cfa Use debug() instead of dump() so that js component registration output only shows up in debug builds.
Bug #138726 r=rginda sr=alecf
2002-04-23 07:30:11 +00:00
nhotta%netscape.com 14bce627cc Changed to use a different util function which does not call the converter repeatedly in a loop
in order to workaround the converter problem (bug 138578),
bug 120728, r=ducarroz, sr=sspitzer.
2002-04-23 02:20:17 +00:00
nhotta%netscape.com b1e79eb712 Added out argument for NS_MsgStripRE to avoid altering the const argument,
bug 131983, r=ducarroz, sr=bienvenu.
2002-04-23 02:18:19 +00:00
naving%netscape.com 8d9a6048e3 138217 r=cavin sr=bienvenu. Make folders of an acct in one profile do not show up for the same acct in another
profile in turbo mode. Clear the subfolders array when we are forcing shutdown of rootFolder and all its children.
2002-04-23 02:14:36 +00:00
mscott%netscape.com 36da9ea91d Bug #133580 --> make image/tiff attachments show up as external attachments
instead of acting non-existent in the message.
r=ducarroz
sr=bienvenu
2002-04-23 01:14:47 +00:00
ducarroz%netscape.com 67189a1d71 FIx for bugscape bug 11669. Add preference to turn off plugin access in mail. R=mscott, SR=bienvenu 2002-04-22 23:16:17 +00:00
naving%netscape.com 5b7848020f 138828 r/sr=bienvenu. Made it so that customHeaders can be removed from the UI. The fix is to clearUserPref "mailnews.customHeaders" when all headers are removed. 2002-04-22 23:07:33 +00:00
kaie%netscape.com fb19288806 b=125607 Temporary workaround for better displaying signed S/Mime messages w/ attachments from IMAP servers.
r=ducarroz sr=bienvenu
2002-04-22 23:02:29 +00:00
kaie%netscape.com 7e0bebea5f b=137627 Fix crash seen with some messages.
r=kaie sr=sspitzer
2002-04-22 13:49:53 +00:00
shliang%netscape.com 413c8e917a 132032 - column settings for unread msg count in folder pane not followed - r=bhuvan, sr=sspitzer, a=asa 2002-04-19 07:19:26 +00:00
sspitzer%netscape.com ba0ce0e6dd fix for #138092. bad information text in mailing list dialog.
now that it is modal, you can't dnd.  text from robinf@netscape.com.
r/sr=bienvenu
2002-04-19 03:53:27 +00:00
seawood%netscape.com 97531eb92c Add make -j support to win32 gmake builds.
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
seawood%netscape.com f1d907679e Remove references to obsolete CHROME_ variables.
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
rdayal%netscape.com 44b4fc0a4f fix for MAPI send of files with localized filenames, bug # 103313
r=nhotta, sr=mscott
2002-04-18 23:43:36 +00:00
bienvenu%netscape.com c313dd53ea fix imap not to download all msg headers r=naving, sr=sspitzer 137994 2002-04-18 23:40:22 +00:00
bienvenu%netscape.com 4ef62589c0 turning off some debug_bienvenu code 2002-04-18 22:49:48 +00:00
bienvenu%netscape.com 6833113942 fix updating of command handlers in cases where there is no selection r=ssu, sr=sspitzer 134893 2002-04-18 22:32:25 +00:00
varada%netscape.com 862fc658b4 fix for 58506;smtp panel doesnt get refreshed in account wizard if prefilled first account exists;r=srilatha;sr=mscott 2002-04-18 22:26:47 +00:00
naving%netscape.com 8332198ead 138014 r=bienvenu sr=mscott Make undo delete messages work for the case when we do Ctrl A/Select all and delete all messages in an imap folder. 2002-04-18 22:15:39 +00:00
sspitzer%netscape.com ef5d874716 fix for #134743. Turbo on, mailing list entries duplicated after an exit/restart.
r=racham, sr=bienvenu.
2002-04-18 22:01:00 +00:00
sspitzer%netscape.com 950b92c668 fix for #124208. Address Book window shows LDAP directories from previous Profile in turbo mode.
r=bienvenu, sr=mscott.
2002-04-18 21:59:58 +00:00
sspitzer%netscape.com c320ef7c3a minor code cleanup. no bug. r/sr=bienvenu 2002-04-18 21:58:29 +00:00
sspitzer%netscape.com aa501994ff fix for #138048. double clicking on card in addressbook sidebar
doesn't bring up compose window.  r=racham, sr=bienvenu
2002-04-18 21:57:09 +00:00
varada%netscape.com c363c82d1d fix for 136937;mail composition body becomes ineditable after send failure;r=srilatha;sr=mscott 2002-04-18 21:56:04 +00:00
sspitzer%netscape.com 7bb5e820a4 fix for #138253. don't do window.confirm() from chrome in addressbook.js.
r=hewitt, sr=bienvenu
2002-04-18 21:55:40 +00:00
sspitzer%netscape.com d87ec2ca68 fix for #134958. can't delete mailing list from dir pane.
r=hewitt, sr=bienvenu
2002-04-18 21:53:19 +00:00
srilatha%netscape.com e4cf1a90db Fix for bug # 134947. Import text dialog unusable.
r=varada, sr=sspitzer.
2002-04-18 21:47:28 +00:00
nhotta%netscape.com 58dc36e89d Use ISO-8859-1 as a compose charset if us-ascii, change for edit as new,
bug 136938, r=ducarroz, sr=kin.
2002-04-18 21:43:10 +00:00
bienvenu%netscape.com e3e20ba4aa disable sending unsent messages while sending unsent messages r=ducarroz, sr=sspitzer 2002-04-17 14:17:03 +00:00
bienvenu%netscape.com c148f6e780 disable sending unsent messages while sending unsent messages r=ducarroz, sr=sspitzer 2002-04-17 14:07:38 +00:00
bienvenu%netscape.com dd953a2fb2 fix updating of toolbar buttons when switching to offline and selecting a message not downloaded for offline use r=naving, sr=sspitzer 134980 2002-04-17 14:06:31 +00:00
mozilla.BenB%bucksch.org 17ce2b7392 108153:
Forgot to remove the debug output, as promised to reviewers.
r=ducarroz,sr=bienvenu
2002-04-17 09:56:25 +00:00
pete.zha%sun.com 4e2b201681 bug 120485:Can't delete folders on IMAP server cascadely
r=bienvenu sr=mscott
Check in for Henry Jia's(henry.jia@sun.com) fix
2002-04-17 07:38:27 +00:00
pete.zha%sun.com 43746f29aa bug 106479:Multiple IMAP accounts: Check "Empty Trash on Exit" from account setting freeze an IMAP account without Trash folder. r=timeless sr=mscott
Check in Henry Jia's(henry.jia@sun.com) fix
2002-04-17 07:18:37 +00:00
racham%netscape.com 2da8a43cd8 Fixing bug 137876. Fixing typo in the functional call so that ISPs can set off functions to be executed via this routine. r=andreww, sr=sspitzer 2002-04-17 01:25:37 +00:00
akkana%netscape.com c79fd069a4 134439: Disable wrap_to_window_width by default, regression since the patch was reviewed 2002-04-17 00:41:14 +00:00
akkana%netscape.com fdc4ae63df 134439: Make plaintext compose wrap to window width instead of output
width, and don't wrap quotes in <pre> or <span>, to work around various
editor bugs.  Detect quoted blocks at output time, and continue our
existing behavior of not wrapping quoted text. r=jfrancis,bratell, sr=alecf.
2002-04-16 23:11:33 +00:00
naving%netscape.com 10f162ca67 134291 r=mscott sr=bienvenu Make migration for 2nd profile having imap accts work. The fix is to make imapHostSessionList listen for profile-before-change topic and reset all the host (resetAll). 2002-04-16 22:42:16 +00:00
varada%netscape.com 610734782f fix for 58506;smtp panel doesnt get refreshed in account wizard;r=srilatha;sr=mscott 2002-04-16 22:41:06 +00:00
dbragg%netscape.com bcc260038d Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa 2002-04-16 22:19:10 +00:00
mscott%netscape.com 42ff1eb79d Bug #134745 --> don't call DestroyIcon on shared resources like the
biff icon. This can cause a yellow triangle to appear instead of the icon.
r=naving
sr=sspitzer
2002-04-16 22:13:20 +00:00
bryner%netscape.com f8ab5b7720 Make sure tab and shift-tab go through all recipients in the mail addressing widget, not just recipients that are scrolled into view. Bug 124304, r=ben, sr=hewitt. 2002-04-16 21:58:53 +00:00
mozilla.BenB%bucksch.org 4369bcc66e Fixing mac build. Forgot to check in the mac build system change :-(.
Also forgot a little debug change.
2002-04-16 20:44:46 +00:00
mscott%netscape.com 20a080addf remove an obsolete #ifdef DEBUG_mscott 2002-04-16 18:54:04 +00:00