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

540 Коммитов

Автор SHA1 Сообщение Дата
hwaara%chello.se d753791beb #70236, "new folder" button in filter-editor should be disabled if an action other than "Move to folder" is selected. r=doron, sr=sspitzer, a=asa.
#68175, fix bug where we opened the filter-editor seemingly at random sometimes when clicking around in the filter-list dialog. r=naving, sr=sspitzer, a=asa.
2001-06-19 01:08:41 +00:00
cls%seawood.org bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
naving%netscape.com 406f7dd9cb 84767 r=suresh sr=mscott a=dbaron. Check for m_curFilter to be non null when there is no
filter name in rules.dat
2001-06-17 23:59:01 +00:00
hwaara%chello.se 3dda98dc22 #82773, big improvement for the mail/news filter UI. r=sspitzer, sr=hewitt, a=dbaron. 2001-06-17 10:08:18 +00:00
scc%mozilla.org a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
naving%netscape.com 43a63d53b9 84767 r=suresh sr=mscott a=blizzard; make sure m_curFilter is not null. m_curFilter
may be null if there is no name for a filter in rules.dat.
2001-06-15 21:54:48 +00:00
naving%netscape.com bb7607c021 78237 r=bienvenu sr=mscott a=asa treat INBOX is the case-insensitive folder for imap servers so that we don't have mutliple inboxes. 2001-06-13 21:33:26 +00:00
naving%netscape.com f68acfc250 84351 r=mscott sr=bienvenu a=dbaron; Pass the nsIOFileStream as a parameter
where ever needed. Remove the usage of m_fileStream.
2001-06-08 04:50:37 +00:00
sspitzer%netscape.com dba7419c8c fix for #84036. servers that didn't support filters were showing up in the filter dialog.
r=hwaara, sr=bienvenu, a=asa
2001-06-08 04:03:50 +00:00
naving%netscape.com afb28b31e8 84070 r=bienvenu sr=sspitzer a=chofmann. stop the search before closing the search window
(using close button)
2001-06-06 05:12:10 +00:00
sspitzer%netscape.com 6474b670b4 the fix for #79528 caused a regression (unable to delete filters).
adding back a line that was accidentally removed.  sr=bienvenu
2001-06-02 18:05:59 +00:00
hwaara%chello.se 02df2bab49 #70258. Clean up the filters UI. Make the filterlist-dialog look better. r=bhuvan, sr=hewitt, a=dbaron. 2001-06-02 12:37:32 +00:00
hwaara%chello.se 7f57fbf8d4 #49565. Fix leak, initial patch by Kevin Higgins. r=naving, alecf, sr=brendan, a=dbaron. 2001-06-02 12:11:41 +00:00
bienvenu%netscape.com 74767b2ca2 add support for counting lines in offline messages so that offline message body search will work, r=naving, sr=sspitzer, a=blizzard 79723 2001-05-26 21:49:14 +00:00
ccarlen%netscape.com b7d55f3e7e Bug 38626 - Remove references to nsFileLocations. r=valeski/sr=alecf 2001-05-21 22:36:18 +00:00
hewitt%netscape.com e3c5e2eb10 78686 - fix broken File Button in Search Dialog, add styles for default menubuttons, r=andreww, sr=mscott 2001-05-18 22:29:07 +00:00
prass%netscape.com e49203d844 fix for bug 77773, r=varada, sr=bienvenu 2001-05-17 00:13:33 +00:00
hwaara%chello.se a6f10e3bbf #40486, The action section in Filter Editor is missing descriptive text.
Patch by gervase.markham@univ.ox.ac.uk
r=hwaara, sr=sspitzer
2001-05-12 23:06:04 +00:00
andreww%netscape.com 927fea20a0 bugzilla 75812 - r=timeless sr=hewitt - moving file button in mailnews search dialog to the right location. 2001-05-12 03:25:09 +00:00
varada%netscape.com b83c5d915a fix for 77773-enabling open and delete in search dialog;r=ducarroz;sr=sspitzer 2001-05-11 00:24:41 +00:00
varada%netscape.com 470ac8180c fix for bug#65592-search screen is not entered;r=bhuvan;sr=sspitzer 2001-05-11 00:24:08 +00:00
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
taka%netscape.com 11558b490b fix for #43221, #64781, and #53644. take folder charset and apply appropriate charset conversion before comparison. r=nhotta, a=bienvenu 2001-01-26 13:50:44 +00:00
blakeross%telocity.com aeab2912d9 sorry, sr=bienvenu for mao's fixes. think I'm a little too used to typing `sr=alecf' 2001-01-25 05:38:00 +00:00
blakeross%telocity.com 32b13b722e Fix 63619, 65325: mao's strict warning fixes. r=jag sr=alecf 2001-01-25 05:31:57 +00:00
blakeross%telocity.com 827f4e266f Fix 58571: JS strict warnings in SearchDialog.js. patch by Jarrod Gray (jarrod.k.gray@rose-hulman.edu). r=me sr=alecf 2000-12-22 22:54:26 +00:00
blakeross%telocity.com e08b16e151 Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=sspitzer sr=alecf 2000-12-19 08:25:23 +00:00
bryner%uiuc.edu cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
varada%netscape.com 2914e8ec89 Fix for bug#60904; Fixing broken editing filters;r=alecf sr=alecf 2000-12-12 01:12:17 +00:00
gayatrib%netscape.com 16abd2924f Fix for bug 44664--No feedback when no hits found in Search. r=racham sr=mscott 2000-11-22 01:32:54 +00:00
cls%seawood.org 434edd6f33 Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
gayatrib%netscape.com 2b41e2a9f8 Fix for bug 41851--duplicate filter names not prevented. review=alecf 2000-11-18 00:20:38 +00:00
blakeross%telocity.com e5efb22564 Fix 58570: lots of strict warnings in searchTermOverlay.js. r=timeless sr=alecf 2000-11-01 18:49:24 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
alecf%netscape.com cd9ed508be fix for rtm++ bug #55424
r=nhotta@netscape.com,
sr=mscott@netscape.com
use GetUnicodeResource instead of
GetResource in order to get the
properly decoded Unicode string
2000-10-13 08:08:06 +00:00
putterman%netscape.com b549264c72 Fix for 53736 for jglick. r=hangas,scottip. a=leaf. make search dialog open correctly. 2000-09-22 18:29:12 +00:00
putterman%netscape.com 9ee55ce087 Fix for 53736. r=hangas, a=leaf. Make mailnews search dialog come up. 2000-09-22 17:53:13 +00:00
hewitt%netscape.com 363cd7f28c #46423 - on behalf of jglick: mail/news search dialog cleanup, r=hewitt, a=hangas 2000-09-22 04:14:04 +00:00
taka%netscape.com 3471c82333 fix for #45222. r=alecf, a=alecf 2000-09-22 02:52:11 +00:00
ducarroz%netscape.com 0fc6f94237 Fix for bug 52190. Avoid crash by using NS_IF_ADDREF. sr=alecf 2000-09-18 22:35:46 +00:00
jst%netscape.com aa961f07d3 Fixing nsbeta3+ bug 48161. Fixing getAttribute() on a XUL element to conform to the DOM Level 2 spec. This requires some changes in XUL files where various attributes incorrectly have a 'rdf:' prefix. r=waterson@netscape.com & scottip@netscape.com 2000-09-14 05:36:52 +00:00
rayw%netscape.com f00b08f5d0 fix to mal-formed contract id introduced in mega-check-in:x 2000-09-14 04:18:07 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
dimator%netscape.com 9cca7dd265 Fix for 42534, misc. js warnings removed. r=putterman 2000-09-13 01:52:41 +00:00
chuang%netscape.com df2cec0967 Bug49211 Filter&Search UI: Fewer button doesn't work, r=alecf 2000-09-07 04:04:15 +00:00
taka%netscape.com 79fb5e0d32 escape quoted-specials after converting from UCS-2, fix for #45222, r=alecf 2000-09-05 09:07:24 +00:00
srilatha%netscape.com cad313bf51 Fix for bug# 49402. r=mscott. a=mscott
centering dialogs generated by window.open
2000-09-01 03:49:02 +00:00
bienvenu%netscape.com 01a91f10d0 fix search to search sub-sub folders r=alecf 50936 2000-09-01 01:27:48 +00:00
sfraser%netscape.com 36612d6514 Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags. 2000-09-01 00:48:04 +00:00
alecf%netscape.com 2fbe9222d6 fix for #50435 - Yet Another Exception thrown by an XBL widget in a dump statement
as usual, no reviewer because I'm just removing a dump()
2000-08-29 04:34:41 +00:00
alecf%netscape.com f6ac66137c fix for #49211 - remove dump() statement that was throwing an exception
(no reviewer, just removing debugging output)
2000-08-29 04:23:00 +00:00
alecf%netscape.com a3f25d00b7 last part of fix for #40357 - in the filter list dialog, only display servers which support filters
r=putterman
2000-08-26 06:10:49 +00:00
putterman%netscape.com 541820915a Fix for 49480. And/or works in search and filters r=alecf,mscott 2000-08-26 02:06:25 +00:00
bienvenu%netscape.com d4a4775c20 fix account wide seaqrch, r=alecf 44383 2000-08-22 23:25:45 +00:00
bienvenu%netscape.com 4fcdd3225a fix searching of sub-folders r=putterman 44383 2000-08-21 21:25:54 +00:00
scc%mozilla.org 66e8b61d85 fixing code that relied on implicit string construction 2000-08-20 01:08:32 +00:00
srilatha%netscape.com 3dd4988566 Fix for bug# 44174. r=alecf. Removed Ignore Thread/ watch thread menuitems 2000-08-19 02:17:49 +00:00
srilatha%netscape.com 2a9e853a4d Fix for bug# 46873. r=alecf. Disabled the otherheader from filter rules and search 2000-08-19 02:11:12 +00:00
alecf%netscape.com 6807364e12 fix for #48397 - make search work again by avoiding a double-initialization of the search root URI
r=scottip
2000-08-18 06:39:12 +00:00
alecf%netscape.com 869d7aeb19 search & filter revamp
- fixes #41711, #48698, #48238 among other things
- moves some XBL into straight JS where it belongs
- fixes bad XBL setters to return the value that comes in
- fire more notification when filter attributes/operators change
2000-08-17 23:54:52 +00:00
bienvenu%netscape.com 6eb603df29 fix begins with search, r=alecf 49049 2000-08-16 23:19:51 +00:00
ben%netscape.com 3b783a386e fix some of the problems introduced by my checkin to this file last night (radiogroup => horizontal, & provide
intial + minimum height to this tree)
2000-08-13 03:49:47 +00:00
alecf%netscape.com aba9f6a7da fix ben's bustage of the filter editor (more to come) 2000-08-12 22:38:10 +00:00
ben%netscape.com 9e4e18669b polish changes to the account manager, filter and search dialogs. r=alecf 2000-08-12 06:33:18 +00:00
alecf%netscape.com 0a7bf6c176 fix for 44714 - remove ignore/watch thread (easy fix, no review) 2000-08-11 00:10:18 +00:00
putterman%netscape.com 74a0b3d8e0 Fix for 46390. Crash on exit when using mailnews. Putting on tip, already checked into branch. r=alecf. 2000-07-30 22:03:18 +00:00
bienvenu%netscape.com 1fe5336702 fix search operators for imap filters r=alecf 40530 2000-07-26 21:20:34 +00:00
bienvenu%netscape.com c99dbe923d implement ends with search r=alecf 30470 2000-07-26 21:19:24 +00:00
warren%netscape.com 2e6315e524 Added another .get() 2000-07-19 05:12:23 +00:00
warren%netscape.com de3523d540 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00
alecf%netscape.com ebb911891d adding clarifying comments because this was confusing me and timeless - comments only, does not affect product 2000-07-18 04:21:28 +00:00
bienvenu%netscape.com 38a702b533 fix AND imap search r=alecf 45419 2000-07-17 09:56:20 +00:00
taka%netscape.com 567fe19827 fix for #43219. r=alecf,nhotta 2000-07-13 07:17:03 +00:00
alecf%netscape.com 2dd2724e78 fix for #44350 - clear the search results pane each time a search starts.
r=bienvenu
2000-07-11 23:12:35 +00:00
bienvenu%netscape.com 51f8013d94 fix crash searching newsgroup which you've never opened r=alecf 45028 2000-07-10 22:34:08 +00:00
alecf%netscape.com 7453040ba6 fix for #43911 - make double-clicking of messages in the search window open the target
message in a standalone message window - mostly moving files into threadPane.js and
abstracting out the folder datasource
r=putterman
2000-06-30 06:02:30 +00:00
alecf%netscape.com ac9b617117 polish for #33101 contributed by
Josh Soref <soref@wam.umd.edu>
thanks timeless!
r=alecf
2000-06-22 23:08:07 +00:00
alecf%netscape.com 7d6cca6bbb pre-select the search folder when brought up from the 3-pane UI, for #33101
r=sspitzer
2000-06-22 22:52:05 +00:00
nhotta%netscape.com 4cb736167a Hooked up charset converter and fixed a couple of bugs
(fixed charset passing to EncodeImap, GetImapCharsetParam to generate "CHARSET" param), bug 5933,r=bienvenu,taka.
2000-06-22 22:07:01 +00:00
alecf%netscape.com 997565a385 hook up nsIMsgWindow and status feedback to search #33101
r=sspitzer
2000-06-21 21:15:55 +00:00
bienvenu%netscape.com 63645d14e3 fix running search twice, send notification on search done, add support for interrupting search , 33101 r=sspitzer 2000-06-21 14:04:34 +00:00
alecf%netscape.com 0db99ba90e fix solaris bustage 2000-06-21 06:57:03 +00:00
alecf%netscape.com 7abf2b70ca add support for searching twice.... clear the scope term list between every search - #33101 r=bienvenu 2000-06-21 02:17:14 +00:00
amasri%netscape.com 424a4a5ae2 Adding Localization notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 01:59:17 +00:00
hyatt%netscape.com 3bae878045 30511 2000-06-19 23:39:43 +00:00
hyatt%netscape.com 1fb27649ca 30511. 2000-06-19 23:38:42 +00:00
alecf%netscape.com dd6dba34a9 finally hook up search, and bring filters more in line with the way search does things
r=sspitzer
#33101
2000-06-18 05:52:03 +00:00
alecf%netscape.com 688ae34aa3 update search datasource
- use the URI of the datasource as the root of the messages returned by this datasource
- implement HasAssertions and remember the search results.
r=sspitzer
#33101
2000-06-18 05:48:14 +00:00
alecf%netscape.com bd2436d493 further bring the searchsession and mailfilter apis together so that they can share code from JS - basically expose the search term as a readonly array, and reset it with Clear() rather than destroying it.
r=sspitzer
for #33101
2000-06-18 05:45:19 +00:00
alecf%netscape.com 24f80d3a50 for #33101 - sync up nsIMsgSearchSession and nsIMsgFilter APIs so that I can share the same JS to add/create terms
r=sspitzer
2000-06-17 19:18:46 +00:00
alecf%netscape.com b1c1146402 also export the search datasource header so it can be seen from the factory 2000-06-17 18:42:32 +00:00
alecf%netscape.com a213db98f5 add search datasource to unix build (file has been reviewed/tested, this is just adding it to the build, so no reviewer) for #33101 2000-06-17 18:40:07 +00:00
alecf%netscape.com 6aa1f4cc8c fix solaris native compiler bustage for pav 2000-06-17 18:34:49 +00:00
bienvenu%netscape.com a2394b0581 more work on search BE, 33101 r=alecf parse local folders before searching 2000-06-16 13:21:41 +00:00
alecf%netscape.com 486def43b7 make the search folder picker come from the folder picker overlay, and make it update correctly, plus start to hook up the datasources to the thread pane in the search window
r=sspitzer
part of bug #33101
2000-06-16 07:43:42 +00:00
alecf%netscape.com 1124ed9e8c update search datasource for #33101 - allow nsIMessages to be created from nsIMsgDBHdrs, and get rid of extraneous attribute from the search hit notify listener
r=sspitzer
2000-06-16 07:41:37 +00:00
rbs%maths.uq.edu.au 26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
alecf%netscape.com fc8c14d497 fix for #40341 - enable/disable filters
r=sspitzer
2000-06-14 23:36:12 +00:00
alecf%netscape.com 2f8a7501aa fix for #42082 - enable the filter on creation
r=sspitzer
2000-06-14 00:04:43 +00:00