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

419 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 76714edbe6 fix search of imap/news while offline r=naving, sr=sspitzer 77808 2001-05-09 13:44:57 +00:00
stephend%netscape.com 8e0a2b76f1 Fixing bug 79071, 'Remove declaration of gThreadTree from SearchDialog.js' r=hwaara@chello.se sr=sspitzer@netscape.com 2001-05-07 23:45:58 +00:00
naving%netscape.com 8c166ab458 75808, 75936 Use m_folders to get the folders for a particular header instead of doing
msgHdr->GetFolder() because it returns null sometimes, especially for local folders.
77763 Added a utility function to nsMsgDBView to get the imap delete model and show the
red X only if imap delete is true
73568 Changed the name from firstSelected to msgToSelectAfterDelete and in case of imap
delete increment the viewIndex position by 1 because the deleted header still stays in the
thread pane.
62938 if the gNextMessageViewIndexAfterDelete = -1, then clear the message pane.
r=suresh, sr=bienvenu
2001-04-30 03:17:34 +00:00
stephend%netscape.com 14c5a3f622 Bug 76216 - Too many default columns in the mail/news search results window. Also bug 73549 - Remove dead, commented gThreadTree code in SearchDialog.js r=gayatrib@netscape.com sr=sspitzer@netscape.com 2001-04-26 23:41:40 +00:00
timeless%mac.com 46b177e406 fix Bugzilla Bug 75853 CR and LF are naked ifdefs
r=dveditz, sr=scc
2001-04-18 05:59:43 +00:00
sspitzer%netscape.com 895c2fff04 clean up my fix for #75942 to not give a JS error in the filter dialog.
(I forgot the search terms are shared.)  also make it so if you hit enter in
a search term and the search has started, it will stop it and and start a new one.
rename gButton to gSearchStopButton, since that is what it is.
sr=bienvenu
2001-04-14 23:08:00 +00:00
sspitzer%netscape.com fd244297e9 #5335 show location in search dialog
#75942 enter in a search term kicks off search
#72253 no sort by thread in the search dialog
#44341 showing the wrong columns in search dialog
#75939 bad row count problems with search
remove unused search-widgets.css

r=mscott,sr=bienvenu
2001-04-14 02:16:56 +00:00
andreww%netscape.com ccc3e4c519 bugzilla - 68247 r=doronr sr=sspitzer cleaning up mail search dialog some. 2001-04-11 00:21:51 +00:00
jgmyers%netscape.com 286d9173ac finish replacing DecodeMimePartIIStr with DecodeMimeHeader: bug 65277 r=nhotta r=ducarroz sr=bienvenu 2001-04-09 21:21:22 +00:00
danm%netscape.com bfe4893c0c fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
danm%netscape.com d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
sspitzer%netscape.com 253a75ebc6 fix for #75055. get "choose this folder" working in search again.
sr=bienvenu
2001-04-07 05:49:13 +00:00
jgmyers%netscape.com 6b80312012 fix more mime header decoder callers, cleanup string fu: bug 65277 r=ducarroz r=nhotta sr=bienvenu 2001-04-05 23:00:38 +00:00
blakeross%telocity.com c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +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 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
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
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +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
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
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
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
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 3f23525625 fix for #72292. don't use [value="..."] rules in css. sr=bienvenu 2001-03-19 22:18:47 +00:00
sspitzer%netscape.com 1bdce9ce08 more files removed due to the mailnews perf landing. 2001-03-19 22:11:49 +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
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
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
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 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
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
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
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
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 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
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
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
blakeross%telocity.com 103767c68c Inconsistent wording usage (by gemal, 50826). r=hwaara sr=bienvenu 2001-02-12 21:31:45 +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
gayatrib%netscape.com 83df4a1b80 Fix for bug 44582--stop in search dialog. r=racham sr=bienvenu 2001-02-05 10:45:23 +00:00
taka%netscape.com 143f59829c check ConvertFromUnicode() result and handle error - #66958, sr=sspitzer, sr=bienvenu 2001-02-02 08:13:12 +00:00
gayatrib%netscape.com a583ea283e Fixes for bugs 41715 (filter ui: launch to selected account in folder pane) and 62106 (double click filter doesn't open for editing). Review/super review sspitzer and bienvenu. 2001-02-01 07:26:38 +00:00
cls%seawood.org 8960432db3 Tweak previous fix to check for zero-length strings. 2001-01-27 01:31:44 +00:00
cls%seawood.org c7aa4c7041 Fix for IBM compiler related bustage.
Thanks to Jim Dunn <jdunn@netscape.com> for the patch.
2001-01-27 00:46:21 +00:00