scott%scott-macgregor.org
2051d3b0e0
Bug #266471 --> custom view setup dialog isn't tall enough.
2004-11-04 18:52:29 +00:00
darin%meer.net
96c79cea45
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
scott%scott-macgregor.org
bb88f322e6
Bug #220656 --> store the mail view state as a per folder property instead of as a global setting that applies to all folders.
...
sr=bienvenu
2004-10-29 07:11:18 +00:00
bienvenu%nventure.com
4323cb699f
set has attachment flag at hdr download time by looking for content type multipart mixed, 241203
2004-10-25 18:48:22 +00:00
scott%scott-macgregor.org
1a4937b94c
Bug #244357 --> Fix several underflow situations in the chi2 algorithm used for junk mail detection. Simplify the math to make it less computensive.
...
Patch origianlly by tenthumbs@cybernex.net
sr=mscott
2004-10-19 21:25:00 +00:00
scott%scott-macgregor.org
b54857c23b
Bug #261199 --> Start porting the saved search folder UI from thunderbird to seamonkey
...
sr=bienvenu
2004-10-19 03:08:12 +00:00
bienvenu%nventure.com
5f6cba07f1
fix 261682 sr=mscott when in non-default view, automatic update of folder causes a re-search which recreates the view
2004-10-01 18:13:47 +00:00
bugzilla%arlen.demon.co.uk
3dcf430c06
Bug 260264 Fixup radiogroups to use new .value functionality of radio.xml (Patch for mailnews v0.2)
...
p=me r=neil.parkwaycc.co.uk sr=bienvenu
2004-09-30 14:44:44 +00:00
scott%scott-macgregor.org
d8745a0de8
Bug #254804 --> can't create custom headers for custom mail views.
2004-09-28 21:35:30 +00:00
peterv%propagandism.org
7bff9127ab
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-17 11:12:14 +00:00
peterv%propagandism.org
4d359db0ee
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-16 13:16:28 +00:00
bienvenu%nventure.com
7a3ae84566
front end work for virtual folders, 11051, sr=mscott
2004-09-07 15:55:48 +00:00
bienvenu%nventure.com
a10f2e5459
fix 257560, memory access errors during palmsync sr=mscott
2004-08-31 18:32:18 +00:00
scott%scott-macgregor.org
03878f136f
Bug #240819 --> Crash in mail.dll when checking mail - TB073 [@ nsTransform2D::SetToIdentity ]
...
Fix a potential divide by zero floating point operation in the bayesian algorithm to hopefully prevent
a top crash.
2004-08-26 03:32:11 +00:00
neil%parkwaycc.co.uk
d372d25e42
Bug 255268 Make make chrome make installed-chrome.txt correctly r=bsmedberg
2004-08-18 19:14:51 +00:00
scott%scott-macgregor.org
2e1033934c
Bug #253807 --> mime encode the feed subject using the character set encoding of the RSS document for Thunderbird.
...
This means moving nsIMimeConverter into a scriptable interface so we can access it from JS for Thunderbird.
2004-08-04 04:48:44 +00:00
Stefan.Borggraefe%gmx.de
ed0bcbd91c
Bug 226956: </mailnews/*> files: Convert <window class="dialog"> to <dialog>
...
This patch removes superfluous references to dialogOverlay.* and converts the certFetchingStatus-dialog to <dialog>.
r=neil, sr=mscott
2004-07-24 21:56:22 +00:00
Stefan.Borggraefe%gmx.de
9ffb9ffba3
Bug 226956: Convert users of dialogOverlay.xul in mailnews/ to <dialog>. The patch also corrects some minor UI issues like missing/wrong access keys.
...
r=neil, sr=mscott
2004-07-07 11:32:45 +00:00
scott%scott-macgregor.org
764b6162b9
Bug #216133 --> port thunderbird changes for the new content policy manager from the branch to the trunk.
2004-07-01 02:43:02 +00:00
scott%scott-macgregor.org
d135597d46
Bug #244325 --> broadcast a notification to the UI when a message is finished being rendered.
...
sr=bienvenu
2004-06-29 07:08:18 +00:00
bsmedberg%covad.net
285e5be7ce
Forgot a couple mailnews files from the semi-single-profile merge. To get the profile path, use the directory service instead of the profile service. Make offline-startup use a app-startup observer instead of a profile-startup observer.
2004-06-18 15:58:14 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
Stefan.Borggraefe%gmx.de
90763bce8b
Changes all checkboxes in MailNews so they don't change state if the empty area right of their text is clicked (Bug 244413).
...
r=neil, sr=mscott
2004-06-14 05:40:21 +00:00
scott%scott-macgregor.org
f87ae16969
Bug #245176 --> several unsigned integers in the core bayesian algorithm should be signed integers because
...
they can be negative. Slightly improves our false negative rate on the benchmark.
Patch by Lorenzo Colitti
2004-06-01 03:26:28 +00:00
bienvenu%nventure.com
4e1fcea90d
make picking offline startup from profile mgr override remember state pref, 229763, r/sr/a=sspitzer
2004-05-31 22:16:43 +00:00
scott%scott-macgregor.org
090fac7ee5
First part of Bug #243680 --> Marking mails as "not junk" does not update training.dat / spam filter does not create that file at all.
...
No one was ever calling shutdown on the plugin so we never forced ourselves to save the training data
if it was dirty.
sr=bienvenu
2004-05-18 23:41:54 +00:00
timeless%mozdev.org
7b5970dc1f
Bug 243621 Standardize QueryInterface without throw
...
r=neil sr=darin
2004-05-17 23:38:25 +00:00
scott%scott-macgregor.org
c10a9dc84d
Try to fix ports bustage by using PR_ABS instead of manually defining abs
...
thanks to bz for the suggestion
2004-05-13 04:03:17 +00:00
scott%scott-macgregor.org
48d3656663
Bug #230093 , Bug #181534 , Bug #237095 --> Port thunderbird junk mail improvements to the trunk.
...
Replace the core bayesian junk mail algorithm with a chi-squared probability distribution
modeled after spam bayes and Gary Robinson's work.
Change the model for how we count tokens across messages.
Token counts get out of alignment when re-training against already classified messages.
Revamp the junk mail tokenizer. Make it a hdr sink listener and add custom tokens for attachment
information. Ignore tokens larger than 13 characters. Tokenize purely off of white space.
Ignore tokens less than 3 bytes in length. There is still a lot more work to be done to the tokenizer.
Many thanks to Miguel Varga for working out the initial core algorithm improvement and to all
of the folks at spam bayes and of course Gary Robinson for helping to make this happen.
2004-05-12 18:16:32 +00:00
timeless%mozdev.org
77717f8d83
bug 124868 i have never seen an Accoun Manager and never hope to see one
...
rs=mscott
2004-04-23 04:00:50 +00:00
timeless%mozdev.org
3601dfba5a
Bug 124868 i have never seen an Accoun Manager and never hope to see one
...
r=mscott sr=mscott
2004-04-23 03:17:49 +00:00
gerv%gerv.net
482dc5fcad
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-17 18:33:16 +00:00
cbiesinger%web.de
d4e1da55f3
Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
...
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
neil%parkwaycc.co.uk
8125ea348f
Bug 240256 Fixing DOCTYPE to match document element p=vberon@mecano.gme.usherb.ca r=me sr=mscott
2004-04-13 09:34:47 +00:00
jshin%mailaps.org
fdf2ad9bff
bug 229032 : modernize String usages in mailnews (r=neil, sr=mscott)
2004-04-13 04:07:07 +00:00
bienvenu%nventure.com
9421381579
fetching smime certs via ldap broken, 239085 sr=mscott
2004-04-13 00:34:38 +00:00
scott%scott-macgregor.org
8d40fad5c3
Bug #237151 --> Make the junk mail filter support the ability to reset the training data. This code is not called by anyone yet but is part of the build.
...
sr=bienvenu
a=asa
2004-03-12 19:14:50 +00:00
bienvenu%nventure.com
11000b1768
follow on fix initial sync after a hard reset on the palm to just do a one way sync from PC->HH, sr=mscott 235456
2004-03-09 23:00:44 +00:00
bienvenu%nventure.com
74fc4f9f0f
fix initial sync after a hard reset on the palm to just do a one way sync from PC->HH, sr=mscott 235456
2004-03-09 19:20:56 +00:00
bienvenu%nventure.com
8703dade1c
fix crash generating mdn receipt when original message has no message-id sr=mscott 224738
2004-03-08 17:31:18 +00:00
mozilla%ducarroz.org
93f28d0d98
Fix for bug 236258. Prevent crash by checking null pointer. R=bienvenu, SR=bienvenu
2004-03-04 14:32:11 +00:00
kairo%kairo.at
97c9024a5a
bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv
2004-02-27 11:54:28 +00:00
bienvenu%nventure.com
97127db1e7
fixes for 232438, palm sync issues with mapping between moz ab's and palm categories, sr=mscott
2004-02-21 17:35:47 +00:00
darin%meer.net
8c818ed6c3
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
2004-02-19 02:44:03 +00:00
bienvenu%nventure.com
c6c5a949ab
fix 233945 one way palm sync from palm to pc doesn't create new Moz AB's with correct name, sr=mscott a=chofmann
2004-02-12 18:44:36 +00:00
bienvenu%nventure.com
5ff51ae0fd
fix 205902 problems detecting duplicate cards in palm categories sr=mscott
2004-02-10 03:19:28 +00:00
neil%parkwaycc.co.uk
f1973c1b21
Bug 162432 JS error redeclaration of const MOZILLA_CONTENT_PACK p=gautheri@noos.fr r=me sr=mscott
2004-02-07 13:05:24 +00:00
neil%parkwaycc.co.uk
0795e9e7e2
Bug 232597 JS error redeclaration of const kPersonalAddressBookURI p=gautheri@noos.fr r=me sr=mscott
2004-02-06 17:25:05 +00:00
bienvenu%nventure.com
c0b191af18
fix palm build bustage from last checkin (shouldn't affect tbox since I don't think it builds palm sync)
2004-02-05 19:03:00 +00:00
bienvenu%nventure.com
ae425dd42f
respect ab directory position pref in ab pane order and autocomplete search order of local directories, replace nsISupportsArray with nsCOMArray and nsISimpleEnumerator, misc cleanup 232570, sr=mscott
2004-02-05 18:33:06 +00:00