scott%scott-macgregor.org
52c4d463b7
-mail command line handler CAN handle args. Set this to true. This means you can now do:
...
mozilla.exe -mail news://<news server> and it will work.
This also means that clicking on news and snews urls in a browser will do the right thing for thunderbird.
r/sr=sspitzer
2003-07-13 21:27:26 +00:00
scott%scott-macgregor.org
efb7b9ed0d
Thunderbird now uses a dynamically generated 3-pane. No more alternate 3-pane xul file, so remove the C++ code
...
that tries to launch the alternate 3-pane.
Land the new vertical 3-pane for thunderbird. Folder pane | Thread Pane | Message pane.
2003-07-12 20:38:22 +00:00
scott%scott-macgregor.org
f7af236f26
Try to reduce the jiggling effect caused by viewing messages with a lot of attachments. Set a fixed # of rows
...
for the attachment list, currently 3 rows.
r/sr=sspitzer
2003-07-12 20:29:48 +00:00
mkaply%us.ibm.com
632842b26a
Better fix for 178961 per dbaron
2003-07-11 19:53:13 +00:00
scott%scott-macgregor.org
fd2160355e
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
c07ae94f91
add message for folder in use message, r/sr=sspitzer, 166617
2003-07-02 21:33:12 +00:00
timeless%mozdev.org
44f113d8c6
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
272c794885
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
e8ff146c94
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
ffa88da863
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
cb932b5ff8
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
501b28ab73
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
e609fe2a19
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
2e8edec781
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
98ada63a79
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
36a00e95c1
Bug 209852. Remove |dont_QueryInterface|.
...
r=dbaron, sr=jag
2003-06-21 00:15:41 +00:00
neil%parkwaycc.co.uk
92c591f390
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
4e44c2364d
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
90b49094d9
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
5614718dd3
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
a6088b4cb9
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
c616081c7d
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
17ae45411c
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
ccf01a2786
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
8f112a4226
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
6934dc37a9
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
f2400099eb
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
c0c56b77d6
potential fix for intermittent crash sending mail, r/sr=sspitzer, 208300
2003-06-08 16:53:02 +00:00
sspitzer%netscape.com
a5d739bf33
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
ca68475810
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
108ef75354
bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard
2003-06-04 11:11:19 +00:00
sspitzer%netscape.com
62b4f4b523
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
92de9e4b4b
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
e921a8725a
remove tab from last checkin
2003-06-03 14:49:52 +00:00
bienvenu%netscape.com
4e94e08d58
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
d719658f99
fix disk thrashing downloading for offline, remove unused code, 208043, r/sr=sspitzer
2003-06-03 02:22:34 +00:00
shliang%netscape.com
19fdb3ecc0
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
149f719c00
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
1734eec58f
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
14acd7b8a1
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
0cb2fa34cb
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
2358fc5b48
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
93b3a91d4c
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
a38f3a29f9
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
8e3f69e2be
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
84af051c8d
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
61b428b8b4
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
605151349f
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
20a5473545
fix my debug only double checking assertion code. I had it reversed.
2003-05-15 07:18:25 +00:00
sspitzer%netscape.com
a3dbc3017c
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
a914291cf4
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
99e2135bca
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
e61ca642fb
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
ac57e06f09
fix for problem with views and mail filters involving msg status, 183158 r/sr/a=sspitzer
2003-05-14 18:32:54 +00:00
sspitzer%netscape.com
e2d8a16345
fix for bug #195234
...
mail status line reports: "Transferring data" with the wrong hostname.
affects pop, imap, and nntp. (not smtp)
thanks to ch.ey@gmx.net for the initial patch.
r/sr=bienvenu, a=sspitzer
2003-05-14 05:28:25 +00:00
sspitzer%netscape.com
e07436f886
fix for bug #205517
...
View/_Threads conflicts with Sort_ By
r/sr=bienvenu, a=sspitzer
2003-05-14 03:50:33 +00:00
bienvenu%netscape.com
0f31078dd7
fix for 205003 add pref for doing sec auth, default to false, patch by ch.ey@gmx.net, r=bienvenu, sr/a=sspitzer
2003-05-14 03:16:02 +00:00
bienvenu%netscape.com
4a836cbf6c
fix hang when exiting while offline with cleanup inbox turned on r/sr/a=sspitzer 204618
2003-05-12 22:50:13 +00:00
sspitzer%netscape.com
cf3bf399d9
fix for bug #204517
...
[junk] purge doesn't work for Junk folder under Local Folders
r/sr=bienvenu, a=sspitzer
2003-05-10 02:11:57 +00:00
sspitzer%netscape.com
3367dd7472
fix for bug #197043
...
fix the underlying problem that was causing the JMC dialog not to close.
make the spam folder stuff friendly to IMAP servers that have namespaces
like Cyrus IMAP servers.
r/sr=bienvenu, a=sspitzer
2003-05-09 23:21:26 +00:00
sspitzer%netscape.com
c21883db1e
fix for bug #204807
...
spam analyzing should not be automatically applied to public imap folders,
other user's imap folders, Unsent, Sent, Drafts or Templates folders
r/sr=bienvenu a=sspitzer
2003-05-09 18:09:32 +00:00
bienvenu%netscape.com
b78a0cf153
back out fix for 169481 deleting msgs in threaded view messages up indentation, until I can completely fix it r/sr/a=sspitzer
2003-05-09 14:46:10 +00:00
stephend%netscape.com
2c1cdbdb8b
Bug 203310. wav should be '.wav' in Notifications prefs in Mail. r=robinf@netscape.com, sr=sspitzer@netscape.com, a=sspitzer@netscape.com
2003-05-09 00:25:31 +00:00
bienvenu%netscape.com
709ab798f4
fix leak in quick searchr/sr/a=sspitzer 198104
2003-05-08 23:03:55 +00:00
cavin%netscape.com
7a8ace457b
Fix for 190354. Create CanRenameDeleteJunkMail() to determine if a given junk folder uri is being used or not. Reset OnlineFolder flag for a folder that has been renamed. sr=bienvenu, r/sr/a=sspitzer.
2003-05-08 22:50:48 +00:00
cavin%netscape.com
ed4bde8639
Fix for 200199. Create HandleMDNResponse() to handle all return receipt (MDN) requests in mailWindowOverlay.js. Remove all MDN generation code in cpp files. r=bienvenu, sr/a=sspitzer.
2003-05-08 22:37:41 +00:00
sspitzer%netscape.com
2705d579eb
partial fix for bug #197043
...
Junk Mail Controls... window does not close when click ok.
r/sr=bienvenu, a=sspitzer
2003-05-08 22:27:32 +00:00
cavin%netscape.com
c45e7d85e2
Fix for 189023. When copying folders, remember destination folder name in the request obj and compare both parent and folder name when copy finishes in FindRequest(). r/sr/a=sspitzer.
2003-05-08 22:09:30 +00:00
shliang%netscape.com
c2f8c71faa
204882 - can't launch mail. r/sr/a=sspitzer
2003-05-08 21:05:28 +00:00
shliang%netscape.com
268fc91ed5
supplementary patch for bug 144828 - nav-only installs don't have send link, image, new message. r/sr/a=sspitzer.
2003-05-08 17:52:06 +00:00
sspitzer%netscape.com
2700170bb6
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
bienvenu%netscape.com
e228c8be2c
part of fix for 122693 display problems when deleting messages in threaded view r/sr=sspitzer, a=sspitzer
2003-05-08 14:09:31 +00:00
sspitzer%netscape.com
bf67d76fab
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
ere%atp.fi
390eace161
Fix for bug 204248: No maximize/minimize buttons in new Mailnews window, and raise & lower broken
...
r+sr=jag
a=asa
2003-05-08 06:54:27 +00:00
jaggernaut%netscape.com
9dd848937d
Bug 204809: <browser disableHistory=.../> -> <browser disablehistory=.../>. r=sr=a=sspitzer
2003-05-08 03:08:15 +00:00
caillon%returnzero.com
2878ea451f
Removing a duplicated line (bug 204610)
...
Patch by calvin.liu@sun.com
r=caillon sr=sspitzer a=asa
2003-05-08 01:44:14 +00:00
shliang%netscape.com
58e5982882
144828 - nav-only installs do not have send link, send image, new message menuitems. r=jag, sr/a=sspitzer.
2003-05-06 01:14:51 +00:00
shliang%netscape.com
64e17d2014
195285 - junk mail column placement incorrect for existing profiles. r=jag,sr/a=sspitzer.
2003-05-06 01:04:17 +00:00
sspitzer%netscape.com
552dd4f2d9
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
caillon%returnzero.com
8d6cdbc40c
Bug 77104 - Remove Account prompt should say which account
...
r=biesi sr=sspitzer a=sspitzer
2003-05-05 22:19:23 +00:00
cbiesinger%web.de
c05ba2e824
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
0688a15e65
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
bryner%netscape.com
07e1b4cacb
fixing some atom leaks in mailnews, bug 202852, r=sspitzer, sr=bzbarsky, a=sspitzer
2003-05-03 23:09:04 +00:00
sspitzer%netscape.com
4ed715b573
fix for bug #161999
...
for local trash folder, empty trash doesn't always update unread / total msg counts.
r/sr=bienvenu, a=sspitzer
2003-05-02 02:30:09 +00:00
sspitzer%netscape.com
8fc8225e87
fix for some mail view issues
...
bug #189543 [Mailviews: View dropdown menu items should be in View:Messages Menu]
bug #187990 [dropdown out of sync if view set in View|Messages]
bug #190187 [mail view list, remove cancel button (doesn't work). instead, prompt on delete, like filters]
r/sr=bienvenu, a=sspitzer
2003-04-30 07:37:16 +00:00
ere%atp.fi
5cce38b99e
Bug 137661: Mail window opened from biff icon can't be maximized/minimized/resized and covers the full screen
...
r+sr=jag
a=sspitzer
2003-04-30 06:24:01 +00:00
ssu%netscape.com
ffd5228737
fixing bug 190534 - Help buttons in Account Settings pointing to wrong location in Help. r=dmose, sr=jag, a=sspitzer
2003-04-28 18:01:47 +00:00
sspitzer%netscape.com
a3f593a6c5
fix for regression bug #203261
...
Opening a local forwarded message results in a blank Mail window
r/sr=bienvenu, a=sspitzer
2003-04-27 00:57:08 +00:00
scott%scott-macgregor.org
6989807eec
Bug #202349 --> merge the thunderbird version of loadUrl to match the version Seth added.
...
Code flow does not effect mozilla.
a=sspitzer
2003-04-26 07:11:26 +00:00
sspitzer%netscape.com
e2afb2d861
fix for bug #203415
...
don't use the default smtp server when creating a new account
if the smtp server has a redirector type.
r/sr=bienvenu, a=sspitzer
2003-04-26 02:08:37 +00:00
sspitzer%netscape.com
474289abee
fix for security bug #51631
...
prevent auth UI from coming up from inside messages
sr=darin, r=bienvenu, a=sspitzer
2003-04-25 23:29:17 +00:00
cavin%netscape.com
827070cae3
Fix for 202355. Turn on apple single/double code for MacOSX. r=ccarlen, sr=sfraser.
2003-04-25 21:18:10 +00:00
sspitzer%netscape.com
cb1eb42292
fix for bug #138076
...
Single news account setup fails to setup Local Folders
and without local folders, we're in a world of hurt.
(drafts, send later, templates, etc.)
r/sr=bienvenu, a=sspitzer
2003-04-25 01:36:31 +00:00
sspitzer%netscape.com
2bff1c5bd2
fix for bug #145580 , JS errors in mailWindowOverlay.js for newgroups only configuration
...
r=bz, sr=sspitzer, a=sspitzer, thanks to ian@arlen.demon.co.uk for the patch.
2003-04-25 01:05:36 +00:00
sspitzer%netscape.com
466eec86e4
fix for bug #203251 , Cancelling Add Account Wizard gives error message in JS console
...
r=bz, sr=sspitzer, a=sspitzer, thanks to ian@arlen.demon.co.uk for the patch.
2003-04-25 01:03:56 +00:00
shliang%netscape.com
e39740e8bd
additional patch for bug 125197 - r/sr/a=sspitzer
2003-04-25 00:10:30 +00:00
sspitzer%netscape.com
6259d156c1
fix for bug #197149 . spam filter shouldn't be applied to trash or junk folder.
...
r/sr=bienvenu, a=sspitzer
2003-04-24 08:53:59 +00:00
sspitzer%netscape.com
c2de2a4696
fix for bug #186081
...
Printing doesn't work after Print Preview a mail message.
thanks to psolanki@netscape.net for the fix.
r=neil, sr=sspitzer, a=sspitzer
2003-04-23 18:01:54 +00:00
sspitzer%netscape.com
c07a030f4c
fix for bug #202996 .
...
don't create junk mail folder unless we have "move to junk" enabled
also, default target account / target folder pickers to junk on local folders
which we will create if it doesn't exist.
r/sr=bienvenu
2003-04-23 04:01:42 +00:00
sspitzer%netscape.com
d5c204b0f8
fix for bug #202981 .
...
for servers that can't do search, don't show them as potential junk target folders
because we allow the user to purge junk target folders, but purge requires search.
also, fix it so in the purge code if we are about to purge a server that doesn't
support search, we skip it, and assert.
r/sr=bienvenu
2003-04-23 00:35:17 +00:00
sspitzer%netscape.com
ac19bc66da
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
4f3990ac48
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
f467aad6d0
improve comment, no bug.
2003-04-22 20:46:17 +00:00
sspitzer%netscape.com
95e6293b78
simple code cleanup, no bug.
2003-04-22 20:45:42 +00:00
bzbarsky%mit.edu
23c35b3d5e
Use delete[] for arrays, not delete. Bug 201367, patch by mstankus@calpoly.edu
...
(Mark Stankus), r=bbaetz, sr=sspitzer
2003-04-22 17:42:26 +00:00
sspitzer%netscape.com
e786a4c671
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
af6d7e8ae0
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
scott%scott-macgregor.org
b6381bec7d
Bug #179533 --> add the option to make a static build of mailnews which is disabled by default.
...
r/sr=sspiter
2003-04-20 20:56:21 +00:00
bienvenu%netscape.com
e23883eb19
partial speedup of reparsing folders, clear thread pane when delaying building of view, 172786 r/sr=sspitzer
2003-04-19 17:10:05 +00:00
scott%scott-macgregor.org
1724aedfdc
Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
...
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-19 05:29:35 +00:00
ccarlen%netscape.com
13d49804e8
Bug 190336 - enable 4.x profile migration for Mach-O. Patch by cavin,ccarlen. r=ssu,sfraser/sr=sspitzer
2003-04-18 14:28:21 +00:00
jaggernaut%netscape.com
014a22be72
Bug 127589: when switching tabs with find dialog open, update dialog's internal state so it's "attached" to the focused tab. r=Jan, sr=peterv
2003-04-18 12:43:51 +00:00
scott%scott-macgregor.org
937dc0518e
Minotaur --> Thunderbird change
2003-04-18 02:15:51 +00:00
cavin%netscape.com
bdc381e82e
Fix for 124217. Use user selected file types as the saved file types. Also if a string contains at least one comma, tab or double quote then we need to quote the entire string, plus need to quote double quotes. r/sr=sspitzer.
2003-04-17 20:14:01 +00:00
kairo%kairo.at
0978e17a8a
bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard
2003-04-17 18:43:57 +00:00
sspitzer%netscape.com
a78c38de8a
supplimental fix (again) for bug #77202
...
(add option to download msgs on new pop account creation)
only show the UI for pop accounts, when online, and when the
wizard was launched from the 3 pane.
needs to do the right thing when you use fwd/back in account wizard, too.
r/sr=bienvenu
2003-04-17 02:36:39 +00:00
sspitzer%netscape.com
09238fce03
supplimental fix for bug #77202 . don't show the
...
"Download messages now" UI for news accounts. r=shliang
2003-04-17 01:02:02 +00:00
sspitzer%netscape.com
9aa3ec6ac6
turns out, stand alone mail has already forked mailWindow.js, so this check is not needed.
...
but still keeping the pref in mailnews.js, for future uses. r/sr=mscott
2003-04-16 22:06:22 +00:00
sspitzer%netscape.com
995d27c1e9
supplimental fix for bug #77202 .
...
fix text (per mscott, we'll download all your messages on the server, not just the new ones)
and fix js (per neil).
r=shuehan
2003-04-16 21:05:32 +00:00
sspitzer%netscape.com
28ccbfbb4c
fix for bug #199360
...
for simple left clicks of urls in mail messages that we know should open a browser window
(or load in the top most browser window), do it right away.
if the url is slow to load, switching messages can kill the load, and the window
never shows up.
play nice with stand alone mail, which doesn't need this trick.
r=bryner, sr=mscott
2003-04-16 20:39:38 +00:00
jaggernaut%netscape.com
b6a1ed61fe
Bug 77202: check in missing DTD to fix blocker
2003-04-16 15:22:45 +00:00
neil%parkwaycc.co.uk
85f2f9f732
Bug 200127 Standardize on <tree class="focusring"> r=varga sr=jag r=rginda (venkman)
2003-04-16 10:01:07 +00:00
shliang%netscape.com
a2ef4e4fe9
bug 77202. add option to download msgs on new pop account creation. r/sr=sspitzer.
2003-04-16 06:41:51 +00:00
roc+%cs.cmu.edu
1304af9cbc
Bug 198987. Prevent smooth scrolling rounding small partial increments down to 0. Add scrollMaxX/scrollMaxY properties to JS window object so mailnews can use a more robust way to detect when the message is scrolled to the bottom of its window. r=bzbarsky,sr=jst
2003-04-15 13:40:46 +00:00
timeless%mozdev.org
0831c7e659
200001 Rewrite nsMsgDBView::GetLevelInUnreadView
...
r=dmose sr=bienvenu
2003-04-15 01:06:09 +00:00
sspitzer%netscape.com
84ab1cb310
fix for bug #118887
...
don't show the data: url when printing an addressbook card, or the addr book url when
printing an addressbook, as they are meaningless and confusing to the user.
also, don't show the mail urls when printing a message, as it leaks out the
username and the salt. part of bug #176016
r/sr=bienvenu
2003-04-14 23:00:41 +00:00
sspitzer%netscape.com
99b2ca919b
supplimental fix for my supplimental fix for bug #143565
...
"Opening a "*.eml" attachment displays the atttachment in raw text instead of opening an email message window."
thanks to neil for setting me straight.
2003-04-14 20:37:14 +00:00
sspitzer%netscape.com
136c06be1d
supplimental fix for bug #143565 . properly update the stand alone msg window toolbar
...
when opening a message in a stand alone msg window that previously contained
just an rfc/822 attachment.
2003-04-13 22:47:43 +00:00
sspitzer%netscape.com
7dcfa8d2e6
fix for bug #143565 .
...
"Opening a rfc/822 attachment displays the atttachment as raw text instead of opening in the stand alone message window."
thanks to antonio.xu@sun.com and ducarroz for the fix.
r=neil, parts r=kaie, sr=sspitzer
also include's kaie's related fix for bug #195378 .
"Crypto status must be shown correctly when viewing attached messages in a new window"
r/sr=sspitzer
2003-04-13 19:45:11 +00:00
bienvenu%netscape.com
15c5b611fd
one more fix for 41594, cram-md5 support, handle case where digest has embedded nulls, r/sr=sspitzer
2003-04-13 18:46:10 +00:00
ssu%netscape.com
71f0265f37
fixing bug 198364 - auto advance on delete to next unread mail message is broken with recent cvs since 20030319. r=/sr=sspitzer
2003-04-12 08:24:00 +00:00
shliang%netscape.com
d3eaf21903
125197 - and/or search tables for ab searches - r=cavin, sr=sspitzer
2003-04-11 00:10:18 +00:00
shliang%netscape.com
86a41ce5a4
166912 - mail account manager settings appear not to take effect - r=cavin, sr=sspitzer
2003-04-10 23:58:52 +00:00
cavin%netscape.com
c712168054
Removing unused code, no bug, no reviewer.
2003-04-10 19:29:16 +00:00
timeless%mozdev.org
d0fc017b72
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
1f2cb45637
fix for bug #107953 .
...
when incoming server and outgoing server are the same the username for the SMTP server should be the same a the username for the incoming server.
fix by ian@arlen.demon.co.uk (Ian Neal)
r=dmose, sr=sspitzer
2003-04-10 00:17:49 +00:00
sspitzer%netscape.com
5573f80adb
whoops, the last checkin for #135745 changed the label, but not the access key.
2003-04-09 21:24:12 +00:00
sspitzer%netscape.com
9c9a4197da
fix for bug #86370 . problems with SMTP (and account central UI) if SMTP username contains
...
characters that should be escaped. the fix for that is in nsSmtpDelegateFactory.cpp.
thanks to nrt@dial.pipex.com for the patch, and cls for testing.
the same problem existed for nntp, in nsNNTPProtocol.cpp
the rest is some code cleanup I had sitting around.
2003-04-09 00:47:54 +00:00
neil%parkwaycc.co.uk
ee2eae95d5
Bug 168853 Inconsistent capitalization of "Threads With Unread" menu item p=david.tenser@telia.com r=me sr=sspitzer
2003-04-07 11:55:32 +00:00
neil%parkwaycc.co.uk
163fc6ce8b
Bug 74835 marking thread/all read needs to invalidate collapsed thread(s) having unread children p=ch.ey@gmx.net r=me sr=sspitzer
2003-04-07 11:45:19 +00:00
sspitzer%netscape.com
7f8b1b259a
code cleanup sitting in my tree. no bug, no reviewer.
2003-04-07 03:49:55 +00:00
bienvenu%netscape.com
077dacc9b6
try to fix imap cram md5 r/sr=sspitzer, null terminate digest correctly 41594
2003-04-07 03:17:29 +00:00
sspitzer%netscape.com
8f001563f9
update (internal) mozilla start page. keeping it simple. bug #66570
2003-04-07 02:41:31 +00:00
bienvenu%netscape.com
335c1b6283
extend cram md5 digest result len buffer to 17 bytes r/sr=sspitzer 41594
2003-04-06 21:31:23 +00:00
kairo%kairo.at
21b4bcb9fe
bug 191171 - Move mailnews start page to chrome://, r=neil, sr=sspitzer
2003-04-06 12:29:18 +00:00
bienvenu%netscape.com
d3cea61388
part of fix for 41594 and 150212 add cram md5 to imap, smtp and pop r/sr=sspitzer
2003-04-05 20:34:39 +00:00
mscott%netscape.com
382dd823db
Porting a minotaur fix back into mozilla mail.
...
Bug #200696 --> Status text improvements. Load Document... is now "Load Message..."
Don't use "Done' as the default status text for mail. It doesn't make sense.
r/sr=sspitzer
2003-04-05 04:10:02 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
seawood%netscape.com
16039de8e7
Don't ask. Bug #199920
2003-04-02 08:32:46 +00:00
dmose%mozilla.org
6205fab143
Add basic UI for displaying IMAP quota information (bug 178758). Thanks to Lorenzo Colliti <lorenzo@collitti.com> for the patch. r=bienvenu@netscape.com, neil@parkwaycc.co.uk; sr=dmose@mozilla.org
2003-04-02 04:18:57 +00:00
seawood%netscape.com
92be0f5be9
Obsoleting xp_str.h:
...
* Move XP_IS_ macros into nsCRT.h & rename them to NS_IS_
* Make local XP_IS_ macros use the nsCRT ones
* Remove NOT_NULL defines
Bug #199920 r=alecf sr=bryner
2003-04-01 19:38:12 +00:00
jst%netscape.com
14882c9d0c
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
2003-03-26 07:41:30 +00:00
shliang%netscape.com
088d5783b7
178328 - combine bcc settings in mail account manager copies and folders panel. r=cavin, sr=sspitzer.
2003-03-26 01:54:29 +00:00
sspitzer%netscape.com
b9c1a3f068
fix polish bug #198280 (for esther).
...
Inconsistent text color for descriptive text in Junk Mail Control window, prefs, and account settings.
r/sr=bienvenu
2003-03-25 22:38:27 +00:00
sspitzer%netscape.com
04bcbb6d74
supplimental fix for bug #194918 .
...
fix collision with other commands in "Tools".
thanks to neil for the patch. r/sr=sspitzer
2003-03-25 20:22:06 +00:00
alecf%netscape.com
925955c81d
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
varga%netscape.com
906bfa1fa3
Landing bookmarks branch. Everything except mozilla/xpfe
...
Bug 196756 - Meta bug for major architectural changes in bookmarks code
r=jag, sr=bryner
2003-03-25 04:44:31 +00:00
timeless%mozdev.org
965ba28bb1
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
sspitzer%netscape.com
993fd3f322
fix for bug #168496 [Go | Mail Start Page doesn't work in the stand alone message window, should be hidden]
...
thanks to neil for the fix, r/sr=sspitzer
fix for bug #195238 [Junk toolbar button text should say "Not Junk" if junk messages are selected]
fix for bug #198877 [removed extra menu seperator in view menu, for stand alone msg window]
also, disable junk UI for news messages, since the junk feature doesn't work for news yet.
r/sr=bienvenu.
2003-03-23 22:12:39 +00:00
sspitzer%netscape.com
bc7b3fe572
supplimental fix for bug #194918 , make sure to enable tools | search messages properly.
2003-03-23 17:33:00 +00:00
sspitzer%netscape.com
5c6d02f45b
fix for bug #194918 . implement "Tools | Delete Mail Marked as Junk in Folder"
...
also, enable / disable "Tools | <delete junk> & <run jmc> & <run filters>" when appropriate.
r/sr=bienvenu
2003-03-23 17:03:44 +00:00
sspitzer%netscape.com
b5370ca327
supplimental fix for bug #198749
...
1) expand the view, otherwise we won't analyzed collapsed thread
2) disable the two Tools menu items (apply filters and run jmc) in the stand
alone msg window, as they don't make sense.
r/sr=bienvenu
2003-03-23 01:03:43 +00:00
bryner%netscape.com
1803eb82e9
Fix a shutdown atom leak in nsMsgFolder (bug 198790). r/sr=sspitzer.
2003-03-22 23:43:18 +00:00
sspitzer%netscape.com
984b1aacbe
fix for bug #198749
...
implement "Tools | Run Junk Mail Controls on Folder"
rename "Tools | Run Filters on Selected Folder" to
"Tools | Run Filters on Folder"
r/sr=bienvenu
2003-03-22 18:11:41 +00:00
sspitzer%netscape.com
ea8014bb07
back out that last change from 3/20/2003
...
it was not part of bug #195287 (as the checkin comment claimed)
it was something from neil that I had in my tree that I didn't want to check in.
2003-03-22 00:08:56 +00:00
alecf%netscape.com
16af458ceb
backout my static atom patch for now until I figure out the performance loss! :(
...
bug 195262
2003-03-21 20:13:08 +00:00
sspitzer%netscape.com
5ff94bf435
fix for bug #197729
...
reduce number of mail toolbar buttons by default, reorder delete & junk buttons
r/sr=bienvenu, a=jglick
2003-03-21 08:54:38 +00:00
sspitzer%netscape.com
b61c4ee7b9
supplimental fix for #195287 , fix wording of junk mail info dialog.
...
r=robinf
2003-03-21 07:04:54 +00:00
alecf%netscape.com
c4ea07bc53
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
sspitzer%netscape.com
85f9a626c4
change menu item wording, to not get cropped on mac os x.
...
r=robinf
2003-03-21 05:12:43 +00:00
sspitzer%netscape.com
03fcfe93f8
fix for bug #197209 , Opening Folder Properties throws exception for non imap folders
...
r/sr=bienvenu. thanks to Sebastian and Neil for the bug and assist.
2003-03-21 04:15:27 +00:00
sspitzer%netscape.com
3fe61b83ff
supplimental fix for bug #195287 (adding "?" button in junk bar envelope.)
...
changes suggested and approved by jglick,robinf, r/sr=bienvenu.
2003-03-21 00:13:00 +00:00
sspitzer%netscape.com
88a3788bec
supplimental fix for bug #96134 ,
...
improving File | Save As... default behaviour for messages.
r/sr=bienvenu
2003-03-19 22:27:51 +00:00
timeless%mozdev.org
38f154f8bc
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
neil%parkwaycc.co.uk
e7e2f63dfd
Bug 188093 Order of Print related menu items in Mail is not consistent with Browser r/sr=sspitzer
2003-03-19 14:10:13 +00:00
cavin%netscape.com
c111709119
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
55e4c791b4
Fix for 124007. Create NS-rdf#DirTreeNameSort data source to sort addrbooks. r/sr=sspitzer.
2003-03-18 20:03:11 +00:00
ssu%netscape.com
0eaa26ca9b
fixing bug 142065 - when I right click delete a message, the wrong message gets deleted. r=varga, sr=sspitzer
2003-03-18 19:33:31 +00:00
cavin%netscape.com
eed0b5a5f4
Fix for 70396. Remove .na2 files after they are migrated. r/sr=sspitzer.
2003-03-17 23:10:10 +00:00
sspitzer%netscape.com
b16fe5cc04
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
e0daec7cc3
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
sspitzer%netscape.com
21d46999cf
fix for bug #197764
...
accounts out of order in junk mail controls dialog
r/sr=bienvenu
2003-03-17 04:05:49 +00:00
sspitzer%netscape.com
0d8cd510d0
fix for #197225 , remove an unused xul/dtd (custreceipt.*)
...
r=neil, sr=sspitzer. thanks to Sebastian@SSpaeth.de for the fix.
fix for bug #195287 ,
Add a help button to the envelope that brings up the junk intro dialog
r/sr=bienvenu, a=jglick
2003-03-16 21:49:40 +00:00
sspitzer%netscape.com
127378455d
fix for bug #96134
...
message Save As ignores selected file type, plus some code cleanup.
r/sr=bienvenu
2003-03-16 05:44:48 +00:00
dougt%netscape.com
a4e56712fe
Fix bad export_lib line. r=cls
2003-03-16 01:09:52 +00:00
sspitzer%netscape.com
52630693e2
fix js error when clicking in thread pane, and no messages are selected.
...
no bug. rs=bienvenu
2003-03-15 20:08:27 +00:00
dougt%netscape.com
be629223b6
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
sspitzer%netscape.com
1667206645
remove usused CID
2003-03-14 02:23:29 +00:00
varga%netscape.com
4ea68b6200
Fix for bugs:
...
195312 - [junk] Context menus for Junk Mail Controls not implemented yet
183597 - Add/Move Message|Mark items for marking as Junk/Not Junk
r/sr=sspitzer
2003-03-13 23:23:16 +00:00
sspitzer%netscape.com
fb11778fcd
fix for bug #183331 , searchBar.js
...
when restoring a "pre" quick search view,
heed a similar scrolling logic that
we have for folder loading.
for mail views, this means switching back to the "all" view.
fix for bug #186504 , msgMail3PaneWindow.js
when loading a folder, try to scroll to "new" messages first,
before "remembering the last selected" message.
both fixes by neil@parkwaycc.co.uk . r/sr=sspitzer
2003-03-13 21:57:32 +00:00
dougt%netscape.com
9e33a0ba46
prelanding of minimo. adding nsAdapterEnumerator to this directory. not part of build yet. r=doug/alec.
2003-03-12 22:32:01 +00:00
cls%seawood.org
d18d8ada60
Adding mingw makefile changes.
...
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
brendan%mozilla.org
e2b8cbeaf8
Fix grammar (that for defining clauses, not which).
2003-03-08 02:02:24 +00:00
cls%seawood.org
6d37f76631
Fully qualify the call to PostMessage to avoid namespace conflict with win32 define.
...
Thanks to Dan Mosedale <dmose@mozilla.org> for the patch.
Bug #134113 r=cls sr=sspitzer
2003-03-06 03:14:31 +00:00
sspitzer%netscape.com
edd8f3b1ae
fix for regression bug #196073
...
without a mail acct, Send menu items fail
caused by my checkin for bug #99363
r/sr=bienvenu
2003-03-05 21:33:05 +00:00
sspitzer%netscape.com
967ca5e053
whitespace foo that I had in my tree. no bug.
2003-03-05 21:31:22 +00:00
sspitzer%netscape.com
e6296c6da0
fix for bug #192602
...
[mac os x only]
HQX (BinHex) attachments fail to save to disk.
some old XP_MAC code needs to be XP_MACOSX, too.
r=ccarlen, sr=sfraser.
2003-03-05 21:25:30 +00:00
sspitzer%netscape.com
4d13e626b6
fix for bug #190349 . fix some problems with choosing an existing folder
...
as the junk mail folder. r/sr=bienvenu
2003-03-05 06:40:25 +00:00
shliang%netscape.com
58620475e0
128503 - fix mail and ab quicksearch field behavior. r=cavin,sr=sspitzer
2003-03-05 01:24:03 +00:00
neil%parkwaycc.co.uk
2bc9bb3fa1
Bug 185867 shift delete doesn't work in the advanced search dialog r/sr=sspitzer
2003-03-04 12:03:06 +00:00
neil%parkwaycc.co.uk
4b587c6a4e
Bug 129510 supplementary patch by shliang to fix js warnings r=me sr=sspitzer
2003-03-04 12:01:26 +00:00
seawood%netscape.com
73bb4f151b
Add support for building against X11-based toolkits on OS X.
...
Bug #191447 r=pavlov
2003-03-04 05:11:46 +00:00
cavin%netscape.com
5c39d695bb
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
d807a40499
Fix for bug 183614. Remove the default action after the dialog is initialized. r/sr=sspitzer.
2003-03-04 01:35:13 +00:00
sspitzer%netscape.com
3c068ff89c
fix the junk mail purge code. when this code was original written, it was modeled
...
after the biff code, using the purge interval as the timer. (yikes, a 14 day timer!)
now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.
add code to verify that we are only trying to delete messages marked as junk.
we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.
r/sr=bienvenu
2003-03-04 00:28:40 +00:00
neil%parkwaycc.co.uk
59237bf7f1
Bug 194764 "File Here" should be "Copy Here" for copy r/sr=sspitzer
2003-03-03 10:06:42 +00:00
aaronl%netscape.com
647fc03459
Bug 187511. Add Find As You Type to menus. r=brade, sr=dveditz.
2003-03-03 06:28:58 +00:00
sspitzer%netscape.com
8ecefefa59
fix for bug #195640 . moving junk status column to the right of subject,
...
showing it by default, and enabling junk mail controls by default.
r/sr=bienvenu
2003-03-02 21:36:43 +00:00
neil%parkwaycc.co.uk
43f83a6038
Bug 72463 Sort by "order received" removed from pull-down menu r/sr=sspitzer
2003-02-28 09:00:34 +00:00
sspitzer%netscape.com
87e6aa2c10
fix typo. amazing this never caused a bug.
2003-02-28 06:08:53 +00:00
sspitzer%netscape.com
b1a7e9a094
fix for blocker bug #195364
...
can't open compose window.
r=shliang, sr=bienvenu
2003-02-28 04:58:46 +00:00
shliang%netscape.com
dd0e61af47
128503 - quicksearch behavior in mail and ab not consistent. r=cavin, sr=sspitzer.
2003-02-28 03:58:46 +00:00
shliang%netscape.com
a1caf941e3
78734 - rearrange menuitems. r/sr=sspitzer.
2003-02-28 03:48:36 +00:00
cavin%netscape.com
028f21150f
Fix for 135993. Clear temporary return receipt filter when sent folder is changed and recreate this temporary filter when updating folders. r/sr=sspiter.
2003-02-28 01:41:36 +00:00
shliang%netscape.com
d0141f6f8f
129510 - left align menulist labels in filter/search dialogs. r=cavin, sr=sspiter.
2003-02-28 00:32:55 +00:00
shliang%netscape.com
c54e77633a
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
02042d1a41
fix for bug #195085 .
...
"stale" account manager prefs can lead to problems with the compose window
and view navigation. thanks to smaug@jippii.fi for find the bug, and doing the fix.
r/sr=sspitzer
2003-02-27 15:58:15 +00:00
sspitzer%netscape.com
ceb96f1a3a
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
pkw%us.ibm.com
9e86402a9f
Bug 193376 - Account Manager uses random value for ISP's domain if not set.
...
r/sr=sspitzer@netscape.com
2003-02-27 15:01:03 +00:00
kairo%kairo.at
11348f5311
bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard
2003-02-27 00:05:44 +00:00
neil%parkwaycc.co.uk
0d50af0e03
Bug 194876 Want tree attribute for column picker tooltip text r=varga sr=sspitzer
2003-02-26 13:07:38 +00:00
ssu%netscape.com
1ebbc08ac7
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
79251dc089
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
299f74d479
more bustage
2003-02-25 21:45:40 +00:00
cbiesinger%web.de
26fd1afa1f
190020 r=timeless sr=alecf GetResource should take AUTF8String
2003-02-25 19:02:00 +00:00
sspitzer%netscape.com
e7be5d54cf
fix for #194725 . regression, next unread doesn't cross folders.
...
fix by neil@parkwaycc.co.uk . r/sr=sspitzer
2003-02-25 16:04:47 +00:00
sspitzer%netscape.com
b4fc0f79bd
fix purge UI wording. bug #194094
...
r=robinf,jglick, sr=bienvenu.
2003-02-24 23:11:11 +00:00
neil%parkwaycc.co.uk
8446187b5c
Bug 112264 fix descriptive tooltips for thread pane column headers r=jglick sr=sspitzer
2003-02-24 11:01:23 +00:00
neil%parkwaycc.co.uk
68b2bf0c67
Bug 180394 ctrl+a doesn't work after switching views r/sr=sspitzer
2003-02-24 10:41:39 +00:00
neil%parkwaycc.co.uk
8a0d01776d
Bug 156930 View: Need better handling of Next r/sr=sspitzer
2003-02-24 10:40:28 +00:00
neil%parkwaycc.co.uk
a583b2467b
Bug 158711 Mail Alert Notification checkbox r/sr=sspitzer
2003-02-24 10:33:34 +00:00
pete.zha%sun.com
29f051b1d6
bug=193068
...
Missing accesskeys in preference dialogs
r=timeless sr=jaggernaut@netscape.com
2003-02-24 07:59:17 +00:00
sspitzer%netscape.com
b476245325
fix for bug #190044 . too many status messages for
...
pop3, nntp, and smtp. just do what darin did for imap.
thanks to kazhik@mozilla.gr.jp for the initial patch.
r=cavin, sr=bienvenu
2003-02-23 04:12:21 +00:00
sspitzer%netscape.com
5df8ac3e9a
fix for bug #190825 . add junk mail icon to header pane for messages we think are junk.
...
also, fix for bug #185269 (fix classic skin icon in thread pane and thread pane column header)
r/sr=bienvenu
2003-02-23 04:05:57 +00:00
sspitzer%netscape.com
bc7704ff58
adding Makefile.in, to one day allow conditional building movemail.rdf
...
(for pkw@us.ibm.com ). not part of the build yet. removing older files.
2003-02-23 01:35:27 +00:00
sspitzer%netscape.com
ab78def26d
updating the rdf files, and adding two samples:
...
webmail (from Netscape 7.x and movemail, from pkw@us.ibm.com )
2003-02-23 01:34:19 +00:00
sspitzer%netscape.com
c06c713533
info on the sample rdf files
2003-02-23 01:33:39 +00:00
kairo%kairo.at
c914448d15
bug 154248 - Character Coding option in preferences has incorrect accesskey, r=jglick, sr=sspitzer, checking in for piersc@cogs.susx.ac.uk
2003-02-22 13:56:57 +00:00
varga%netscape.com
0d0ab083d9
Fix for bug 192365. Remove extraneous seltype="multiple" attributes of <tree>s in xul.
...
r=varga, sr=jag, patch by Daniel Crisman <bugzilla@w.d6.org>
2003-02-22 11:48:19 +00:00
sspitzer%netscape.com
3f55e72761
fix for #193142 .
...
filename lost when saving / opening attachments.
caused by my fix for #191817 . I accidentally removed a call to escape().
thanks to jshin@mailaps.org for the fix.
r/sr=sspitzer, a=asa
2003-02-21 04:24:21 +00:00
neil%parkwaycc.co.uk
2174e6c7ea
Bug 112264 need descriptive tooltips for thread pane column headers r/sr=sspitzer a=asa
2003-02-12 11:42:50 +00:00
neil%parkwaycc.co.uk
3b385a4a77
Bug 114505 Offline: No mnemonics in 'Download and Sync Messages' dialogs p=walk84@yahoo.com r=me sr=sspitzer a=asa
2003-02-12 11:26:08 +00:00
sspitzer%netscape.com
06c572f05b
fix for bug #191817 .
...
Privileged script insertion in attachment content-type header
thanks to guninski@guninski.com for the bug report and the fix.
r/sr=sspitzer, a=asa
2003-02-07 02:36:18 +00:00
neil%parkwaycc.co.uk
ae13e06625
Bug 191732 Compose mail to from context menu message header always uses default identity r/sr=sspitzer a=asa
2003-02-06 13:06:35 +00:00
neil%parkwaycc.co.uk
90e1fd70b4
Bug 106712 disable the View | Messages | Threaded menuitem when in quick search mode r/sr=sspitzer a=asa
2003-02-06 13:05:19 +00:00
neil%parkwaycc.co.uk
ed125eaf2f
Bug 191452 Sender's email is dropped when composing mail using rightclick context menu with collapsed headers r/sr=sspitzer a=asa
2003-02-03 11:53:46 +00:00
sspitzer%netscape.com
88fa6d0bf3
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
sspitzer%netscape.com
77c5c7cba3
fix for bug #189489 . hook up help buttons for junk mail controls dialog and message view dialogs.
...
r/sr=bienvenu, a=asa
2003-01-31 22:48:31 +00:00
neil%parkwaycc.co.uk
e27ab31ecd
Bug 189802 Junk mail dialog should disable radiogroup, not individual radio buttons r/sr=sspitzer a=asa
2003-01-30 10:19:59 +00:00
neil%parkwaycc.co.uk
cf1c5d07bf
Bug 167815 Compose mail to context menu in message header always brings up plain text compose r=cavin sr=sspitzer a=asa
2003-01-30 09:38:38 +00:00