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

10252 Коммитов

Автор SHA1 Сообщение Дата
naving%netscape.com 902d19584d 74446. sr=bienvenu. handle the period at the beginning of the line. 2001-04-03 21:32:59 +00:00
ducarroz%netscape.com decbcad16e Fix for bug 70222. Use IC to decide if we need to send the file as AppleDouble. R=varada, SR=bienvenu. 2001-04-03 21:11:24 +00:00
ducarroz%netscape.com 22b1b5ef1d Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu
Fix for bug 41150. Do not reveal BCC recipients when forwarding a message. R=varada, SR=bienvenu
2001-04-03 21:05:07 +00:00
ducarroz%netscape.com 61def8301a Fix for bug 67504. Remove hardcoded string. R=varada, SR=bienvenu 2001-04-03 21:03:30 +00:00
varada%netscape.com 4e0facd69e fix for bug#71907 -cant send message;r=ducarroz;sr=bienvenu 2001-04-03 19:27:11 +00:00
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