Commit Graph

5918 Commits

Author SHA1 Message Date
scott%scott-macgregor.org
5f61db2df0 Port some thunderbird improvements to the account manager back to the seamonkey trunk. Remove lots of unwanted flex space
from the dialogs.

r/sr=sspitzer
2003-07-09 03:53:22 +00:00
bienvenu%netscape.com
1a3020ea80 add message for folder in use message, r/sr=sspitzer, 166617 2003-07-02 21:33:12 +00:00
timeless%mozdev.org
6ebcae8784 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=sspitzer
2003-07-02 14:30:36 +00:00
scott%scott-macgregor.org
abb907c6f9 Implement a content policy class for thunderbird.
Block the loading of remote images if the preference is set. Register ourselves as a pref observer
so we know when this pref changes.

Has no effect on the seamonkey build.
2003-07-01 05:29:53 +00:00
scott%scott-macgregor.org
9003cfad76 Effects thunderbird builds only.
Unfinished cut at a thunderbird content policy manager which will control whether images are displayed, JS is executed,
etc.
2003-07-01 02:27:55 +00:00
bienvenu%netscape.com
cb0214f949 part of work to prevent corruption of offline imap stores when compacting offline stores, and miscellaneous cleanup 166617 r/sr=sspitzer 2003-06-30 23:51:50 +00:00
bienvenu%netscape.com
fd5e11f510 don't prompt/send mdn response when reading news messages, r/sr=sspitzer 209516 2003-06-29 01:33:15 +00:00
bienvenu%netscape.com
737ce90217 instead of removing nulls when parsing server responses, replace them with spaces, so we won't throw off the byte counts for imap and pop3, 205789 r/sr=sspitzer 2003-06-29 01:06:29 +00:00
sspitzer%netscape.com
78d8c01fb5 fix for bug #210912
ignore clicks to the filter list tree header in the filter dialog, we don't want to sort

fix for bug #210947
double clicking past the last row in the filter dialog opens a broken filter edit dialog
(should do nothing)

fix for bug #210965
double clicking on a checkbox in the "enable" ccolumn in the filter dialog
should not open the currently selected filter in the edit filter dialog

r/sr=bienvenu
2003-06-28 04:08:14 +00:00
jst%netscape.com
abefba9053 Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com 2003-06-24 21:43:01 +00:00
jshin%mailaps.org
a02a46efd1 bug 205649 : replace U+00E5 represented in ISO-8859-1 (0xe5) with U+00E5 in
UTF-8 in all XUL files to make them to be genuinely encoded in UTF-8. All the
changes are in comments so that this shouldn't affect anything at run-time.
(r=hwaara)
2003-06-23 13:18:12 +00:00
caillon%returnzero.com
4cc64cee34 Bug 209852. Remove |dont_QueryInterface|.
r=dbaron, sr=jag
2003-06-21 00:15:41 +00:00
neil%parkwaycc.co.uk
9c09261eff Bug 195733 commandglue.js included twice, causes JS error p=kd-moz@tprac.de r=me sr=dmose 2003-06-20 11:22:06 +00:00
neil%parkwaycc.co.uk
6741a52ed1 Bug 209661 remove unnecessary NS_LITERAL_CSTRING( with ).get() r=jag sr=alecf 2003-06-18 14:31:45 +00:00
scott%scott-macgregor.org
50f31820a3 the library name for thunderbird for mail is different than that of Mozilla Mail. Use a define for the library name
used to find the biff icon and make the necessary adjustment for thunderbird.

sr=sspitzer
2003-06-18 05:35:31 +00:00
alecf%flett.org
b7fa256d74 fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
bienvenu%netscape.com
4d3d422822 fix 43297, messages w/o x-mozilla-status line lose their read state when database regenerated, add x-mozilla-status header when compacting folder, r/sr=sspitzer 2003-06-12 22:25:55 +00:00
kairo%kairo.at
ccd0707c81 bug 207642 - update localeVersion for 1.5a, also update contents-platform.rdf and contents-region.rdf files, r=rchen, sr=blizzard 2003-06-12 15:19:21 +00:00
timeless%mozdev.org
19e72716ed Bug 189429 strict javascript warning in mail3PaneWindowCommands.js
patch by stevechapel@earthlink.net r=neil sr=jst
2003-06-12 07:11:40 +00:00
alecf%flett.org
2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
sspitzer%netscape.com
0c087a289e fix for bug #1293896
remove print preview on Mac OS X
r/sr=bienvenu
2003-06-08 20:21:53 +00:00
bienvenu%netscape.com
f0ecb8c8f5 potential fix for intermittent crash sending mail, r/sr=sspitzer, 208300 2003-06-08 16:53:02 +00:00
sspitzer%netscape.com
909aea29af fix for bug #205877
when you toggle junk status from thread pane icon,
and you've got it set to move on manual mark, assertion and painting problems.

the problem is that ::OnDeleteCompleted() uses the selection to determine which
view indices to call with ::NoteChange().

the junk column icon triggers a delete (or move) and that row might not be selected.

instead, we save of the indices (we can't save keys, as the keys are already removed
before ::OnDeleteCompleted() is called), and use the saved indices when calling
::NoteChange()

thanks to bienvenu for the suggestion.

r/sr=bienvenu
2003-06-06 03:55:46 +00:00
shliang%netscape.com
6f41392ce9 207260 - supplementary patch to fix msg compose shortcut in addressbook. r=jag, sr=sspitzer 2003-06-05 22:58:12 +00:00
kairo%kairo.at
0b93c73eee bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
sspitzer%netscape.com
97ce16dc05 fix for bug #177280
Notification sound doesn't work
thanks to mloiselle@yahoo.com (Marc Loiselle) for the fix
r/sr=dmose,darin,sspitzer
2003-06-03 23:45:04 +00:00
bienvenu%netscape.com
a43d7153ca add pref for disabling secure auth on incoming mail servers 205571 r/sr=sspitzer 2003-06-03 19:20:48 +00:00
bienvenu%netscape.com
407ab05df8 remove tab from last checkin 2003-06-03 14:49:52 +00:00
bienvenu%netscape.com
df3c4ae2bd fix 208108 read messages in acct central selects imap inbox twice, r/sr=sspitzer 2003-06-03 14:26:38 +00:00
bienvenu%netscape.com
641d1393ce fix disk thrashing downloading for offline, remove unused code, 208043, r/sr=sspitzer 2003-06-03 02:22:34 +00:00
shliang%netscape.com
12a9f5b5de bug 207260 - (osx) cmd-m should not open mail compose window. r=jag, sr=sspitzer 2003-05-30 05:08:45 +00:00
dwitte%stanford.edu
270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
varga%netscape.com
717feaab4a Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
sspitzer%netscape.com
6cf75a0b61 fix for bug #180029
"running junk mail controls manually should respect preferences-Move to Junk folder"
r/sr=bienvenu, a=asa,sspitzer
2003-05-21 21:38:37 +00:00
sspitzer%netscape.com
9111bf8faa supplimental fix for bug #202355.
cut and paste error.  r=cavin, sr=bienvenu, a=sspitzer
2003-05-21 06:47:26 +00:00
cavin%netscape.com
72f75498c9 Fix for 205729. Added 'aMsgWindow' input parameter to PerformBiff() which is set to null for regular biff (ie, check mail for every xx minutes) and is set to a valid window for check mail at startup. r=sspitzer, sr=bienvenu, a=sspitzer. 2003-05-19 23:59:06 +00:00
scott%scott-macgregor.org
eb5faba111 Part of Bug #179533 --> remove obsolete CID file (has no effect on the current build) since this file has
been moved to ..\src.
2003-05-18 19:25:59 +00:00
ssu%netscape.com
2c68d6a8b3 fixing bug 190381 - Message Filters dialog is missing its Help button. r=jag, sr=jag, a=sspitzer 2003-05-17 00:31:21 +00:00
bienvenu%netscape.com
3cc7bddd86 make newly junk mail plugin classified junk mail not appear in the non-junk mail view 180203 r/sr/a=sspitzer 2003-05-16 19:53:24 +00:00
bienvenu%netscape.com
86eec1927c make newly junk mail plugin classified junk mail not appear in the non-junk mail view 180203 r/sr/a=sspitzer 2003-05-16 18:23:34 +00:00
shliang%netscape.com
fa7043c160 bug 205054 - need descriptive text dialog to come up for user's first junk mail action. r/sr/a=sspitzer 2003-05-16 01:10:33 +00:00
sspitzer%netscape.com
af08788f09 supplimental patch for bug #204679
when running junk mail commands on the current folder
we need to "pass over" emails from people in the whitelist (if we are doing
whitelisting, for this account), instead of marking them as good.

thanks to bienvenu for catching my mistake.

r/sr=bienvenu, a=sspitzer
2003-05-15 23:15:49 +00:00
sspitzer%netscape.com
1c49e7b954 fix my debug only double checking assertion code. I had it reversed. 2003-05-15 07:18:25 +00:00
sspitzer%netscape.com
0ec050d99f fix for bug #204679
Run Junk Mail Control on Folder doesn't respect Address Book whitelist.
r/sr=bienvenu, a=sspitzer
2003-05-15 07:04:54 +00:00
sspitzer%netscape.com
a08c495fa8 supplimental fix for bug #194273.
we need to show local folders in the JMC now, for several reasons.
r/sr=bienvenu, a=sspitzer
2003-05-15 02:02:34 +00:00
sspitzer%netscape.com
fdd4cc0957 fix for bug #194273
move to junk folder (or delete) when the user manually marks as junk.
this was one of the top usability items we found, during UE studies
r/sr=bienvenu, a=sspitzer
2003-05-14 20:38:40 +00:00
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
527edb5865 fix for problem with views and mail filters involving msg status, 183158 r/sr/a=sspitzer 2003-05-14 18:32:54 +00:00