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

10547 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 09e7288510 #72282 fix the "watched threads" crasher, again
#62455 make sure double clicking on a cell in a column that is a cycler doesn't open the message in a new window

#72665, #73888
treat the thread unread and thread total columns like all the other columns.
allow the user to persist their hidden attribuyte.
don't hide / show them when switching between threaded and nonthreaded views.
All that's left is to hide those columns by default.

#72252 fix sort indicator problems

#72250 sorts should default to ascending

sr=bienvenu
2001-04-03 06:13:38 +00:00
sspitzer%netscape.com b33dc2a7de remove usused files. 2001-04-03 06:06:58 +00:00
sspitzer%netscape.com 1fb44092c9 #74454, allow the user to edit the value "limit message size" text area
when it is enabled.  sr=bienvenu
2001-04-03 06:05:31 +00:00
scc%mozilla.org 70de2e4a46 landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00
sspitzer%netscape.com 9d55928600 fix warnings 2001-04-02 09:20:17 +00:00
sspitzer%netscape.com 1f21bcf863 fix for #74354. on a new header, force the row for the parent thread to update.
sr=bienvenu
2001-04-02 07:48:53 +00:00
sspitzer%netscape.com 7f9f62f103 fix #74354. the icon in the thread column should have the green arrow
if the thread has any unread messages

fix #72281.  if new message arrive and they are children of a collapsed
thread, they should not become the king of the thread.

sr=bienvenu
2001-04-02 07:22:27 +00:00
sspitzer%netscape.com 2dda32e796 re-fix #72256. now that AdjustSelection() is working, inappropriately calling RowCountChange() will mess up the selection. (I'm the champ who added the inappropriate call.) sr=bienvenu 2001-04-02 05:30:39 +00:00
stephend%netscape.com 01f32e31ec Removing 'Netscape' from console output in nsPop3Protocol.cpp. Bug 42509. Patch by Henrik Gemal <gemal@gemal.dk> r=hwaara@chello.se sr=blizzard@mozilla.org 2001-04-02 03:57:29 +00:00
hwaara%chello.se f8e062e933 Kill the last remaining js warning in this file. bug 60632. r=mao, sr=jst 2001-04-01 11:05:51 +00:00
disttsc%bart.nl 2e982313fa Removing prefutilities.js, moving the code in it to where it belongs. bug=73355, r=mao, sr=ben 2001-04-01 05:02:07 +00:00
hwaara%chello.se 36ce9910cd fix if "limit message size" check box is disabled, disabled the "size" text area and do some additional cleanup. bug 74044. sr=sspitzer 2001-03-31 11:27:34 +00:00
sspitzer%netscape.com 94deb79b59 #73840 fix crashers caused by a missing and addref on the db in one case, one extra one in another.
#72256 Msg selection needs to hold when expanding threads of other msgs
#72264 sorting by thread doesn't restore selection properly
#72284 Get Msg selects new message instead of leaving thread pane selection on current selected message
#74068 scroll to selected message after the sort
sr=bienvenu
2001-03-31 04:59:03 +00:00
bienvenu%netscape.com 4556ca5d28 fix problem with messed up imap folder hierarchy, folder names in server.msf files 72854 and 72871 sr=sspitzer 2001-03-31 02:50:11 +00:00
disttsc%bart.nl dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
cls%seawood.org d3392a9d65 Cast void * to long before casting to char.
Thanks to Brad Roberts <braddr@puremagic.com> for the patch.
Bug #74078
2001-03-30 09:51:50 +00:00
cls%seawood.org 877a84356b Attempting fix for HP-UX & OS/2 bustage 2001-03-30 08:07:20 +00:00
sspitzer%netscape.com 04618dbb5b fix js error when doing search. there is no folder tree when you are searching.
sr=bienvenu
2001-03-30 07:15:23 +00:00
sspitzer%netscape.com 18f4a84e69 quiet js errors, since we haven't gotten dnd working for search yet.
hide the thread specific columns in the search pane.  sr=bienvenu
2001-03-30 07:14:19 +00:00
sspitzer%netscape.com f978cdb7b7 fix for #65677. if there is no spell checker, disable the "spell check on message send ui." fix by gervase.markham@univ.ox.ac.uk. sr=sspitzer 2001-03-30 06:48:24 +00:00
sspitzer%netscape.com 4aacbb417c #72282 fix "click on empty thread pane" crash (again)
#72264 sort by thread doesn't restore selection
#74068 if we switch sort mode, scroll to find the message we are displaying

sr=bienvenu
2001-03-30 05:44:01 +00:00
naving%netscape.com af8501c68d 67799, 55814. sr=bienvenu
Also check if write has failed to alert the user and stop downloading messages
2001-03-30 05:30:13 +00:00
naving%netscape.com fbc1fe5f3b 67799, 55814. sr=bienvenu. Check if write has failed to alert the user and stop downloading messages. Truncate the file if write has failed before downloading a message completely 2001-03-30 05:29:53 +00:00
naving%netscape.com 7cb91abf37 67799, 55814. sr=bienvenu. Do UIDL implemenetation when we don't leave messages on the server. if write has failed to alert the user and stop downloading messages 2001-03-30 05:28:43 +00:00
naving%netscape.com d981e4584f 67799, 55814. Do UIDL implemenetation when we don't leave messages on the server.
Also check if write has failed to alert the user and stop downloading messages
2001-03-30 05:27:53 +00:00
naving%netscape.com a0f277b576 67799, 55814. Clean up work asscociated with these bugs. 2001-03-30 05:25:54 +00:00
sspitzer%netscape.com 3c0cfdec3a fix for #71243. don't hard code the default values, get them from the
default prefs.  fix by cavin@netscape.com.  sr=spitzer
2001-03-30 05:22:22 +00:00
bienvenu%netscape.com 7e28c213ed fix assertion when loading folder with just one thread r=naving, sr=sspitzer 73989 2001-03-30 05:12:43 +00:00
bienvenu%netscape.com 9320c0bd74 fix 73960 double load of imap inbox on start r=naving, sr=sspitzer 2001-03-30 05:07:20 +00:00
racham%netscape.com b8cb23a737 Fixing bugs 72498, 73892 and 72531. Fixing bug 72498 brings back File Here menuitem back into all mailnews folder pickers. This one missed 081 branch train. Thanks to all who reviewed this patch now and then. Fixing bug 73892 makes the Bcc Self field appear again in Copies and Folders panel of any given server and fianlly fix to bug 72531 makes Search Messages link to appear for news and movemail accounts in AccountCentral. r=gayatrib, bienvenu, racham sr=sspitzer 2001-03-30 02:06:46 +00:00
jgmyers%netscape.com 87ee6301a5 fix logic inversion: bug 73243 r=nhotta sr=sspitzer 2001-03-30 02:05:19 +00:00
naving%netscape.com d4d0a46cc0 74018. sr=sspitzer. limiting message_size working again. 2001-03-30 02:03:32 +00:00
bienvenu%netscape.com 761dc44073 fix problem fetching message-ids and priority noted in bug 71983 add space to protocol we send sr=sspitzer 2001-03-29 15:06:20 +00:00
hwaara%chello.se 2b4f3f87b1 Fix so we call GetSelectedLocale() safely. bug 71390. r=tao, timeless, sr=bienvenu 2001-03-29 06:13:55 +00:00
mscott%netscape.com 326556b1e5 Show the user agent string again if the user has the hidden pref set.
If we receive multiple "To" or "cc" headers in the same message, aggregate them
instead of just using the last one.
2001-03-29 03:27:41 +00:00
nhotta%netscape.com 24c7d44f43 Changed for xul syntax change, value->label, data->value, bug 73641, r=yokoyama, sr=sspitzer. 2001-03-28 23:25:14 +00:00
bienvenu%netscape.com 6b408b3a23 add progress and status msg to folder compaction r=naving, sr=sspitzer 34073 2001-03-28 21:14:18 +00:00
alecf%netscape.com fcaf601272 fix for bug 73640 - make uri loader support "true" weak references so we can implement them from JavaScript
sr=mscott
r=jag
2001-03-28 18:09:03 +00:00
chuang%netscape.com 5c60f6a8ae Not part of build, new files for re-factoring addrbook 2001-03-28 07:54:42 +00:00
chuang%netscape.com 5a8a896eec Not part of build, new files for re-factoring addrbook 2001-03-28 07:40:07 +00:00
disttsc%bart.nl 255a4dd9f7 bug 73237: "we should not call window.focus() on all windows right before closing them on shutdown", author=Boris Zbarsky <bzbarsky@mit.edu>, r=jag, sr=alecf 2001-03-28 07:09:16 +00:00
sspitzer%netscape.com 9af4e1c634 #73551, fix js warnings. r=hwaara, sr=bienvenu 2001-03-28 07:06:22 +00:00
hwaara%chello.se 39f4c3e2e1 Fix javascript strict warnings in mailWindowOverlay.js. bug 68525. r=timeless, sr=sspitzer 2001-03-28 06:37:54 +00:00
mscott%netscape.com 247e8e6ba5 Bug #73738 --> fix a race condition in news. Fix crash trying to display inline images in news articles created by lipr0n.
Implement Save and Open attachment for news articles again from the message pane.
sr=bienvenu
2001-03-28 06:21:45 +00:00
sspitzer%netscape.com 3e08413f79 fix #73724. stop clearing the message pane on reply and when you mark a message as read.
sr=bienvenu
2001-03-28 04:32:14 +00:00
sspitzer%netscape.com d2a613eb9d #73728. make click on a row in the thread column do what 4.x did. sr=bienvenu 2001-03-28 04:06:44 +00:00
sspitzer%netscape.com 5f0105df97 fix for #52034. show the special "imap deleted" icon in the thread pane if you delete
a message and your delete model is "mark as deleted".  sr=bienvenu
2001-03-28 02:41:56 +00:00
sspitzer%netscape.com 642b2fe516 fix for some of the nntp connection problems. sr=bienvenu. #65927 2001-03-28 02:24:20 +00:00
bienvenu%netscape.com 0ac6423eef fix problem with missing messages in new view code r/sr =mscott, sspitzer 72698 2001-03-27 15:23:32 +00:00
bienvenu%netscape.com bf87d8e53d fix 42863 (pref for enabling env imap prot command), 26735 (respect read-only imap mailboxes) add pref for downloading msg bodies with msg headers for offline imap (15865) r=naving, sr=mscott,sspitzer 2001-03-27 15:22:14 +00:00
disttsc%bart.nl f4edb65ad4 bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc 2001-03-27 11:17:17 +00:00
disttsc%bart.nl f5bedecfc5 bug 73350: Remove USE_OBUFFER sections from mimetpla.cpp, r=ben.bucksch@beonex.com, sr=bienvenu, moa=ducarroz 2001-03-27 09:26:25 +00:00
mscott%netscape.com 8a06771984 67997 --> make saving local mail attachments work directly from the message pane. To do this,
nsMailboxService now support nsIMsgMessageFetchService.
sr=sspitzer
2001-03-27 07:35:45 +00:00
mscott%netscape.com a1d663c9c3 67997 --> now that the mail protocols automatically invoke a mime converter to extract parts, save attachment
shouldn't attempt to automatically invoke a converter. (removing code we don't need)

sr=sspitzer
2001-03-27 07:26:09 +00:00
mscott%netscape.com c686cc9c61 Bug #73412 --> land new message display code. New code is faster to display messages due to a simpler UI for header display.
introduce a collapsed mode for header display.
sr=sspitzer
2001-03-27 06:08:45 +00:00
mscott%netscape.com 09876c85eb Bug #73412 --> land new message display code.
sr=sspitzer
2001-03-27 06:08:07 +00:00
sspitzer%netscape.com ba8bb472b0 when reading news, show "lines" as the header of the "size" column
since we are actually showing (and sorting) line counts.
this broke when we landed the mailnews perf branch.
sr=bienvenu
2001-03-26 23:44:42 +00:00
cls%seawood.org 979c006ff6 Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
sspitzer%netscape.com bcce9ed359 when reading news, show (and sort) "lines" in the size column. sr=bienvenu 2001-03-26 23:38:56 +00:00
mkaply%us.ibm.com 5f5b489750 #73191
r=beard, sr=brendan
Remove CRT_CALL - change to PR_CALLBACK or JS_DLL_CALLBACK appropriately
2001-03-26 23:21:53 +00:00
sspitzer%netscape.com 46d7d553b5 fix for #73416. show the proper icons in the thread pane.
sr=bienvenu
2001-03-26 23:17:33 +00:00
mscott%netscape.com 1f75f9f108 If the date is today then only show a time, don't show the date in the message pane.
sr=sspitzer
2001-03-26 05:07:19 +00:00
mscott%netscape.com 9d2ffa2b5c If the date is today then only show a time, don't show the date in the thread pane.
sr=sspitzer
2001-03-26 05:07:08 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
bienvenu%netscape.com c428e1cd55 get replying to offline msg working sr=sspitzer 64424 2001-03-25 22:13:22 +00:00
bienvenu%netscape.com 2ebdb157e8 fix loading a newsgroup and loading a news message while offline sr=sspitzer 15865 2001-03-25 19:33:18 +00:00
bienvenu%netscape.com 847a0288ea add new pref for limiting size of messages downloaded for offline 15865 sr=sspitzer 2001-03-25 18:48:27 +00:00
bienvenu%netscape.com 436c636874 add some status text for offline 15865 sr=sspitzer 2001-03-25 18:47:54 +00:00
bienvenu%netscape.com b7cb883fc9 add synchronize for offline, some status text 15865 sr=sspitzer 2001-03-25 18:45:47 +00:00
blakeross%telocity.com 85f54f99db Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt 2001-03-25 16:49:38 +00:00
mscott%netscape.com 030f71967b Bug #73250, 67997 --> be sure to pass out just the part or attachment by automatically
invoking a mime converter. This fixes an infinite loop with libpr0n and saving attachments
from the browser window.
sr=bienvenu
2001-03-25 00:26:40 +00:00
mscott%netscape.com a90e3b0842 Bug #73250, 67997 --> fix infinite loop when displaying images with the new image lib.
When fetching a part or an attachment to an imap message, automatically invoke a mime converter
to extract just the part. this fixes saving mail attachments from the browser window.
sr=bienvenu
2001-03-25 00:24:41 +00:00
bienvenu%netscape.com efce4931fc get status msgs working again for imap 73241, couple small fixes for offline imap 15865 r=naving, sr=sspitzer 2001-03-24 14:53:54 +00:00
gayatrib%netscape.com 1ad4817ab0 Implementing deleting/filing messages on single and multiple folders in search. Fixed regression introduced after merging performance branch that search does not display number of search hits. r=bhuvan,bienvenu. sr=bienvenu. 2001-03-24 09:08:26 +00:00
andreww%netscape.com 79908580a8 bugzilla 45034 r=timeless, sr=hewitt :mail filter ui cleanup 2001-03-24 02:08:49 +00:00
sspitzer%netscape.com c2ebcb24db fix it so we show the right sort indicator when viewing a folder (or newsgroup) for the first time.
add "View | Sort By | Thread" back to the menus.

add an accelerator for "Select Thread" (ctrl shift a). #21094

make it so when we delete the last message in the folder, we clear  out the message pane.
make it so when we compact folders, we blank out the thread pane. #72674

fix some crashers when clicking on the thread pane and there is no db or there are no rows.  #72282

kill thread should not be "ctrl w", it should be "w".  #73260

sr=bienvenu
2001-03-24 01:12:33 +00:00
sspitzer%netscape.com 7e2e3375f3 fix it so we won't try to send "ARTICLE <" to the nntp server. on quit, we sometimes get into a state where we try to send that to the server. if I detect that state, I return error but I don't send the bogus data over the wire. sr=bienvenu
related to bugs #57659 and #72317
2001-03-24 01:06:53 +00:00
stephend%netscape.com a363ec1db3 Per RFC2606, using user@domain.invalid in bug 71121. r=Ben Bucksch sr=sspitzer@netscape.com. 2001-03-24 00:54:09 +00:00
varada%netscape.com edbee42897 fix for bug#72235- crash on replying to message;r=ducarroz;sr=bienvenu 2001-03-24 00:51:59 +00:00
varada%netscape.com 566fbe2e09 fix for bug 70392 - beautifying send format prefs panel; r=ducarroz;sr=bienvenu 2001-03-24 00:43:12 +00:00
varada%netscape.com 7747e255c5 fix for bug#69525-dnd attachment not working for compose window on mac;r=ducarroz;sr=mscott 2001-03-24 00:35:31 +00:00
ducarroz%netscape.com d7295155e5 FIx for bug 73041. SendMsg now has only two parameters. SR=sspitzer 2001-03-24 00:10:59 +00:00
timeless%mac.com 292395ae13 fix Bugzilla Bug 65428 language="javascript" should be type="application/x-javascript" mailnews
r=fabian, a=ben
2001-03-23 23:44:31 +00:00
sspitzer%netscape.com 18f5a383d1 fix #21094. implement "select thread" (for my patient pal leaf).
disable "select thread" if nothing is selected in the thread pane.
disable "select flagged" until it is finished.  sr=bienvenu
2001-03-23 06:12:31 +00:00
stephend%netscape.com b85f9f27f7 Part of the fix for bug 73051, observing RFC2606. r=robinf@netscape.com, hixie@netscape.com, sr=shaver@mozilla.org 2001-03-23 05:35:19 +00:00
stephend%netscape.com 8ea862718f Part of the fix for bug 73051, observing RFC2606. r=robinf@netscape.com, hixie@netscape.com, sr=shaver@mozilla.org 2001-03-23 05:33:07 +00:00
naving%netscape.com eb35cef646 71666 sr=bienvenu. Don't display the alert. The login dialog describes the
same error.

71670 sr=bienvenu. Ensure that the messages are not lost when the user hits
"Stop" while downloading messages.

68875 sr=bienvenu. Ensure that the old berkeley mailbox is deleted by closing
streams to local folders in mailnews code. This helps in compacting folder

66795 sr=bienvenu. The above fix also helps in stopping tmp files displayed
as local folders.
2001-03-23 05:25:32 +00:00
sspitzer%netscape.com 5ca94b9cc5 #72826 fixed sort by sender. r=ducarroz, sr=sspitzer. (thanks to jgmyers for the patch).
#72819 added ascend / descend to the "View | Sort By" menu.  sr=bienvenu

#72248 properly update the checkboxes for the "View | Sort By" menu (when it is created).  sr=bienvenu

#21094, #72823 some work for "select thread" / "select flagged".  sr=bienvenu

change some printf("fix me") into assertions to catch problems.

remove some dead js.
2001-03-23 04:39:54 +00:00
sspitzer%netscape.com 8033776b85 fix for #73091. javascript exception when setting up a news account.
sr=bienvenu
2001-03-23 04:32:50 +00:00
sspitzer%netscape.com ccfec6735b fix #70641. allow the user to set a signature file. sr=bienvenu 2001-03-23 04:32:11 +00:00
mstoltz%netscape.com 519500116e Bugs 55069, 70951 - JS-blocking APIs for mailnews and embedding. r=mscott, sr=attinasi.
Bug 54237 - fix for event-capture bug, r=heikki, sr=jband.
2001-03-23 04:22:56 +00:00
blakeross%telocity.com c3f907213c More of the same -- Fix 73033, crash on opening addressbook. 2001-03-23 01:45:52 +00:00
sspitzer%netscape.com d3faf1e0f8 fix for #73080. more blake fallout. subscribe is broken. sr=bienvenu
a=akk,lpham.
2001-03-23 00:46:01 +00:00
sspitzer%netscape.com fe047e7a6e fix account manager regression. use new style contract id
instead of old style.  patch from shaver.  sr=sspitzer
2001-03-22 22:22:20 +00:00
blakeross%telocity.com e15168412f Fixing 73076, missing mail text. sr=shaver 2001-03-22 21:47:04 +00:00
sspitzer%netscape.com 986334ce38 fix for message display blocker. headers not showing up
(like from, cc, etc.)  fix by blake.  sr=sspitzer
2001-03-22 21:07:34 +00:00
sspitzer%netscape.com 7b5012bcd8 fixing blocker bug #73028. more fallout from blake's checkin.
patch started by blake, rest of fix by bienvenu.  sr=sspitzer.
2001-03-22 20:06:28 +00:00
bienvenu%netscape.com b10dfa45f7 add boolean for purging offline msg bodies by msg age sr=sspitzer, 15865 2001-03-22 14:40:35 +00:00
bienvenu%netscape.com ae3941d951 add support for local folders under imap servers, also fix problem with offline sync playback r=naving,sr=sspitzer 15865 2001-03-22 14:38:00 +00:00
bienvenu%netscape.com 644a509198 add support for local folders under imap servers r=naving,sr=sspitzer 15865 2001-03-22 14:36:51 +00:00
sspitzer%netscape.com f47fd4afdd remove unused interface. 2001-03-22 08:35:01 +00:00
blakeross%telocity.com 0384507453 This file escaped my wrath somehow. 2001-03-22 07:24:56 +00:00
sspitzer%netscape.com 64fa6196c9 fix for #72932. we used to rely on the msg view navigation service to
flush the pending notifications on the document.  the msg view navigation
service is gone.  so I've added the functionality to the nsIAddrBookSession
(which is a service) so that everything works like it used to.

sr=mscott
2001-03-22 04:02:18 +00:00
tao%netscape.com 5ba9865863 53638: URL in mailWindowOverlay.xul needs to be localized.
(r=chuang,sr=sspitzer)
2001-03-22 02:45:37 +00:00
tao%netscape.com 52c8c643d6 71341: mailnews.view_default_charset pref item should not be stored,
(r=naoki,sr=erik)
2001-03-22 02:20:48 +00:00
sspitzer%netscape.com 03c51a7243 the interface changed, but the js never did. this caused and error
which prevented us from closing the window.  sr=mscott
2001-03-22 01:55:30 +00:00
sspitzer%netscape.com 92a61097cb remove unused files. clean up Mark Message Read. add some bullet proofing
to handle the case where sorting fails.  sr=mscott
2001-03-22 01:42:59 +00:00
sspitzer%netscape.com a545c8ac3d fix for #72818. don't allow rename of the sent folder. r=naving
sr=mscott
2001-03-22 01:36:27 +00:00
sspitzer%netscape.com f4cbe6b882 the message navigation service has gone away. we need a new way of doing
this.  for now, comment out the old code to prevent the js error.
sr=mscott
2001-03-22 01:31:42 +00:00
sspitzer%netscape.com 5b295652a9 fix for #72817. r=naving, sr=mscott
don't allow the user to dnd and move a folder under "Local Folders"
that is not allowed to be moved (renamed)
2001-03-22 01:28:35 +00:00
sspitzer%netscape.com 26da601a32 fix js exception on startup. thanks to sarah and mscott for the
heads up.  sr=mscott
2001-03-22 01:26:58 +00:00
blakeross%telocity.com 0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net 1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
hwaara%chello.se 9594a3fbce Fix the memleak regression caused by bug 72388. r=brade, sr=bienvenu. 2001-03-21 19:45:12 +00:00
sspitzer%netscape.com 031366d02d fix for #72265. update the unread / total counter in the bottom right of the 3 pane.
sr=bienvenu
2001-03-21 10:13:12 +00:00
mscott%netscape.com f0b8e3f67d Bug #72696 incorrectly supressing message display when you click on the thread pane splitter
sr=sspitzer
2001-03-21 06:31:23 +00:00
bryner%uiuc.edu 630d1d61cc Removing references to obsolete headers (bug 38061). r=timeless, sr=shaver. 2001-03-21 05:35:27 +00:00
timeless%mac.com e76ccfd647 fix Bug 70989 Clean up lots of "shadows" and other common warnings
r=peterv, jst, ducarroz, edburns. sr=jst, shaver
2001-03-21 05:32:22 +00:00
sspitzer%netscape.com c057716174 fix for #71930. sr=bienvenu. catch the js exception caused by bogus
typedown text.
2001-03-21 04:22:54 +00:00
sspitzer%netscape.com a687afbef8 other part of fix for #72642. defensive programming. sr=bienvenu. 2001-03-21 03:39:53 +00:00
sspitzer%netscape.com fbcae31897 fix for #72642. crash when deleting the last message in a local folder from the stand alone message window.
sr=bienvenu
2001-03-21 03:34:29 +00:00
jgmyers%netscape.com 719c4dae1d Fix more callers of the MIME header decoder: bug 65277 r=nhotta r=ducarroz sr=bienvenu 2001-03-21 03:20:23 +00:00
sspitzer%netscape.com 72169e8125 part of the fix for #72716, problems with compact folder. sr=bienvenu 2001-03-21 03:13:37 +00:00
sspitzer%netscape.com 56e0680bcb fix for #72750, sr=mscott. caused by me not paying attention to 32 character limit for filenames on the mac. 2001-03-21 02:49:37 +00:00
sspitzer%netscape.com 7f31ae1d76 fix for #70494. newsgroups not showing up under news server.
sr=mscott.
2001-03-21 02:43:39 +00:00
stephend%netscape.com 9e703c30ec Inconsistency between News Server and News Server (NNTP) in bug 70128. r=jglick@netscape.com sr=sspizter@netscape.com 2001-03-21 01:23:17 +00:00
hwaara%chello.se 4175fb4747 Fix "FMM in nsMsgNewsFolder::UpdateSummaryFromNNTPInfo". bug 66787. r=timeless, sr=bienvenu 2001-03-20 13:43:33 +00:00
hwaara%chello.se c78963401d Fix compiler warning and small optimization in NewsDeliveryCallback(). bug 72388. r=ducarroz, sr=sspitzer 2001-03-20 13:14:57 +00:00
sspitzer%netscape.com 9d95ad85da fix for #60776. don't land in the trash folder on "next message"
navigation.  thanks to putterman for the patch.  also some cleanup
of some dump() statements.  sr=sspitzer
2001-03-20 08:30:11 +00:00
sspitzer%netscape.com 54a954b687 removing test harness. 2001-03-20 08:05:37 +00:00
sspitzer%netscape.com 23e2dd656f remove some dead js and some dump statements.
fix #72592, if sorted by "order received" fix the insertion sort problem.
fix #72589, get "sort by status" working.
fix #72608, fix IsSpecialFolder() to do bitwise operations, instead of string compares
sr=bienvenu
2001-03-20 06:41:20 +00:00
jgmyers%netscape.com 70791b4070 Remove unused MD5 code: bug 71764 sr=mscott r=sspitzer 2001-03-20 05:56:09 +00:00
disttsc%bart.nl 497249a5e8 Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver 2001-03-20 05:37:56 +00:00
sspitzer%netscape.com 1008c69647 fix for #16916. make it so space pages down in the current message
and if at the end of a message, acts like you hit "next message".
thanks to jst@netscape.com for the patch.  sr=sspitzer
2001-03-20 00:51:23 +00:00
sspitzer%netscape.com 0506f70002 fix cross folder message navigation. sr=bienvenu 2001-03-20 00:49:03 +00:00
ducarroz%netscape.com 0f63c2bcd7 Fix Mac bustage in mime. 2001-03-20 00:47:41 +00:00
sspitzer%netscape.com 4c04906d37 fix #72567. whoops, I broke message dnd. sr=bienvenu.
(you might have to remove your component.reg file, too see the bug)
2001-03-20 00:08:57 +00:00
sspitzer%netscape.com 083b4fd3cb fix for #72553. remember if we hid the flag / read columns.
sr=bienvenu.  also persist the width of some columns we weren't
persisting, due to a spelling mistake.  (thanks to neil@parkwaycc.co.uk for
that part of the fix)
2001-03-19 23:27:58 +00:00
jgmyers%netscape.com 4acb8af6e0 Add assertion for thread saftey of MIME_ConvertCharset(): bug 70499 r=ducarroz sr=sspitzer 2001-03-19 23:09:22 +00:00
jgmyers%netscape.com 59363f3853 Make SMTP prefer PLAIN over LOGIN: bug 72218 sr=mscott r=sspitzer 2001-03-19 22:57:37 +00:00
sspitzer%netscape.com 3f23525625 fix for #72292. don't use [value="..."] rules in css. sr=bienvenu 2001-03-19 22:18:47 +00:00
sspitzer%netscape.com 2c9df308c1 fix #58454. this extra logging call made it look we were doing
two XOVERs.  sr=bienvenu
2001-03-19 22:16:55 +00:00
sspitzer%netscape.com 8d8b82b1da fix for #72371. sr=bienvenu. get "unsubscribe" working from the edit menu and the folder pane context menu. 2001-03-19 22:15:38 +00:00
sspitzer%netscape.com 1bdce9ce08 more files removed due to the mailnews perf landing. 2001-03-19 22:11:49 +00:00
mkaply%us.ibm.com 87e125d1d0 Attempt to fix OS/2 bustage 2001-03-17 04:15:26 +00:00
dbaron%fas.harvard.edu c35f64b6e0 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage from mailnews performance branch landing by adding new header file dependencies to REQUIRES. 2001-03-17 03:49:10 +00:00
sspitzer%netscape.com 9b3d7c640c fix bustage. 2001-03-17 02:59:47 +00:00
sspitzer%netscape.com 72391af2de fix bustage 2001-03-17 02:58:53 +00:00
sspitzer%netscape.com 790bdb2dc8 remove files no longer part of the build due to the mailnews landing.
(specifically, there is no more message datasource or nsIMessage)
2001-03-17 02:54:34 +00:00
mscott%netscape.com fe4edc0bea Land the Mailnews Performance Branch.
Includes front end re-write to use the outliner widget for the thread pane.

Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.

enjoy =).
2001-03-17 01:59:34 +00:00
ducarroz%netscape.com 4e8eca6cab Mailnews performance branch landing... 2001-03-17 01:53:39 +00:00
sspitzer%netscape.com 51df0ae7e5 fix for #69684 (and other subscribe problems caused by this.)
using [value="true"] in my css made things dog slow.
see alecf's posting news://news.mozilla.org/3A82F42D.1050102@netscape.com
sr=bienvenu a=asa
2001-03-16 23:35:14 +00:00
hewitt%netscape.com 3d5e92aa75 65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf 2001-03-16 02:56:38 +00:00
mscott%netscape.com 2fb926cb69 NOT PART OF THE BUILD
Pre-landing work for the mailnews performance branch. Add news files on the branch to the tip.
2001-03-15 22:35:34 +00:00
mscott%netscape.com 1eeba25c9e NOT PART OF THE BUILD!!!
Pre-landing work for the mailnews performance branch.

Adding some new files to the tip.
2001-03-15 22:33:33 +00:00
racham%netscape.com 74249907d1 Fixing bug 71906. Enabling Search Messages link on Account Central for Local Folders also. r=racham, sr=sspitzer 2001-03-14 05:26:42 +00:00
racham%netscape.com 33be1443a1 Fixing bugs 66830, 68346, 71356. Fix to bug 66830 makes AccountCentral item display more dynamic based on server and protocol capabilities. Fix to bug 68346 makes the startup page appear once per account per mozilla session. Fix to bug 71356 fianlly makes the right biff sound to get played at the right time. r=gayatrib, sspitzer, bienvenu sr=sspitzer, bienvenu. 2001-03-14 02:32:04 +00:00
dprice%netscape.com edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
timeless%mac.com 46f25f14e7 fix Bug 49727 Grammar incorrect in alert message when deleting mail folder
r=naving, sr=bienvenu
2001-03-13 04:45:52 +00:00
timeless%mac.com 8928003fad change for Bug 71416 Checkbox "Send this email adress ... FTP password" and edit field belong together
patch by bzbarsky@mit.edu r=db48x@yahoo.com,zach a=ben@netscape.com
2001-03-13 03:38:50 +00:00
valeski%netscape.com 27feb04903 sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api. and changing existing implementations over to new api 2001-03-13 01:59:19 +00:00
nhotta%netscape.com 45c721994e Removed the line to replace '|' with ':' since that's already replaced in the string
and it replaces partial characters in multi-byte characters, bug 68993, r=ducarroz, sr=sspitzer.
2001-03-12 22:50:34 +00:00
dougt%netscape.com c74c36c85e Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com 2001-03-12 22:41:28 +00:00
shaver%mozilla.org fcf7cd0d9f 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
varada%netscape.com bc6c0e45b7 fixes for bugs# 70615 70626;r=ducarroz;sr=mscott 2001-03-12 05:30:11 +00:00
maolson%earthlink.net 2b97554dcd fix bug 70655 - View Image in message context menu doesn't work
r=jag, sr=sspitzer
2001-03-12 05:13:12 +00:00
mkaply%us.ibm.com ba0abcd4c2 #71558
r=cls
from achim - Don't export every symbol for XPCOM components - nice build/performance fix
2001-03-12 03:33:50 +00:00
ccarlen%netscape.com c819a81536 Along with bug 65212 - removing unnescesary dependencies on profile. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:15:22 +00:00
Peter.VanderBeken%pandora.be 47d931e2cd Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst. 2001-03-10 21:02:12 +00:00
hyatt%netscape.com d741df52e2 Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485 2001-03-10 01:43:09 +00:00
jgmyers%netscape.com cd7c184727 cleanup error handling: bug 64777 sr=mscott r=sspitzer 2001-03-10 00:49:05 +00:00
cmanske%netscape.com d0220a2106 Added param to caller of editor saveDocument for save mime type as part of fix for bug 51798. r=brade, sr=sfraser 2001-03-10 00:02:31 +00:00
dbaron%fas.harvard.edu 5c527757fd Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES. 2001-03-09 16:20:16 +00:00
kin%netscape.com 11f8ac97cd Fixes for bug #66308 ([embed] XPIDL'ize transaction manager)
sr=sfraser@netscape.com,mscott@netscape.com r=jfrancis@netscape.com

* nsITransaction, nsITransactionListenter, nsITransactionManager have
  been XPIDL'ized and moved into mozilla/editor/txmgr/idl. The versions
  of these interfaces in mozilla/editor/txmgr/public are being CVS removed.

* Renamed Do(), Undo(), and Redo() to DoTransaction(), UndoTransaction(),
  and RedoTransaction() to avoid reserved word problems in languages like
  JS. I did a sweep through editor and mailnews to remove these methods.

* PeekUndoStack() and PeekRedoStack() now return an AddRef'd pointer.

* Removed GetUndoString(), GetRedoString() and Write() from the
  nsITransaction interface. Neither editor or mailnews really made
  use of these methods.

* Removed Write() from the nsITransactionManager.cpp interface.

* The Transaction Manager now supports weak references.

* Added support for nsITransactionList to the TransactionManager
  to allow access to all transactions on the Undo and Redo stacks, as
  well as auto-aggregated transactions.

* Removed all references to nsITransactionDescription from txmgr and editor.

* Added nsPIEditorTransaction and made all Editor internal transactions
  inherit from it so we can distinguish between our transactions and
  ones from 3rd parties.

New files checked in:

  editor/txmgr/idl/nsITransaction.idl
  editor/txmgr/idl/nsITransactionList.idl
  editor/txmgr/idl/nsITransactionListener.idl
  editor/txmgr/idl/nsITransactionManager.idl
  editor/txmgr/src/nsITransactionList.cpp
  editor/txmgr/src/nsITransactionList.h
  editor/idl/nsPIEditorTransaction.idl

Files that were CVS removed:

  editor/txmgr/public/nsITransaction.h
  editor/txmgr/public/nsITransactionListener.h
  editor/txmgr/public/nsITransactionManager.h
  editor/txmgr/idl/nsITransactionDescription.h
  editor/base/IMECommitTxn.cpp
  editor/base/IMECommitTxn.h

Files modified:

  editor/Makefile.in
  editor/makefile.win
  editor/base/ChangeAttributeTxn.cpp
  editor/base/ChangeAttributeTxn.h
  editor/base/CreateElementTxn.cpp
  editor/base/CreateElementTxn.h
  editor/base/DeleteElementTxn.cpp
  editor/base/DeleteElementTxn.h
  editor/base/DeleteRangeTxn.cpp
  editor/base/DeleteRangeTxn.h
  editor/base/DeleteTextTxn.cpp
  editor/base/DeleteTextTxn.h
  editor/base/EditAggregateTxn.cpp
  editor/base/EditAggregateTxn.h
  editor/base/EditTxn.cpp
  editor/base/EditTxn.h
  editor/base/IMECommitTxn.cpp
  editor/base/IMECommitTxn.h
  editor/base/IMETextTxn.cpp
  editor/base/IMETextTxn.h
  editor/base/InsertElementTxn.cpp
  editor/base/InsertElementTxn.h
  editor/base/InsertTextTxn.cpp
  editor/base/InsertTextTxn.h
  editor/base/JoinElementTxn.cpp
  editor/base/JoinElementTxn.h
  editor/base/nsEditor.cpp
  editor/base/nsEditorShell.cpp
  editor/base/nsEditorShell.h
  editor/base/nsEditorTxnLog.cpp
  editor/base/nsStyleSheetTxns.cpp
  editor/base/nsStyleSheetTxns.h
  editor/base/PlaceholderTxn.cpp
  editor/base/PlaceholderTxn.h
  editor/base/SetDocTitleTxn.cpp
  editor/base/SetDocTitleTxn.h
  editor/base/SplitElementTxn.cpp
  editor/base/SplitElementTxn.h
  editor/idl/Makefile.in
  editor/idl/makefile.win
  editor/idl/MANIFEST
  editor/idl/nsIEditorShell.idl
  editor/macbuild/editor.mcp
  editor/macbuild/EditorIDL.mcp
  editor/txmgr/idl/Makefile.in
  editor/txmgr/idl/makefile.win
  editor/txmgr/idl/MANIFEST
  editor/txmgr/idl/nsITransactionManager.idl
  editor/txmgr/macbuild/txmgr.mcp
  editor/txmgr/macbuild/txmgrIDL.mcp
  editor/txmgr/public/Makefile.in
  editor/txmgr/public/makefile.win
  editor/txmgr/public/MANIFEST
  editor/txmgr/src/Makefile.in
  editor/txmgr/src/makefile.win
  editor/txmgr/src/nsTransactionItem.cpp
  editor/txmgr/src/nsTransactionItem.h
  editor/txmgr/src/nsTransactionList.cpp
  editor/txmgr/src/nsTransactionList.h
  editor/txmgr/src/nsTransactionManager.cpp
  editor/txmgr/src/nsTransactionManager.h
  editor/txmgr/src/nsTransactionManagerFactory.cpp
  editor/txmgr/src/nsTransactionStack.cpp
  editor/txmgr/src/nsTransactionStack.h
  editor/txmgr/tests/TestTXMgr.cpp
  editor/ui/composer/content/EditorCommandsDebug.js
  editor/ui/composer/content/editorOverlay.xul
  editor/ui/composer/locale/en-US/editorOverlay.dtd
  mailnews/base/src/nsMessenger.cpp
  mailnews/base/util/nsMsgTxn.cpp
  mailnews/base/util/nsMsgTxn.h
  mailnews/imap/src/nsImapMailFolder.cpp
  mailnews/imap/src/nsImapUndoTxn.cpp
  mailnews/imap/src/nsImapUndoTxn.h
  mailnews/local/src/nsLocalMailFolder.cpp
  mailnews/local/src/nsLocalUndoTxn.cpp
  mailnews/local/src/nsLocalUndoTxn.h
2001-03-09 14:23:59 +00:00
waterson%netscape.com 3dec33d5f9 Bug 70248. Remove extraneous |extern C| block. r=ducarroz, sr=mscott 2001-03-09 06:31:42 +00:00
naving%netscape.com de625dd166 63921. sr=bienvenu Don't kill the connection for the folder to be renamed. Do it
for its children.
2001-03-09 06:27:01 +00:00
hewitt%netscape.com eeb97b1e15 68480 - cleanup msgcompose toolbar menubuttons, r=cmanske/ducarroz, sr=hyatt 2001-03-09 00:01:55 +00:00
bryner%uiuc.edu bea5ab6ea9 Bug 71024 - adding a null check to prevent crash. patch by hwaara, r=bryner, sr=shaver. 2001-03-08 22:50:57 +00:00
jgmyers%netscape.com 6e4be49bc3 enable SMTP auth by default: bug 64777 r=racham sr=sspitzer 2001-03-08 22:00:33 +00:00
disttsc%bart.nl ac8a0e2480 Fix Solaris bustage. r=scc 2001-03-08 19:57:20 +00:00
scc%mozilla.org 68b1a2e17f fix solaris bustage 2001-03-08 18:32:28 +00:00
disttsc%bart.nl 09677a326a Fix potential dangling pointers of the form:
const char* foo = NS_ConvertUCS2toUTF8(bar).get();

sr=scc
2001-03-08 13:57:08 +00:00
disttsc%bart.nl 8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
timeless%mac.com aef4cfd76d fix bug 69256 nsMsgNewsFolder::UpdateSummaryFromNNTPInfo leaks nsMsgKeySet
patch by hwaara@chello.se r=sspitzer, sr=bienvenu tabs=evil
2001-03-08 05:26:43 +00:00
stephend%netscape.com 03c69f0940 Fixing tooltips so they re-appear for GetMsg and Print in Mail/News r=walk84@usa.net sr=bienvenu@netscape.com 2001-03-08 04:01:49 +00:00
stephend%netscape.com e3e859b749 Leaving Stephen Walker's changes to bug 67463 in, but removing my accidental changes fromy tree, sorry about that. 2001-03-08 01:59:32 +00:00
stephend%netscape.com 42df68efdd Checking in the fix for tooltips in bug 67463, patch by Stephen Walker (walk84@usa.net) r=stephend@netscape.com, sr=sspitzer@netscape.com 2001-03-08 01:42:38 +00:00
stephend%netscape.com 337f9d7809 Bug 70241 Inconsistency in describing SMTP server r=racham@netscape.com, sr=sspitzer@netscape.com 2001-03-08 01:01:48 +00:00
stephend%netscape.com ed5803cd64 Bug 70128 & 70241 Inconsistency in describing SMTP & NNTP servers r=racham@netscape.com, sr=sspitzer@netscape.com and sr=mscott@netscape.com 2001-03-08 01:00:28 +00:00
stephend%netscape.com 740d8dfe27 Bug 70128 Inconsistency in describing SMTP server r=racham@netscape.com, sr=sspitzer@netscape.com 2001-03-08 00:59:07 +00:00
stephend%netscape.com 0ffe33d497 Part of bug 70241 Inconsistency in describing SMTP server r=racham@netscape.com, sr=sspitzer@netscape.com 2001-03-08 00:58:21 +00:00
timeless%mac.com 0113c0683d fix bug 64562 Some chrome dtd bugs [duplicate entities in dtds]
fixes from cjh@kr.freebsd.org r=jag, sr=jst
2001-03-07 11:28:42 +00:00
ben%netscape.com a040c74c61 Fix for 57763. r=blake, a=alecf 2001-03-07 07:50:14 +00:00
stephend%netscape.com 5a881fe91f Checking in fix for bug 61296. Patch by Ksosez (ksosez@softhome.net) r=blake sr=seth 2001-03-07 02:42:14 +00:00
stephend%netscape.com 1cd0f5e33c Checking in fix for bug 70496. Patch by Keyser Sosez (ksosez@softhome.net r=boris, sr=seth 2001-03-07 02:40:24 +00:00
sspitzer%netscape.com c49a15e1f8 fix bugscape bugs #2883 #2884 #3927. Thanks to jgaunt@netscape.com for the
patch.  r/sr=sspitzer,bienvenu
2001-03-07 01:33:55 +00:00
racham%netscape.com ed566c5794 Fixing bug 67634. Clearing the default url value so that beep takes the default place for biff sound. r=racham, sr=sspitzer 2001-03-07 01:16:44 +00:00
racham%netscape.com f0a4d37e3c Fixing bug 67634. Default sound for biff is changed to be the system beep. Patch by Seth. r=racham, sr=bienvenu 2001-03-07 01:16:35 +00:00
jgmyers%netscape.com f282cf9fbf Have SMTP prompt for userid if it's not set in prefs: bug 64777 sr=mscott r=sspitzer 2001-03-07 01:08:04 +00:00
jgmyers%netscape.com d94d4a24a7 pass default and override charset down to header decoder: bug 65277 r=nhotta r=ducarroz sr=sspitzer 2001-03-07 00:59:47 +00:00
sspitzer%netscape.com d6b4d4e0ad fix for bugscape bug #4174. sr=mscott 2001-03-07 00:44:20 +00:00
chuang%netscape.com 6f1d34ff6b Bug65870 "Notes" data field does not display after migrating, r=ducarroz, sr=mscott 2001-03-06 21:04:55 +00:00
ducarroz%netscape.com 69a85e9533 Fix for bug 48668. Put back the extra blank line before page link. R=varada, SR=bienvenu 2001-03-06 20:20:58 +00:00
racham%netscape.com 215685bf30 Fixing bug 58721. Fixing the situation where application hangs if the biff interval is greater than 35 minutes. Needed to use the nsInt64 var to hold the values and to get carried forward properly for further operations. r=gayatrib, sr=sspitzer 2001-03-06 19:44:37 +00:00
bryner%uiuc.edu 8b80c7c363 Bug 70595 - making nsIPrompt accessible to PSM. r=darin, sr=mscott. 2001-03-06 05:10:33 +00:00
timeless%mac.com 11d477ed24 fix bug 67108 "Mail startpage" groupbox needs cleanup
fix by hwaara@chello.se r=timeless, sr=sspitzer
2001-03-06 03:24:13 +00:00
naving%netscape.com 2bf12813c3 65630. sr=bienvenu. Do batching only if the platform is not MAC. Also m_folderStream
should point to m_folderSpec and not m_dbName
2001-03-06 02:23:52 +00:00
maolson%earthlink.net 9ab10787d7 Fix bug 68522 - "Message Filters" dialog should have context enabled/disabled features
r=jag, r=gayatrib, sr=sspitzer
2001-03-05 23:40:25 +00:00
varada%netscape.com f1852f8c8b fix for bug#49378;UI:feedback after saving draft;r=ducarroz;sr=mscott 2001-03-05 21:45:05 +00:00
ducarroz%netscape.com 1c02c664ff Bug 22486. Add TimeStamp function to track new message and reply performance. R=sspitzer, SR=bienvenu 2001-03-05 20:00:26 +00:00
timeless%mac.com 4e787bcc41 fix bug 63114 Text box too small in address book preference
fix by walk84@usa.net r=timeless, a=ben
2001-03-05 00:51:49 +00:00
maolson%earthlink.net 97f388c084 Fix bug 66087 - Status Bar; Document: Done (0.78secs) should be changed to Document: Done (0.78 secs)
r=jag, sr=sspitzer
2001-03-04 20:57:19 +00:00
dbaron%fas.harvard.edu fc2e7e21f9 Fix leak on sending message caused by circular ownership between nsMsgCompose and nsMsgComposeSendListener. b=66887 r=ducarroz@netscape.com sr=sspitzer@netscape.com 2001-03-04 19:51:05 +00:00
naving%netscape.com 11bf9818db 70476. Backing out my changes for #68875. No reviewer 2001-03-03 00:23:39 +00:00
naving%netscape.com 2f15f5198f 70476. Backing out my changes for bug #65630. No reviewer 2001-03-03 00:22:12 +00:00
disttsc%bart.nl 277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
stephend%netscape.com 6215347a63 Checking in the wording fix for bug 70397, r=timeless@mac.com r=varada@netscape.com, sr=jst@netscape.com pref-formatting.dtd 2001-03-02 05:31:28 +00:00
timeless%mac.com c5bb39e046 fix bug 49164 Secure IMAP on wrong port
fix by len@intelligenesis.net r=bienvenu, sr=mscott
2001-03-02 02:18:15 +00:00
naving%netscape.com 4806bc1d9c #70419. r=racham, sr=bienvenu. Don't initiate an inputFileStream on nsIFileSpec. Use
existing mInputSream.
2001-03-02 01:08:27 +00:00
ducarroz%netscape.com 78e91d631e Fix for smoketest blocker 70500. identity->GetSignature can return a null file despite rv=NS_OK. R=varada 2001-03-01 23:42:33 +00:00
stephend%netscape.com 4a3e5b3a61 Bug 70241 - r=timeless@mac.com sr=mscott@netscape.com 2001-03-01 00:22:37 +00:00
cls%seawood.org 7b07449948 Quick fix for app crash on compose problem. Bug #70505 r=jgmyers a=leaf 2001-02-28 22:59:54 +00:00
jgmyers%netscape.com f25e061382 fix mime_decode_filename() and callers, make override_charset a PRBool: bug 65277 r=nhotta r=ducarroz sr=sspitzer 2001-02-27 23:23:17 +00:00
dprice%netscape.com 199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
cmanske%netscape.com caf5acacab Changed menu position for 'Send Page' because of added 'Export to Text' menuitem in Composer for bug 51798. r=brade, sr=sfraser 2001-02-26 22:06:05 +00:00
nhotta%netscape.com a125ae8be8 Changed to enable charset conversion error alert only for "send now" to avoid the data loss when called for window close, bug 57083, r=ducarroz, sr=bienvenu. 2001-02-26 20:41:49 +00:00
stephend%netscape.com 2d5420e1bc Checking in the fix for bug 68520, r=racham@netscape.com, sr=sspitzer@netscape.com (patch by me) 2001-02-26 20:40:04 +00:00
varada%netscape.com 3018e815ee fix for bug#37928;adding preferences to the mailnews.js file;r=ducarroz;sr=mscott 2001-02-26 19:48:03 +00:00
timeless%mac.com 9ab0916e88 fix bug 58572 javascript strict warnings in mailWidgets.xml
patch by maolson@earthlink.net r=timeless, sr=alecf
2001-02-26 19:43:23 +00:00
naving%netscape.com 5e0ab81eb9 #65630 sr=sspitzer, bienvenu. The folder stream should be opened on the berkeley mailbox
rather than on the summary file.
2001-02-26 19:05:01 +00:00
naving%netscape.com b828e38efc 68875. r=sspitzer, sr=bienvenu. fixing a small leak. The fix was dependent on #69862. 2001-02-26 18:59:52 +00:00
gayatrib%netscape.com 2885f191ea Fix for bug 40360--filter rules dialog missing new folder button. r=racham,sspitzer sr=bienvenu 2001-02-26 01:58:27 +00:00
blakeross%telocity.com 5958c3ff83 Mail search matching (69418). r=gayatrib sr=sspitzer 2001-02-25 23:28:53 +00:00
bryner%uiuc.edu 7392e0471c Bug 68094 - set correct notification callbacks on channel for SMTP. r=sspitzer, sr=mscott. 2001-02-25 02:42:17 +00:00
dougt%netscape.com d619443a3e fixes blocker. r=darin, sr=irc 2001-02-24 07:31:59 +00:00
ducarroz%netscape.com e73173642a Fix for bug 69966 (smoketest blocker). Do need to do an extra copy especially when this one is bogus. R=jgmyers, SR=bienvenu 2001-02-23 21:26:36 +00:00
tao%netscape.com 90bfcacfe5 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
racham%netscape.com e69b39cd3c Fixing bug 66460. Adding pref needed to implement Check new mail at startup feature. r=bienvenu, sr=sspitzer 2001-02-23 02:48:35 +00:00
racham%netscape.com 56dcc94128 Fixing busg 66460, 66442, 66447, 66376, 69358 and 69909. Bug 66460 - Check new mail at startup introduced. All the accounts with this option turned on will perform biff at startup. Bug 66442 - AccountCentral for alternate layout introduced. Bug 66447 - Modifying the AccountCentral header format. Bug 66376 - Read Messages link in AccountCentral fetches new mail. Bug 69358 - A performance improvement at startup. Bug 69909 - Fixing the AccountCentral headers broken by new stringbundle checkins. r=gayatrib, bienvenu, timeless, blakeross sr=sspitzer 2001-02-23 02:42:31 +00:00
sspitzer%netscape.com ea05793dea control the default url for sound to play on new mail with a pref,
instead of hard coding it.  (really, this is a back door for mac users,
until we have a UI for this.) #64462
sr=bienvenu
2001-02-23 02:27:53 +00:00
scc%mozilla.org 6a8b3af976 bug #65219: (work done by dbaron) r=jag, sr=scc. Remove leaking string recyclers. 2001-02-23 02:03:02 +00:00
naving%netscape.com e270b30570 66676. r=racham, sr=bienvenu. Maintain the parent-child relationship when adding
folders to trash.
2001-02-23 01:39:42 +00:00
blakeross%telocity.com a7a6aaec82 Using xul <stringbundle/> in mailnews instead of including strres.js everywhere (56680). Patch by Mark Olson (maolson@earthlink.net). r=jag sr=bienvenu 2001-02-23 00:28:34 +00:00
varada%netscape.com f6289c8867 fix for bug#37928;adding domains section to sendformat pref panel;r=ducarroz;sr=mscott 2001-02-23 00:09:31 +00:00
naving%netscape.com d87794a4be 59501 r=naving sr=bienvenu. Thanks to spayne@dccnet.com for providing the patch.
Propagate return values.
2001-02-22 23:45:50 +00:00
naving%netscape.com eb19652f7b 59501 r=naving sr=bienvenu. Thanks to spayne@dccnet.com for providing the patch.
Propagate return values
2001-02-22 23:44:53 +00:00
naving%netscape.com 072f68c695 59501 r=naving sr=bienvenu. Thanks to spayne@dccnet.com for providing the patch.
Stop the cursor when there is an exception
2001-02-22 23:42:48 +00:00
blakeross%telocity.com 4acec0e951 Using xul <stringbundle/> in mailnews instead of including strres.js everywhere. Patch by Mark Olson (maolson@earthlink.net). r=jag sr=bienvenu 2001-02-22 23:32:13 +00:00
dougt%netscape.com a412103ac6 fixes 69764. r=darin, sr=dougt 2001-02-22 20:19:50 +00:00
darin%netscape.com af855be9af Fixes bug 69798. Crash on sending TLS mail message. r=darin, sr=dougt. 2001-02-22 19:51:08 +00:00
timeless%mac.com 6c884ee071 fix bug 41083 Signature path not stored correctly when containing non-english characters
patch by alecf, updated by timeless and bz. r=sspitzer,alecf sr=mscott,alecf
2001-02-22 10:18:54 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
gayatrib%netscape.com 7614bb8834 Checking in patch for bug 68505--cant delete mail filter. Patch submitted by jag. r=gayatrib sr=sspitzer 2001-02-22 07:27:10 +00:00
timeless%mac.com ffccef8a9a fix bug 69394 address book field names should be less U.S.-centric, even in U.S. version
fix by stephend@netscape.com r=chuang sr=sspitzer
2001-02-22 06:39:29 +00:00
jgmyers%netscape.com 7a36aa7cf0 header decoding should use folder charset: bug 65277, allow spaces bug 69251 r=ducarroz r=nhotta sr=sspitzer 2001-02-22 03:02:00 +00:00
waterson%netscape.com 9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
dougt%netscape.com 128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
naving%netscape.com 17dddc0630 61380 67637 68958. r=chuang sr=bienvenu. Made drag and drop of folders work on mac. fixed
white spaces and made it so that the "stop" sign is displayed when message is dragged
to source folder
2001-02-20 01:12:38 +00:00
jgmyers%netscape.com b26d92579c fix account manager labels: bug 68071 r=racham sr=sspitzer 2001-02-20 01:04:13 +00:00
timeless%mac.com 2ec13de051 fix bug 49727 Grammar incorrect in alert message when deleting mail folder
fix by stephend@netscape.com r=timeless, naving, sr=sspitzer
2001-02-19 22:30:12 +00:00
disttsc%bart.nl 21db735a0e ``Acct Settings:Acct Name Field:Letters with descenders being cut off'', bug=67245, author=H�kan B. Waara <hwaara@chello.se>, r=jag, sr=sspitzer. 2001-02-17 23:49:54 +00:00
sspitzer%netscape.com 47d0f8f4ea adding some debugging printfs, for my benefit. no reviewer. 2001-02-17 02:21:44 +00:00
m_kato%ga2.so-net.ne.jp c21627d1cc bug=63656, r=ducarroz, sr=bienvenu
more support RFC2231
2001-02-16 18:30:55 +00:00
dbaron%fas.harvard.edu af45b4d7d3 Fix gcc 2.95/2.96 bustage by adding |NS_CONST_CAST| to |char*| to work around what I think is a bug in gcc. Patch from Bradley Baetz <bbaetz@sympatico.ca>, r=dbaron 2001-02-16 04:33:21 +00:00
naving%netscape.com 65f715ecb9 fix a small mistake that was part of earlier checkin. 2001-02-16 02:24:48 +00:00
naving%netscape.com 85c4d363cc 64751, 64753. sr =sspitzer, bienvenu. Adding Compact Folders feature to file_menu and Compact This Folder when
you right click on a folder. thanks to sspitzer and bienvenu for good review. Thanks to
david for providing nsMsgFolder::ListDescendents function and all the help.
2001-02-16 02:05:41 +00:00
timeless%mac.com dc930d8dd9 fix bug 61802 javascript strict warnings in FilterEditor.js
patch by maolson@earthlink.net r=jag,timeless sr=sspitzer
2001-02-15 07:40:23 +00:00
timeless%mac.com 44feca4fbf fix bug 53321 New text needed when no recipients are specified
patch by gemal@gemal.dk r=timeless,varada, sr=sspitzer
2001-02-15 06:49:15 +00:00
gayatrib%netscape.com 96fa076e82 Fix for bug 44591--Search UI: any state shows document done text. r=racham sr=bienvenu. This also fixes bugs 68221 and 44354. 2001-02-15 06:37:03 +00:00
sspitzer%netscape.com ff95dba345 fix js warnings. #68525. thanks to hwaara for the patch. r=timeless, sr=alecf,sspitzer fix exception when right clicking on an empty thread pane. remove duplicated code. also, disable "open in new window" and "edit as new" in the thread pane context menu, if nothing is selected. sr=bienvenu. #60632 2001-02-15 06:29:47 +00:00
ducarroz%netscape.com c45959de9b Fix for bug 67693. We need to be smarter when we retrieve the name of an AppleDouble attachment, it can be in any of the parts. Also We need to assign a default name if we don't have one for any kind of attachment. R=sspitzer, SR=bienvenu 2001-02-15 05:49:50 +00:00
ducarroz%netscape.com 3552c68989 Fix for bug 68212. Oops, I've ifdefed too much code. R=sspitzer, SR=mscott, A=asa 2001-02-15 00:05:02 +00:00
jgmyers%netscape.com 8132c0d071 remove dead code: bug 63834 r=ducarroz sr=sspitzer 2001-02-14 21:56:21 +00:00
chuang%netscape.com 730d9a87e5 bug57021 Mailing list msg displays multiple copies of addressees. r=ducarroz, sr=bienvenu 2001-02-14 21:08:41 +00:00
chuang%netscape.com d9ebeaaef7 Bug68000 JS exception in stand alone message window, r=bienvenu, sr=sspitzer 2001-02-14 20:32:03 +00:00
disttsc%bart.nl cdb669b43e "javascript strict warnings in importDialog.js". bug=60632, author=Mark Olson <maolson@earthlink.net>, r=tonyr, r=chuang, sr=sspitzer 2001-02-14 01:28:54 +00:00
jgmyers%netscape.com e1af446db0 fix SMTP/SSL prefs: bug 32018 r=brendan sr=sspitzer 2001-02-14 01:18:33 +00:00
naving%netscape.com 6fb28b938f 50722, 58083. sr=sspitzer, bienvenu No need to reset the ImapConnection. The IMAP code
now uses the exisiting connection.
2001-02-14 00:17:15 +00:00
hewitt%netscape.com 7dd5eda81a 68709 - mail text change (for stephend), r=hewitt, sr=sspitzer 2001-02-13 23:55:46 +00:00
pinkerton%netscape.com d465909997 carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
timeless%mac.com 2e2a9eafc0 fix bug 61801 javascript strict warnings in FilterListDialog.js
patch by maolson@earthlink.net, r=jag, sr=sspitzer
2001-02-13 14:40:49 +00:00
timeless%mac.com 5327da6b4d fix bug 68484 Account Manager : Change "Delete" to "Remove Account"?
patch by stephend@netscape.com, r=racham, sr=sspitzer
2001-02-13 05:37:59 +00:00
timeless%mac.com ca58b2ad4c fix bug 48668 Blank line before URL when selecting Send Page
patch by gemal@gemal.dk, r=timeless, sr=alecf
2001-02-13 05:06:33 +00:00
timeless%mac.com 9711cf3f0f fix bug 67827 don't linkify single words in account central UI
fix by stephend@netscape.com, r=timeless, sr=bienvenu
2001-02-13 04:58:46 +00:00
dprice%netscape.com 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
jgmyers%netscape.com 63772054f9 fallback to HELO even if SMTP AUTH enabled: bug 67538 r=bryner sr=mscott 2001-02-13 02:09:25 +00:00
naving%netscape.com 6db893d9d8 64982. sr=sspitzer, bienvenu. No need to add back the folder. It is the same
folder.
2001-02-12 22:25:12 +00:00
nhotta%netscape.com a1987d45e4 Changed to pass a default charset to MIME decoder.
The decoder can use the default if it's indicated in case no charset specified in the header itself,
bug 66098, r=ducarroz, sr=bienvenu.
2001-02-12 21:55:19 +00:00
naving%netscape.com 1009b6e3a1 63866. sr=sspitzer, bienvenu. Get Subfolders for 'trash' and not 'this' 2001-02-12 21:38:48 +00:00
blakeross%telocity.com 103767c68c Inconsistent wording usage (by gemal, 50826). r=hwaara sr=bienvenu 2001-02-12 21:31:45 +00:00
timeless%mac.com 7afec3d773 fix bug 68194 Wording changes to Account Settings panel
patch by stephend@netscape.com r=timeless, sr=sspitzer
2001-02-12 06:24:30 +00:00
disttsc%bart.nl 3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
mscott%netscape.com 10b9edba2f work around to get opening mail attachments and replying to
messages working again (Bugs #68392 and 68371). For imap, if the
AsyncRead on the cache entry returns any kind of error, punt on reading
from the mem cache and hit the network again.
2001-02-10 08:43:32 +00:00
dougt%netscape.com 1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
sspitzer%netscape.com 25c3d92777 performance tweak. see #68174 2001-02-09 06:33:32 +00:00
sspitzer%netscape.com a19886858a NOT PART OF THE BUILD. 2001-02-09 00:23:50 +00:00
sspitzer%netscape.com 5f38dffcb9 hoy hoy hoy! NOT PART OF THE BUILD. 2001-02-08 23:57:20 +00:00
sspitzer%netscape.com d8c0564edb NOT PART OF THE BUILD. 2001-02-08 23:44:47 +00:00
sspitzer%netscape.com b02818304f more hacking with the anipals. NOT PART OF THE BUILD. 2001-02-08 22:43:29 +00:00
sspitzer%netscape.com c66c6bce12 more hacking with bienvenu. NOT PART OF THE BUILD. 2001-02-08 22:04:50 +00:00
sspitzer%netscape.com 2aab18fb0a NOT PART OF THE BUILD. more hacking with bienvenu. 2001-02-08 22:02:48 +00:00
bienvenu%netscape.com 5cf8693a6e more work on db view NOT PART OF BUILD 2001-02-08 17:46:54 +00:00
sspitzer%netscape.com a6bebf95dd NOT PART OF THE BUILD. 2001-02-08 06:18:32 +00:00
sspitzer%netscape.com 1ccc1a5f01 NOT PART OF THE BUILD. hacking with bienvenu... 2001-02-08 06:17:57 +00:00
bienvenu%netscape.com 513c52de5f more work on db view NOT YET PART OF BUILD 2001-02-08 03:27:25 +00:00
sspitzer%netscape.com 8d258feb5a fix for #63186, crash in subscribe dialog. the UW IMAP server
is sending us folders names that aren't modified UTF7 and this
causes us to crash.  also fix a warning.
r=jgmyers,sr=bienvenu,a=brendan
2001-02-08 02:54:21 +00:00
bienvenu%netscape.com ff1a4d77f3 fix one cause of 67989, meteors never stop spinning in mail news r/sr mscott/sspitzer a=brendan 2001-02-08 01:55:35 +00:00
ducarroz%netscape.com f8cf11c910 Fix for bug 37697. noHTMLRecipient wasn't retreived correctly. R=sspitzer, SR=mscott, A=asa 2001-02-08 00:17:58 +00:00
jgmyers%netscape.com ba976f5df1 fix MIME encoded-word decoder: bugs 51453 58114 r=ducarroz sr=sspitzer a=asa 2001-02-08 00:12:50 +00:00
bienvenu%netscape.com d26251a7c8 change name of view type to avoid conflicts NOT PART OF BUILD 2001-02-07 19:27:59 +00:00
bienvenu%netscape.com 0502a8f84e add files to build so Seth and I can work on them NOT PART OF BUILD 2001-02-07 19:27:00 +00:00
sspitzer%netscape.com 2d2aa5439c checking in a file so bienvenu and I can hack away.
NOT PART OF THE BUILD.
2001-02-07 18:45:12 +00:00
disttsc%bart.nl 2f1f4f6ca9 Fix bustage. nsMoveMailService:: -> nsMovemailService:: 2001-02-07 08:47:55 +00:00
ducarroz%netscape.com affcf98401 Fix Windows build bustage. Forget to return a value. 2001-02-07 08:14:38 +00:00
syd%netscape.com 8310ac89c1 Editor overlay smilie menus. r=syd, sr=sfraser, checking in for
anatoliya@netscape.com
2001-02-07 07:52:02 +00:00
racham%netscape.com ba724c809d Fixing bug 12165. Adding the ability to get messages for multiple accounts from the GetMsg button and file menu dropdown of messenger application. r=bienvenu sr=sspitzer 2001-02-07 07:37:04 +00:00
ducarroz%netscape.com 6e82877d07 File Removed. 2001-02-07 06:54:50 +00:00
ducarroz%netscape.com 2515ff46bb Part of fix for bug 45225. Due to new AppleDouble implementation, remove old code. SR=mscott 2001-02-07 06:52:30 +00:00
gayatrib%netscape.com 938020c9a0 66944. had checked in a less updated file by mistake. rechecking in this file. 2001-02-07 05:38:03 +00:00
gayatrib%netscape.com efe8e4c350 fix for bug 66944--Open button functionality in search dialog. r=racham sr=bienvenu 2001-02-07 05:27:15 +00:00
mscott%netscape.com b7c08e6b25 remove two extra dump statments.
sr=sspitzer
2001-02-07 05:17:27 +00:00
sspitzer%netscape.com 8215efa9be sr=mscott. minor performance fix, use NS_LITERAL_STRING() instead of
AssignWithConversion().  just sitting in my tree, k-i-s-s-i-n-g.
2001-02-07 05:14:13 +00:00
sspitzer%netscape.com 06bc9f172f some minor performance tweaks. comment out some dump statements. sr=bienvenu 2001-02-07 04:40:40 +00:00
chuang%netscape.com d4b76e6d26 Bug44668 Confusion as to how to edit/send a Draft message, sr=sspitzer+mscott 2001-02-07 04:35:37 +00:00
mscott%netscape.com 44b7071761 Bug #45225 --> poor man's way to get rid of the 2 dialogs when opening
a mail attachment. Always treat the selection of the attachment as an "open"
action. This causes the url to get run via the uriloader. If it requires an exthandler
THEN you get the helper app dialog. o.t. we open it internally and you have to save it
yourself.
sr=sspitzer
2001-02-07 04:26:13 +00:00
sspitzer%netscape.com b085c03c37 fix for #55872. add Ctrl + M to the stand alone message window.
fix from andersma@luther.edu, r=timeless, sr=sspitzer
2001-02-07 04:20:33 +00:00
mscott%netscape.com 7760e7342f Bug #67555 --> rewrite OnStart/OnStopMeteors
to use timers for performance.
sr=sspitzer
2001-02-07 04:09:03 +00:00
racham%netscape.com 581be6b171 Fixing bug 67327. For any given server, login at startup only if the user chooses to do so via log onto this account at startup pref. r=gayatrib, sr=sspitzer 2001-02-07 03:55:46 +00:00
disttsc%bart.nl f55c261441 Hide menuseparator on Mac. bug=10893, r=blake, sr=sspitzer 2001-02-07 03:55:04 +00:00
timeless%mac.com fe6432f68e fix bug 67746 Change casing of "Settings" to "settings" in msgAccountCentral.dtd
patch by stephend@netscape.com r=racham, sr=mscott
2001-02-07 01:15:10 +00:00
blakeross%telocity.com 51536b1dd1 Messages are downloaded and deleted if user doesn't have write permissions for inbox (by Keyser Sosez, 62480). r=doron sr=mscott 2001-02-07 01:05:51 +00:00
nhotta%netscape.com 96ec95b74e Forward as attachment should use message send default charset, removed the code which was re-setting the charset which had been initialized to a default charset
by the nsMsgCompose constructor, bug 58494, r=ducarroz, sr=bienvenu.
2001-02-07 00:48:09 +00:00
ducarroz%netscape.com 943ab8f14f Fix for bug 66438. Fix leak and remove unused variable. Patch submitted by Kevin Higgins <khiggins@scu.edu>. R=ducarroz, SR=mscott. 2001-02-07 00:22:38 +00:00
naving%netscape.com 16e061b9c0 63300. r=racham, sr=bienvenu. Making IMAP folders case-sensitive and local folders
case-insensitive as done in 4x.
2001-02-06 23:17:26 +00:00
blakeross%telocity.com ca4618e50f JS warnings in messengerdnd.js (for mao, 58561). r=blake,jag sr=alecf 2001-02-06 23:03:38 +00:00
sspitzer%netscape.com 5649214e67 fix #67398. sr=bienvenu 2001-02-06 15:59:45 +00:00
sspitzer%netscape.com 0058620b00 fix for #67388. r=gayatrib, sr=bienvenu 2001-02-06 15:49:33 +00:00
mscott%netscape.com 1435ba674f Bug #67555 --> rewrite OnStart/OnStopMeteors to use timers for performance benefits.
sr=bienvenu
2001-02-06 04:13:08 +00:00
mscott%netscape.com 72b7e75b5f Bug #67555 --> remove obsolete timer code
sr=bienvenu
2001-02-06 04:11:21 +00:00
bienvenu%netscape.com 646c9c334a add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE r=naving, sr=mscott 2001-02-06 02:17:47 +00:00
bienvenu%netscape.com 08646b2ca2 add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE fix notification of filtered messages in pop folders 67556 r=naving, sr=mscott 2001-02-06 02:10:43 +00:00
bienvenu%netscape.com d569c61ce0 use a constant for offline folder flag r=naving, sr=mscott 67608 2001-02-06 02:07:04 +00:00
bienvenu%netscape.com 5db6a0d979 add some specific error codes so we can start getting rid of uses of NS_ERROR_FAILURE r=naving, sr=mscott 2001-02-06 02:05:31 +00:00
disttsc%bart.nl f42e833e2c Fix strict warnings in mailWidgets.xml, clean up a little. bug=58572, patch by Mark Olsen <maolson@earthlink.net>, r=jag, a=alecf 2001-02-06 01:43:39 +00:00
gayatrib%netscape.com 83df4a1b80 Fix for bug 44582--stop in search dialog. r=racham sr=bienvenu 2001-02-05 10:45:23 +00:00
ben%netscape.com cdbe3e76b5 Drag and drop API change, call site patches. r=jag, a=hyatt (r=jag for nsDND part of other checkin too) 2001-02-05 07:53:02 +00:00
ducarroz%netscape.com ddda8ab87c Fix for bug 67469. Don't try to encode a bogus attachment. The HTML converted body should be marked as a bogus attachment. Also fix function nsMsgIsMacFile. R=blake, SR=bienvenu 2001-02-04 01:42:33 +00:00
blakeross%telocity.com 8a3b8dba8e Removing an unused string (for khiggins, 67562). r=blake sr=bienvenu 2001-02-03 20:37:25 +00:00
bienvenu%netscape.com 73feaa9de2 fix for solaris bustage 2001-02-03 18:34:32 +00:00
bienvenu%netscape.com f21adc57c6 more work on playback of offline imap ops 15865 r=naving,sr=mscott 2001-02-03 17:48:24 +00:00