Commit Graph

5568 Commits

Author SHA1 Message Date
dmose%netscape.com
ab71ce0a1d Fix spelling error in junk mail dialog (bug 181193). Patch from timeless, r=stephend@netscape.com 2002-11-22 03:28: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
sspitzer%netscape.com
137d7ccf5d fix for #180131. shift space should scroll upwards, and at the beginning,
go to the previous unread.  (space alone goes down, and at the end, to the next unread.)

thanks to neil@parkwaycc.co.uk for logging the RFE and providing the initial patch.

(I believe pine and Mail.app do this, much to the delight of their users)
2002-11-20 11:49:10 +00:00
timeless%mozdev.org
2d64a97bb3 Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-20 08:10:37 +00:00
dmose%netscape.com
05d855a48d Initial size of junk mail dialog is huge (bug 180215). Patch from neil@parkwaycc.co.uk; thanks Neil! r=dmose, sr=sspitzer 2002-11-20 02:09:34 +00:00
ducarroz%netscape.com
752ec92b3b Fix for bug 25177. Date should be shown differently depending on the todays date. Patch provided by frank.schoenheit@gmx.de. R=ducarroz, SR=bienvenu 2002-11-19 15:16:39 +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
bienvenu%netscape.com
0dc5458b42 fix get all new messages if an account doesn't have remember password r=cavin,sr=sspitzer 180407 2002-11-16 18:21:36 +00:00
sspitzer%netscape.com
b5dd4e4a94 code cleanup.
don't do AppendInt(x, 10); as 10 is the default.
just do AppendInt(x);
rs=bienvenu.
2002-11-15 03:29:22 +00:00
nhotta%netscape.com
2520f79e24 Removing unnecessary CreateUtf7ConvertedString,
bug 180166, r=naving, sr=bienvenu.
2002-11-14 23:33:02 +00:00
dmose%netscape.com
07db80bc13 Allow links in mailnews message pane to open in browser tabs (bug 148974). r=sspitzer; sr=jaggernaut 2002-11-14 01:40:38 +00:00
bienvenu%netscape.com
384c97f5b7 fix mdn receipts getting filtered to imap sent folder r=cavin, sr=sspitzer 178347 2002-11-12 22:46:58 +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
nhotta%netscape.com
f9844beb5c Adding pref for phonetic fields, search date format option,
bug 98144, r=ducarroz, sr=sspitzer
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:03:14 +00:00
sspitzer%netscape.com
5e0cf4ad33 fix my comment. thanks to greg onufer for catching my mistake. 2002-11-10 18:12:01 +00:00
sspitzer%netscape.com
83db3106ee fix some string code, per jag. some minor code cleanup. 2002-11-09 16:54:52 +00:00
mkaply%us.ibm.com
4defc1ce1a #178961
r=me, sr=jag
Due to a bug in OS/2 compiler handling of temporaries in a conditional, we need to split this out.
Need this ASAP, Os/2 mail is DOA
Incidentally, I'll point out that this code is wrong anyway because different countries write kb in different ways (kb, KB, Kb)
2002-11-09 15:28:46 +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
4c944525a1 add todo comment for bienvenu. 2002-11-09 08:58:55 +00:00
sspitzer%netscape.com
84212a7fe1 fix my comments. 2002-11-09 08:55:03 +00:00
sspitzer%netscape.com
2b431c1426 fix the behaviour and enabling of the "Get Msgs" button.
1) make it always enabled (bug #89404, bug #111102)
2) if news server selected, it updates the unread counts on that server
3) if "Local Folders" selected, it does "get msgs" for default account

r/sr=bienvenu
2002-11-09 08:52:22 +00:00
sspitzer%netscape.com
a03949db31 fix js warning. 2002-11-09 06:49:34 +00:00
sspitzer%netscape.com
23f413171a implement the | operator for mail 3 pane quick search.
bug #177034
r/sr=bienvenu
2002-11-08 09:09:27 +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
bienvenu%netscape.com
53216956cf fix mark thread watched/ignored news filter actions r=cavin, sr=sspitzer 2002-11-07 22:16:25 +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
rjesup%wgate.com
16b4006118 Bug 149764: changes to quit-application observer topic. r=danm, sr=jst 2002-11-07 20:25:45 +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
be768f9075 fix for #142408. Selecting "Search Messages..." folder context menu marks selected message unread. thanks to tobias.weibel@gmx.net for the fix. r/sr=sspitzer 2002-11-07 15:49:18 +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
timeless%mozdev.org
e621565ddb backing out. 2002-11-06 16:49:13 +00:00
timeless%mozdev.org
96218c8ecc Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-06 15:31:02 +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
naving%netscape.com
28cbedeb74 117835 r=cavin sr=bienvenu fixing invalid folder name containing japanese characters when you restart after creating new local folders. Also cleaning up local folders code that deals with checking for duplicate
folder names, renaming/deleting local folders
2002-11-06 01:30:31 +00:00
bienvenu%netscape.com
582566aef2 add folder size to folder pane, r=cavin, sr=sspitzer, 173825 2002-11-06 00:27:13 +00:00
bienvenu%netscape.com
2d8942f521 fix updating of msg counts in standalone msg window, r=cavin, sr=sspitzer 20119 2002-11-06 00:26:06 +00:00
bienvenu%netscape.com
b354fe2d18 fix new msg showing up with collapsed twisty in threads with unread view, r=cavin, sr=sspitzer 158217 2002-11-06 00:21:46 +00:00
bienvenu%netscape.com
91483ee997 add folder size to folder pane, r=cavin, sr=sspitzer, 173825 2002-11-06 00:13:19 +00:00
sspitzer%netscape.com
5cb1e71d04 fix for crasher bug #176056. crash when setting up default smtp servers. r/sr=bienvenu, a=asa. 2002-11-03 01:09:31 +00:00
kairo%kairo.at
150568bb2e Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard 2002-10-30 12:41:38 +00:00
dmose%netscape.com
d630a3a601 Make "Analyze Messages" localizable and change phrasing. Part of ongoing spam UI work (bug 169638). Not on in default builds. r/sr=sspitzer; a=asa 2002-10-30 05:47:25 +00:00
bienvenu%netscape.com
7671d035e0 fix problem where folders are left bold even though there are no unread msgs in them, r=rajiv, sr=sspitzer, a=roc+moz 121660 2002-10-30 01:33:53 +00:00
bienvenu%netscape.com
64422f8c05 fix whitelisting in junk mail plugin r=dmose, sr=sspitzer, a=asa, not seen by users 169557 2002-10-30 00:42:10 +00:00
bienvenu%netscape.com
8426b85afe fix off by one error when deciding which msgs to score for spam, r=dmose, sr=sspitzer, a=asa not visible to user 169557 2002-10-29 21:00:14 +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
naving%netscape.com
ae31ebabf6 175795 r=rdayal sr=bienvenu fixing a crash in purgeService by making mPurgeArray not a pointer of nsVoidArray
mPurgeArray has lifetime equal to that of nsMsgPurgeService
2002-10-24 02:06:03 +00:00
varga%netscape.com
806c8a51d3 Fix for bug 134824. Column Sorting in the Download Manager has no effect.
r=neil, sr=jag, a=asa
2002-10-22 19:49:29 +00:00