Commit Graph

893 Commits

Author SHA1 Message Date
bienvenu%netscape.com
b616f8b0f3 fix for problem with views and mail filters involving msg status, 183158 r/sr/a=sspitzer 2003-05-14 18:42:35 +00:00
bienvenu%netscape.com
e4715b7a78 fix leak in quick searchr/sr/a=sspitzer 198104 2003-05-08 23:03:55 +00:00
sspitzer%netscape.com
26e84c6e93 fix for bug #204716
acceskey error when the search is in progress (Search/Stop button in SearchDialog box)
thanks to hugues.fournier@tiscali.fr (Hugues Fournier) for the fix.

also fix some js errors on mail search.
r/sr/a=sspitzer
2003-05-08 14:51:05 +00:00
sspitzer%netscape.com
0e038caab6 fix for bug #189490.
remember the current mail view, across sessions.
(we already remember it when switching folders).
r/sr=bienvenu a=sspitzer
2003-05-08 14:05:57 +00:00
sspitzer%netscape.com
6e7bd4b175 fix for regression bug #200348
Properties button does not work in the Advanced Address Book Search dialog
r/sr=bienvenu, a=sspitzer
2003-05-06 00:36:03 +00:00
cbiesinger%web.de
e31ffcd647 204338 patch by matti@mversen.de r=stephend sr=sspitzer a=sspitzer missing "to" at viewLog.dtd 2003-05-05 21:28:13 +00:00
cavin%netscape.com
0e4a8f1cbf Fix for 196105. Unescape 'MoveToFolder' name when converting older version of filter rules for MacOSX. r/sr/a=sspitzer. 2003-05-05 21:25:53 +00:00
shliang%netscape.com
4e197c657b additional patch for bug 125197 - r/sr/a=sspitzer 2003-04-25 00:10:30 +00:00
sspitzer%netscape.com
4c8a192829 fix for bug #202951
servers that don't support search should not show up in the search dialog.
if we have one selected in the folder pane when we open the dialog,
just select the first server.

r/sr=bienvenu
2003-04-22 21:31:01 +00:00
sspitzer%netscape.com
0ca1dc063f fix for bug #202945
allow servers to not support filter after the fact.
r/sr=bienvenu
2003-04-22 20:59:17 +00:00
sspitzer%netscape.com
004791b84f fix for regression bug #202584 (in mail views, you should only see is/isn't for junk, has attachment and label)
fix for bug #202848, when switching between pop and imap searches, it's possible to get an empty operator menulist.

r/sr=bienvenu
2003-04-22 00:55:40 +00:00
sspitzer%netscape.com
2f16bac889 fix for bug #202849
don't allow the user to create incoming pop filters based on the message label.
(you can still set the label, as a filter action.)

we did the same thing for junk status and attachment status, as these aren't things
that we know when the message is arriving.

r/sr=bienvenu
2003-04-22 00:30:34 +00:00
shliang%netscape.com
738c1d3a60 125197 - and/or search tables for ab searches - r=cavin, sr=sspitzer 2003-04-11 00:10:18 +00:00
timeless%mozdev.org
722239b743 Bug 135745 Some buttons for filters are mostly off the window on intial use of Filters dialog
r=sspitzer sr=sspitzer
2003-04-10 02:53:12 +00:00
sspitzer%netscape.com
8646cd3afc whoops, the last checkin for #135745 changed the label, but not the access key. 2003-04-09 21:24:12 +00:00
alecf%netscape.com
8c50d0242a landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
sr=darin, r=dbaron
2003-03-25 18:55:59 +00:00
timeless%mozdev.org
697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
alecf%netscape.com
b6584a77fb backout my static atom patch for now until I figure out the performance loss! :(
bug 195262
2003-03-21 20:13:08 +00:00
alecf%netscape.com
ecf24a2b78 fix for bug 195262:
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin

this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
timeless%mozdev.org
844e3442df Bug 135745 Some buttons for filters are mostly off the window on intial use of Filters dialog
r=robinf sr=sspitzer
2003-03-19 20:43:00 +00:00
cavin%netscape.com
a255118f32 Fix for 140075. Save filters to file before switching to a different server. r/sr=sspitzer. 2003-03-19 08:27:17 +00:00
cavin%netscape.com
d24c63b500 Fix for 124007. Create NS-rdf#DirTreeNameSort data source to sort addrbooks. r/sr=sspitzer. 2003-03-18 20:03:11 +00:00
sspitzer%netscape.com
ffe6e8b577 fix for bug #185937
certain filter criteria (like "has attachment" and "is junk") don't work for pop mail, and should be hidden.
r/sr=bienvenu
2003-03-17 06:06:32 +00:00
timeless%mozdev.org
a2b62b16f2 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=sspitzer 2003-03-17 04:59:12 +00:00
dougt%netscape.com
0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
brendan%mozilla.org
210b74280d Fix grammar (that for defining clauses, not which). 2003-03-08 02:02:24 +00:00
neil%parkwaycc.co.uk
f3c0d855f6 Bug 185867 shift delete doesn't work in the advanced search dialog r/sr=sspitzer 2003-03-04 12:03:06 +00:00
cavin%netscape.com
846dffeed9 Fix for bug 183078. Missing a filterAction->SetTargetFolderUri() call in ConvertMoveToFolderValue. r/sr=sspitzer. 2003-03-04 01:37:52 +00:00
cavin%netscape.com
a6afbd6037 Fix for bug 183614. Remove the default action after the dialog is initialized. r/sr=sspitzer. 2003-03-04 01:35:13 +00:00
neil%parkwaycc.co.uk
2d3146ea10 Bug 72463 Sort by "order received" removed from pull-down menu r/sr=sspitzer 2003-02-28 09:00:34 +00:00
shliang%netscape.com
b8ad6646cc 183994 - filter/search dialog ui nits, 169938 - clean up filter list statusbar, 186217 - filter not saved after action error, 195313 - menulists in filter/search dialogs dynamically change width. r/sr=sspitzer 2003-02-28 00:21:31 +00:00
sspitzer%netscape.com
0e0ad6cde7 fix for bug #191891. hang when typing in the in the junk log (or filter log) window.
don't allow type ahead find in these "browser" windows.
r=aaronl, sr=bienvenu
2003-02-27 15:22:22 +00:00
ssu%netscape.com
3c749c7122 checking patch for robin.lu@sun.com. fixes bug 94800 - Linux,Mac: Search/Filters UI: Needs mouse click to focus for tab/keyboard access. r=ssu, sr=sspitzer 2003-02-26 07:10:52 +00:00
sspitzer%netscape.com
0d10e3f17b fix for big #192043.
can't delete more than one message in the "Unsent Messages" folder.
argument to FindSubFolder() needs to be an escaped folder name.
r/sr=bienvenu
2003-02-26 05:49:10 +00:00
cbiesinger%web.de
9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
sspitzer%netscape.com
eddb5a2fd3 fix for bug #188939. remove "unknown" and "not junk" as search and mailview criteria choices.
we remove "unknown" because the user never sees anything that distinguishes unknown from not junk.
being left with just junk and not junk, we remove not junk, because that's just "isn't junk"
r/sr=bienvenu, a=asa
2003-01-31 22:54:13 +00:00
darin%netscape.com
685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
cavin%netscape.com
db5fcc067f Fix for bug 179958. Get the first folder uri for the selected server. It's INBOX for imap and pop accts and 1st news group for news. r/sr=sspitzer. 2003-01-17 21:33:55 +00:00
sspitzer%netscape.com
2673046d83 fix for bug #94894. checkboxes in subscribe, filter list, offline selection
dialogs should be centered.  patch by neil@parkwaycc.co.uk
r/sr=sspitzer
2003-01-15 18:54:57 +00:00
dbaron%dbaron.org
f1dd4019c1 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:33:27 +00:00
sspitzer%netscape.com
c4244eaf64 fix js error that you can get if you do a message search, and then delete a message
from another mail window before doing a search.  bug #186600.  r/sr=bienvenu
2002-12-23 22:14:03 +00:00
sspitzer%netscape.com
b5640204f2 landing bienvenu's fix for adding "has attachment" support to
local mail search and the mail views.  bug #183581.  r/sr=sspitzer
2002-12-18 05:03:56 +00:00
sspitzer%netscape.com
df6aa5540f fix for regression bug #185416. this makes a lot of key codes
map to shift delete!  until I figure that out, commenting it out.
shift delete is now broken, and that's now covered by #185867.
r/sr=bienvenu
2002-12-17 21:56:47 +00:00
sspitzer%netscape.com
df08a70652 fix for #75584. get the delete key (and shift delete key)
to work in the advanced search dialog. thanks to varada for the initial patch.
r/sr=sspitzer
2002-12-13 07:33:41 +00:00
sspitzer%netscape.com
7c4713620c fix for bug #73515. delete button should disable in advanced news searches
(as we don't allow you to delete (cancel) from that dialog.)

r/sr=bienvenu
2002-12-13 06:52:18 +00:00
sspitzer%netscape.com
bdb14cf763 fix for #185147. problems when you delete selected messages out from underneath the
advanced search dialog.  (similar to bug #172392)

also make it so when the number of advanced search
results changes (due to deletes) we update the status text.

r/sr=bienvenu
2002-12-13 06:33:45 +00:00
timeless%mozdev.org
976d27bd73 Bug 130600 Search includes MailWindowOverlay which includes viewZoomOverlay which throws an exception.
patch by neil@parkwaycc.co.uk r=jag sr=bienvenu
2002-12-11 14:10:13 +00:00
sspitzer%netscape.com
cbb05359cf fix for #59638. cross folder navigation in the stand alone msg window
doesn't load the next unread message.  thanks to ssu for the initial patch,
and neil for the suggestions.  r/sr=bienvenu

fix for #49305.  in "view all headers" mode, we only see the last header
for headers where multiple headers are legal.  thanks to richard.li@sun.com
for the initial patch.  r/sr=bienvenu

fix for #179803. when we added mail views, we added "Sender is[n't] in addressbook"
support to filter / search / views, but it left us with two "Sender" menuitems.
this code unifies them into one.  on disk (for filters and views) both the old
way ("from in ab") and the new way ("from") work, so there isn't a migration issue.
r/sr=bienvenu
2002-12-11 04:28:05 +00:00
bienvenu%netscape.com
d5b0d8b9f7 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:23:42 +00:00
nhotta%netscape.com
02c6eb19f8 Adding sort/search support for phonetic names,
bug 179823, r=cavin, sr=sspitzer.
2002-12-02 22:27:38 +00:00
nhotta%netscape.com
6f33a29d9b Adding an option to auto-detect common short date format,
bug 98144, r=ducarroz, sr=sspitzer.
2002-12-02 22:13:18 +00:00
sspitzer%netscape.com
1d230ad935 fix for bug #180477. fix crasher and other problems with toggling junk
state from the advanced search dialog.  and some code cleanup.
r/sr=bienvenu
2002-11-27 23:36:38 +00:00
dmose%netscape.com
baf766e1ad Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu 2002-11-27 02:52:37 +00:00
bienvenu%netscape.com
ef464bccd9 add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:47:27 +00:00
bienvenu%netscape.com
195f27ac2b make local msg body search not lock up ui, remove unused code, r=naving, sr=sspitzer 127398 2002-11-23 18:50:00 +00:00
bienvenu%netscape.com
c67a02486c fix duplicate folder name in filter log, r/sr=sspitzer 2002-11-23 18:48:10 +00:00
bzbarsky%mit.edu
840850565e Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
sr=alecf
2002-11-21 03:49:11 +00:00
timeless%mozdev.org
384066e98e Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
nhotta%netscape.com
2035538e9c Chagned to make search date format localizable,
bug 98144, r=ducarroz, sr=sspitzer
2002-11-12 19:11:22 +00:00
mkaply%us.ibm.com
a4e66ea29b #178961
r=r=naving, sr=jag
Need a cast here - no telling what the compiler will due to the -1 on the compare
2002-11-09 15:26:04 +00:00
sspitzer%netscape.com
c852ee3b89 fix my comments. we don't need to hash the file name, it's already been hashed
before we get here.  r/sr=no one
2002-11-08 02:02:56 +00:00
dmose%netscape.com
d31ebf1c6a Turn on basic junk-mail detection functionality in mail. Parts (such as moving to other folders) are still disabled as there is work to do there yet. Bug 169638; r=bienvenu; sr=sspitzer 2002-11-07 20:37:55 +00:00
sspitzer%netscape.com
4996807906 commenting some todo items. r/sr=no one 2002-11-07 16:03:10 +00:00
sspitzer%netscape.com
78eb2fd8b4 fix for #178793. news filter logs are per group.
r/sr=bienvenu
2002-11-07 04:58:04 +00:00
sspitzer%netscape.com
60088a2cf1 fall out from news filter landing / multiple filter action landing.
handle the new news filter actions (ignore / watch), and make sure that
when editing a filter, we scroll the listbox to the first checked action.
r/sr=bienvenu
2002-11-06 06:53:55 +00:00
sspitzer%netscape.com
75c0ff5bde fall out from news filter landing / naving multiple filter action landing.
for new mail filters, action is move, for new news filters, action is delete
r/sr=bienvenu
2002-11-06 06:21:44 +00:00
sspitzer%netscape.com
2c5a191033 implement news filters. bug #17483.
implement an ID column in the thread pane, but commented out.
Mail.app has it, but we haven't decided to include it yet or not.
but it is useful for debugging.

code cleanup.

r/sr=bienvenu
2002-11-06 05:59:19 +00:00
naving%netscape.com
66fb9ebcb3 174441 r=cavin sr=bienvenu Implementing multiple filter actions, so you can do things like move the message
and label as "to-do" etc..
168553 r=cavin sr=bienvenu Forking rules.dat so that we can handle new filter types. msgFilterRules.dat is
where your filters are going to be persisted. Also added support to handle future filters by not parsing
them, will prevent us from forking in future.
2002-11-06 02:13:37 +00:00
dmose%netscape.com
7fbbf99073 Ongoing spam-filtering work for the front end (not yet exposed to the user in default builds). Cleans up unnecessary and partially working UI items; fixes gcc warnings; fixes 3/5 state plugin by adding junkscoreorigin property; moves some plugin interaction from mailCommand.js to nsMsgDBView.cpp. r=sspitzer@netscape.com, sr=bienvenu@netscape.com, a=asa@mozilla.org 2002-10-24 07:03:04 +00:00
beard%netscape.com
632a467347 Fixed declaration of nsIJunkMailPlugin::setMessageClassification consistent with nsMsgJunkStatus typedef. Added pooled allocation for tokens and word strings. r=bienvenu sr=sspitzer, a=asa [not end user visible as yet] 2002-10-10 01:20:47 +00:00
ssu%netscape.com
86c01e5f52 fixing bug 110556 - this is an additional patch to the one already checked in for this bug. this fixes the bug to also work from the advanced search dialog. sr=sspitzer 2002-10-09 00:37:29 +00:00
sspitzer%netscape.com
bef347d765 supplimental fix for #169638. spam UI bug. r/sr=mscott. 2002-10-08 18:20:10 +00:00
sspitzer%netscape.com
e33edbf3d4 fix build bustage. sorry about that. 2002-10-08 05:17:20 +00:00
sspitzer%netscape.com
35f131e756 more work for #169638. spam UI work (still in progress) including changes to allow search by score. "score" attribute is now "junkscore", per mscott. some code cleanup.
r/sr=mscott
2002-10-08 04:29:57 +00:00
sspitzer%netscape.com
ecfd0d6ffa work for #169638. spam UI. add the ability to search by junk status to the advanced search UI. r/sr=mscott 2002-10-08 04:10:55 +00:00
bienvenu%netscape.com
668f37a8ff pass uris, not urls to spam filter plugin, not part of build, r/sr=sspitzer 2002-10-08 02:39:02 +00:00
timeless%mac.com
380b2ab510 Bug 172846 QueryInterface should not throw Components.results.NS_NOINTERFACE for Components.interfaces.nsISupports
r=caillon sr=bz
2002-10-06 23:14:25 +00:00
beard%netscape.com
f4a12a998a Work in progress changes for bayesian spam filter. sr=sspitzer, r=ducarroz 2002-10-02 20:04:09 +00:00
mscott%netscape.com
13621ad9d7 Bug #171073 --> rudimentary implemenation of grouping operators for searches. Works only
for local searches. Needed by mail views.

r=naving
sr=bienvenu
2002-10-01 19:43:31 +00:00
mscott%netscape.com
88221379d2 Bug #171236--> Add boolean text before each search term
r=ssu
sr=sspitzer
2002-09-30 23:00:04 +00:00
sspitzer%netscape.com
320c8a48d7 adding consts to the nsIMsgFilterPlugin interface, and using it.
removing UI added to extension, since there is core UI For this already (but off by default).
part of bug #169638.  r/sr=bienvenu
2002-09-30 22:13:01 +00:00
dmose%netscape.com
1b40afbeba Part of ongoing spam work: first cut at a message filtering plugin API (bug 169557); r=bienvenu, sr=sspitzer 2002-09-27 08:49:36 +00:00
mscott%netscape.com
cbc1458e4c Bug #116514 --> add ability to search by label in the UI
sr=sspitzer
r=navin
2002-09-27 00:27:17 +00:00
mscott%netscape.com
26c9768a00 Bug #115614 --> Add ability to search by label in the UI.
r=navin
sr=sspitzer
2002-09-27 00:26:53 +00:00
naving%netscape.com
5ae87db0ad 168533 backing out this needs to go with other filter enhancements 2002-09-23 03:11:10 +00:00
naving%netscape.com
60a7ef7ed2 168553 r=cavin sr=bienvenu forked rules.dat to rules1.dat. All the filter rules will be stored in rules1.dat going forward. 2002-09-22 06:24:50 +00:00
sspitzer%netscape.com
91c00f9cca land spam UI: control panel UI, spam log UI, toolbar button, tools menu, thread pane UI.
currently, hidden by default.  more work to come.  r/sr=bienvenu.  bug #169638
2002-09-20 00:04:01 +00:00
sspitzer%netscape.com
c6b669a374 code cleanup. remove viewLog.css, not needed. 2002-09-19 05:18:14 +00:00
sspitzer%netscape.com
dd092cdcd1 *** empty log message *** 2002-09-16 20:39:46 +00:00
sspitzer%netscape.com
2648c596d9 fix bug #168935. make filter list dialog non-modal, like search.
code cleanup.  r/sr=bienvenu
2002-09-16 20:09:44 +00:00
sspitzer%netscape.com
247e3047d9 fix for bug #168525. r/sr=bienvenu
1) cylon on busy
2) run button turns into stop when filtering
3) closing window while running prompts
4) no ok / cancel / help
2002-09-14 23:28:17 +00:00
sspitzer%netscape.com
aa1bf2e1b3 fix for bug #168525. add progress, status when running filters from the filter list dialog.
fix a painting bug in the filter list UI after switching servers.  allow the user to stop running filters.  r/sr=bienvenu
2002-09-14 21:17:29 +00:00
sspitzer%netscape.com
5158695220 fix for #130385. (Filter UI: Action dropdown shows no (blank) Priority default selection)
fix for #168046.  (Filter UI: default dialog size clipped so doesn't show OK/Cancel/Help)
fix for #167891.  (filter log window, persist size, add border, use <p> instead of <pre> so that the log entries will wrap, and we don't force the user to horizontally scroll)
r/sr=bienvenu
2002-09-14 02:24:14 +00:00
sspitzer%netscape.com
71a01c28f3 fix for bug #168521. too much disk IO when logging filters.
fix for bug #168536.  assertions on shutting down due to filter changes.
r/sr=bienvenu
2002-09-13 21:58:45 +00:00
bienvenu%netscape.com
e100152246 fix filter after the fact not to have cumulative matches, r/sr=sspitzer, 168551 2002-09-13 19:53:09 +00:00
mkaply%us.ibm.com
e4e8723522 OS/2 bustage - no semicolons after these 2002-09-13 14:42:42 +00:00
bienvenu%netscape.com
4156de0c51 fix multiline comment 2002-09-13 01:12:33 +00:00
bienvenu%netscape.com
4432fdfea8 work for filter after the fact, r=naving, sr=sspitzer 11033 2002-09-13 01:12:32 +00:00
mscott%netscape.com
1d0f7b316c Bug #168334 --> add support for age in days when saving a search term to a file
Add support for saving label search queries to a file
r=navin
sr=bienvenu
2002-09-12 23:53:23 +00:00
mscott%netscape.com
b81dc08e9e Bug #168355 --> add capability of setting an array of search terms on a filter.
Don't assume we are saving to rules.dat, use the right leaf name for the final file
when saving filters.

r=navin
sr=bienvenu
2002-09-12 23:52:11 +00:00
mscott%netscape.com
1fe7b6f16a Bug #168355 --> add capability of setting an array of search terms on a filter
r=navin
sr=bienvenu
2002-09-12 23:51:24 +00:00
sspitzer%netscape.com
76db069b8b implement "clear log". make sure the log is there before viewing it, otherwise
the user gets a nasty "file not found" alert, like they would on the browser.
r/sr=bienvenu.  for bug #167891.
2002-09-12 22:57:26 +00:00
mscott%netscape.com
d56ed2679b Fix a minor typo inside the IS_STRING_ATTRIBUTE macro so we don't think labels
are strings.
rs=sspitzer
2002-09-12 22:56:45 +00:00
sspitzer%netscape.com
304eb8caf6 supplimental fix for #167891. get the "enable logging" checkbox to work.
r/sr=bienvenu.
2002-09-12 22:15:01 +00:00
mscott%netscape.com
5a079be131 Bug #162789 --> Add backend support for filtering and searching based on the sender in an address book.
r=navin
sr=bienvenu
2002-09-12 20:45:09 +00:00
sspitzer%netscape.com
34e5c6a5ac fix #167891. implement filter log viewer, fix filter list dialog to match spec.
r/sr=bienvenu
2002-09-12 20:35:18 +00:00
sspitzer%netscape.com
ab849a173f more work on filter log viewer. not part of the build yet. 2002-09-12 06:50:04 +00:00
sspitzer%netscape.com
db24fc91f0 supplimental fix for #161002. html escape the buffer we write to disk for security reasons.
r/sr=bienvenu
2002-09-12 06:31:50 +00:00
sspitzer%netscape.com
c8d877e2fe implement view filter log UI. not part of the build yet. 2002-09-12 04:04:54 +00:00
sspitzer%netscape.com
7343f04c3a fix for #142845. add screenname support to mozilla.
works with any AIM client, if they support goim: uris.

from cavin:
  1) a bunch new card attributes
  2) back end AB changes for AB Sync

from naving:
  1) Screenname -> nscpaimscreenname mapping for LDAP
  2) assertion fix to nsAddrBookSession::AddAddressBookListener()

from me:
  1) addressbook advanced search features, like "any name", "any number", "organization", "title", etc.
  2) add screen name support (UI, import, export) to mozilla, remove it from the ns tree.
  3) don't allow drop onto non-writable (LDAP) addressbooks
  4) bunch of code cleanup
2002-09-11 07:06:19 +00:00
sspitzer%netscape.com
35dcce26de fix for #161002. implement filter logging. add some UI for applying
filters after the fact.  code cleanup.
r=mscott, sr=bienvenu
2002-09-11 05:03:36 +00:00
naving%netscape.com
a969ff0630 166517 r=cavin sr=bienvenu Handle invalid custom headers in rules.dat and parse custom header pref in such
a way that strtok and split(js) return same tokens. fixes some corruption issues
2002-09-11 02:00:54 +00:00
bienvenu%netscape.com
2c9683233c fix filter applying code to not stop after non-move filters, r=naving, sr=sspitzer, a=asa 167519 2002-09-09 19:21:08 +00:00
dougt%netscape.com
68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com
fae89c4077 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
stephend%netscape.com
8a4f03e715 Make the patch for bug 44348 pass event into the call to onReset(). r=naving, sr=sspitzer, a=asa. 2002-09-05 21:50:46 +00:00
stephend%netscape.com
6b6b8f3b4f Bug 44348. Search UI: reset only clears criteria rows, not results. r=naving@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org 2002-09-05 21:46:37 +00:00
stephend%netscape.com
be8dab4207 Bug 166778. Number of results not cleared in the AB Advanced Search window. r=kerz@netscape.com, sr=sspitzer@netscape.com, a=asa@mozilla.org 2002-09-05 21:44:09 +00:00
naving%netscape.com
8b68cb407a 66955 r=cavin sr=bienvenu. Implementing drag and drop messages from advanced search results to 3 pane.
Hooking up fcc, search results and drag and drop copies to copyService so that we can handle multiple sources/requests.
89285 r=cavin sr=bienvenu fixing copy to Sent folder failed sometimes by queuing copy requests
2002-08-16 22:22:55 +00:00
sspitzer%netscape.com
a0cf394eea extensibility hooks for mailnews FE and IMAP back end.
see bug #161226.  r/sr=bienvenu
2002-08-14 22:12:32 +00:00
naving%netscape.com
4e2c0d404f 162156 r=cavin sr=bienvenu disable folder count updation while searching 2002-08-14 22:00:20 +00:00
mscott%netscape.com
d0c1898d0e Bug #162563 --> add a search attribute and value for labels so you can search on labels
r=naving
sr=sspitzer
2002-08-14 21:56:57 +00:00
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
seawood%netscape.com
301b1a4ca8 Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG

Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner

_IMPL_NS_VIEW

Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
naving%netscape.com
94a60b0bf5 153251 r=cavin sr=bienvenu. Make sure that custom header entered by the user follow rfc2822 standards for
header field name. fixes error getting new msgs for imap.
2002-08-07 03:28:32 +00:00
naving%netscape.com
75dbab6dd3 42090 most of the work for this patch done by joshua.xia@sun.com r=naving sr=bienvenu a=asa Make cancel in
filterListDialog not remember changes.
2002-07-26 19:27:30 +00:00
stephend%netscape.com
8d15248720 Bug 158379. Align 'Filter Name' text with textfield in the Filter Rules dialog. r=naving@netscape.com/walk84@yahoo.com, sr=bryner@netscape.com, a=asa@mozilla.org 2002-07-23 03:25:34 +00:00
cbiesinger%web.de
bcd022ef3b bug 155148 patch by calvin.liu@sun.com r=hwaara sr=bienvenu a=asa
Online/Offline indicator doesn't work in "Advanced Address Book  Search" dialog
2002-07-22 22:28:44 +00:00
varga%netscape.com
56074843c8 Fix for bug 82840 - need treecolgroups to have fixed="true" be as wide as the column header
and bug 72513 - column header text not shown: Enabled (in fitler dialog) and Subscribed (in subscribe dialog)

r=bienvenu
sr=sspitzer
a=scc
2002-07-18 04:09:11 +00:00
dbaron%fas.harvard.edu
6d2263f19b Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
naving%netscape.com
236821d6df 153943 r=cavin sr=bienvenu Increasing width of filterEditor dialog by 50 pixels, so that cancel|help
buttons don't get truncated.
2002-06-25 01:10:35 +00:00
naving%netscape.com
d69c9b27d6 129540 r=robinf fixing help buttons to point to correct page for filterEditor.xul and pref-directoryadd.xul 2002-06-21 22:22:54 +00:00
naving%netscape.com
c7a939e843 129540 r=racham sr=alecf Adding help buttons in some cases and making them point to the right page (in all cases). 2002-06-19 22:53:04 +00:00
nhotta%netscape.com
7066eedaaf Moved the flex value for the widget width out to .dtd file,
bug 150756, r=naving, sr=mscott.
2002-06-12 17:00:53 +00:00
cbiesinger%web.de
15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
hwaara%chello.se
7946867d68 #115324, more removal and optimizing of search/filters code. This time hopefully with the correct line endings too. ;-)
r=biesi, sr=bienvenu
2002-05-24 18:35:18 +00:00
hwaara%chello.se
d930db2c5c #146230, "search progress doesn't behave like other progress"
r=biesi, sr=bienvenu
2002-05-24 18:31:28 +00:00
mkaply%us.ibm.com
c8cf74b885 Fix IRIX bustage. My gosh someone horked this file. So much for blame 2002-05-24 16:17:01 +00:00
hwaara%chello.se
918caa7bf7 #115324, remove unused search/filters code. sr=jst, r=naving 2002-05-24 11:11:49 +00:00
naving%netscape.com
da341fcaa1 145258 r=cavin sr=bienvenu Use unique tmp files when saving filter rules otherwise rules.dat can be corrupted in a multiuser environment 2002-05-22 00:21:11 +00:00
hwaara%chello.se
69fba0e902 #115324, remove unused search/filters code. r=bienvenu, sr=sspitzer 2002-05-20 22:53:04 +00:00
oeschger%netscape.com
4dcd572ebf restoring/adding help buttons to account manager and mailnews dialogs, bug=129540, r=racham, sr=alecf 2002-05-16 05:48:33 +00:00
nhotta%netscape.com
7277eb50c5 Set a correct accesskey value for "more",
bug 138028, r=naving, sr=bienvenu.
2002-05-14 00:10:22 +00:00
sspitzer%netscape.com
af9cec5090 fix for performance bug #109557. stand alone message display time depends
on number of messages in the folder.  clone the db view, instead of rebuilding it.
thanks to antonio.xu@sun.com for the fix.

fix for bug #93863.  sub folders of special folder (where we show recipient for author in the thread pane) should also treat recipient as author in the threadpane.
thanks to reto@tischhauser.com for the initial patch.

r=bienvenu, sr=sspitzer
2002-05-11 01:52:02 +00:00
naving%netscape.com
a33d4fd81d 140591 r=varada sr=sspitzer fix create filter from message to work on mac OS X. Also fixes bug 112714 on linux where we could not get to browser window if we were doing create filter from message ... 2002-05-10 00:59:12 +00:00
naving%netscape.com
ddb0295dca 104085 r=robinf,cavin sr=bienvenu fix problems when user exceeds num of custom headers allowed (50) 2002-05-07 23:13:21 +00:00
darin%netscape.com
6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
mscott%netscape.com
5bb1233d18 Bug #136949 --> when creating a new search or filter row, clone the search attribute
from the previous row.
r=ssu
sr=sspitzer
2002-05-03 21:58:10 +00:00
mscott%netscape.com
c5301bd3ac Bug #109109 --> usability improvements to the custom header dialog
r=naving
sr=sspitzer
2002-05-03 21:57:39 +00:00
naving%netscape.com
3dc98f4781 141354 r=bienvenu sr=mscott If the filters have custom headers that are not in "mailnews.customHeaders" pref
then add them to the pref, fixes a corruption problem on adding new filters.
2002-05-02 23:34:05 +00:00
darin%netscape.com
e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
naving%netscape.com
5b7848020f 138828 r/sr=bienvenu. Made it so that customHeaders can be removed from the UI. The fix is to clearUserPref "mailnews.customHeaders" when all headers are removed. 2002-04-22 23:07:33 +00:00
seawood%netscape.com
f1d907679e Remove references to obsolete CHROME_ variables.
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
bienvenu%netscape.com
c313dd53ea fix imap not to download all msg headers r=naving, sr=sspitzer 137994 2002-04-18 23:40:22 +00:00
nhotta%netscape.com
e7f1797a33 For fileter editing, escape the created file name before using it as URI,
bug 130352, r=naving, sr=bienvenu, a=asa, adt.
2002-04-03 23:58:56 +00:00
yokoyama%netscape.com
6627f3a26d Bug 129547
Add (MM/DD/YYYY) to date
in search-attributes.properties
/r=ftang, /a=asa, /adt+=jaime
2002-04-03 21:06:30 +00:00
seawood%netscape.com
090c63d423 More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
sspitzer%netscape.com
b964325b46 fix for dataloss bug #134134. if we crash after we modify our custom header list
but before we write prefs to disk, we will lose the changes.  r=naving, sr=bienvenu
a=asa
2002-04-01 02:51:06 +00:00
hewitt%netscape.com
1f1a6d9e13 110155 - converting tree to listbox, r/sr=sspitzer 2002-03-29 06:35:51 +00:00
hewitt%netscape.com
d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
sspitzer%netscape.com
437f13b03e landing changes for MDN Return Receipts feature, bug #16241
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa.  Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
stephend%netscape.com
ce33233f58 Bug 132409. Clear and Compose buttons have the same mnemonic, 'C'. r=jglick@netscape.com/bhuvan@netscape.com, sr=bienvenu@netscape.com, a=asa@mozilla.org 2002-03-21 23:46:19 +00:00
sspitzer%netscape.com
9053c2ce83 fix for accessibility bug #94802
r=ssu, sr=bienvenu, a=asa
space bar should toggle a filter's enabled state.

also, some clean up for my similar fix for #95212
(space bar should toggle the subscribed state)
2002-03-15 00:07:04 +00:00
sspitzer%netscape.com
71701fe96b fix for #126331. add "Compose" button to address book advanced search dialog.
r=ssu, sr=bienvenu, a=asa.
2002-03-14 23:39:57 +00:00
hwaara%chello.se
e6f25f5c65 #121680, "Search Messages UI: missing some access keys/mnemonics"
r=andreww, sr=sspitzer, a=asa
2002-03-10 14:45:28 +00:00
hwaara%chello.se
fee1474c44 #125272, "Stop(_h_) while search in progress" - Patch by neil@parkwaycc.co.uk
r=naving, sr=sspitzer, a=asa
2002-03-08 22:38:44 +00:00
naving%netscape.com
bfdfbf2510 missed one file from last checkin 2002-03-06 22:24:50 +00:00
naving%netscape.com
4a8c79427b 107033 r=bienvenu sr=mscott a=asa Made the dbView hold a weak reference to searchSession object so that
it can match new hdrs before adding them to quick search view.
2002-03-06 22:23:06 +00:00
hwaara%chello.se
a8cf28746b #40761, "Make the filters UI accessible"
r=ssu, sr=sspitzer, a=asa
2002-03-06 22:03:47 +00:00
varada%netscape.com
4130e33016 fix for bug 112714;making filter dialogs modal;r=naving;sr=dbienvenu;a=asa 2002-03-06 22:02:06 +00:00
sspitzer%netscape.com
d948e183eb checking in navings fix for regression bug #126874. search comes up with empty
criteria, and can't delete from stand alone message window.
r/sr=sspitzer,bienvenu, a=dbaron
2002-02-21 03:57:35 +00:00
cathleen%netscape.com
3f9b432d36 eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan 2002-02-19 08:42:48 +00:00
sspitzer%netscape.com
febe82e6c5 fix for #125354. fix dialog text, per the spec. r=jglick, rs=bienvenu 2002-02-14 07:27:21 +00:00
sspitzer%netscape.com
e9caacf9e5 fix for #125305. disable "Properties" button after the "Clear" button is hit.
r/sr=bienvenu
2002-02-13 19:58:32 +00:00
sspitzer%netscape.com
21b942f256 fix for #125292. fix advanced addressbook search dialog title.
r=jglick, rs=bienvenu
2002-02-13 19:53:07 +00:00
sspitzer%netscape.com
26f4bf7fc5 fix warning, add new line to end of file. rs=no one 2002-02-13 09:37:54 +00:00
sspitzer%netscape.com
ae5284799c don't list screen name as one of the possible search attributes for local
addressbook searches.  it doesn't work (so what's the point)
and to get it to work, I really need to implement generic column searching so
the ns build can search on _AimScreenName.  rs=bienvenu
2002-02-13 09:33:36 +00:00
sspitzer%netscape.com
e650435580 fix for #83023. implement "advanced directory" search, re-using
the existing search code.  r/sr=bienvenu.
2002-02-13 08:01:04 +00:00
naving%netscape.com
9e2c1a9793 107598 r=racham sr=bienvenu. Imap folder creation is first done on server then on client so we need to
notify filterEditor window that we are done with folder creation and then we can set the folder picker
to new folder. Added SetBusyCursor for this action. Also remove alert code from imap and local and use
existing "ThrowAlertMsg" in base.
2002-02-13 01:46:37 +00:00
naving%netscape.com
82bb95931f 115950 r=racham sr=bienvenu. fix next msg selection for imap multiple deletes(imap-delete model). Also clear
msg pane on multiple msg selection
2002-02-11 23:31:49 +00:00
naving%netscape.com
ee39ebed49 112927 sr=bienvenu. fix whitespace, we do lot more than alerting, we backup old rules.dat as rulesbackup.dat
and create a new rules.dat and alert is thrown when receiving new mail/opening filters dialog.
2002-01-31 22:23:42 +00:00
naving%netscape.com
ba6500b0e5 112927 sr=bienvenu. Made it so that we alert the user in case we cannot
parse rules.dat, upon getting filterList
2002-01-31 22:08:48 +00:00
naving%netscape.com
4ce37993eb 112927 sr=bienvenu makefile changes 2002-01-31 21:58:26 +00:00
bienvenu%netscape.com
b12fcd3376 get downloading newsgroups for offline use working better, r=naving, sr=mscott 84061 2002-01-30 22:58:30 +00:00
hwaara%chello.se
5f00adac90 #120733, "Filters: 'Begins with' criteria treated as 'Contains'".
r=naving, sr=bienvenu
2002-01-29 15:00:05 +00:00
hwaara%chello.se
c7d7a24770 #118275, "Filter name should be selected when opening new filter dialog"
r=naving, sr=sspitzer
2002-01-25 23:46:24 +00:00
naving%netscape.com
99f521ad6d 112927 r/sr=sspitzer. add customHeaders pref to mailnews.js and handle this default case to work 2002-01-25 22:13:28 +00:00
andreww%netscape.com
b36df3167b bugzilla bug 91753 - r=hwaara sr=sspitzer Search Button in search messages window relocation + other changes to match spec. 2002-01-24 01:47:14 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
hewitt%netscape.com
7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
timeless%mac.com
61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
sspitzer%netscape.com
d08d4d3f97 landing the AB_OUTLINER_BRANCH.
fix for #73868, and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.

r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
rjesup%wgate.com
2e680f1b17 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
seawood%netscape.com
45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com
ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
racham%netscape.com
aa8a1eb738 Fixing bug 108229. Fixed GetMsgFolderFromUri routine to allow copies and folders settings to display and hold preferences properly. Redundant definitions are removed and the routine is now defined in widgetglue.js. r=naving, sr=sspitzer 2001-12-10 07:44:03 +00:00
blakeross%telocity.com
445636f26a 114325 - Update callers for hasAttribute work. r=ben sr=hewitt 2001-12-10 00:24:45 +00:00
ssu%netscape.com
a404a2362f fixing bug 106187 - Add Label as a filter action. r=varada, sr=sspitzer. 2001-12-07 23:19:03 +00:00