mscott%netscape.com
af5244bdee
Bug #51921 --> create a secure UI instance to monitor the lock status in the
...
mail window.
sr=bienvenu
2001-01-10 03:39:56 +00:00
danm%netscape.com
3b3fbeea7a
persist min/max state bug 32148 r=ben,timeless
2001-01-10 03:07:28 +00:00
sspitzer%netscape.com
f0902a54bd
fix for #64475 . use different sound for new mail. thanks to my
...
lovely assistant joe hewitt for providing the sound.
marlon will be providing a better sound later.
2001-01-09 23:43:46 +00:00
sspitzer%netscape.com
ecd6c8cc82
fix for #64729 . Delete toolbar button should become a Mark toolbar button
...
when viewing a news message. sr=bienvenu
2001-01-09 05:11:45 +00:00
mscott%netscape.com
906a56b051
change the case of two methods I changed.
2001-01-08 22:50:00 +00:00
mscott%netscape.com
77956474b4
Bug #34592 --> show over link status in the mail wndow. Move some global variables inside of the status feedback proto type.
...
r=sspitzer
sr=bienvenu
2001-01-08 22:49:22 +00:00
mscott%netscape.com
de2f7b2c3e
fix JS warning in msgHdrViewOverlay.js. Thanks to maolson@earthlink.net for the patch.
...
sr=mscott
2001-01-08 22:47:03 +00:00
naving%netscape.com
1e51410de5
52564, r=naving sr=mscott. Fixing the new Folder dialog issue and taking care of long
...
folder names without the use of window.sizeToContent(). Thanks to disttsc@bart.nl for
providing this patch
2001-01-08 19:17:42 +00:00
sspitzer%netscape.com
59724699f1
define a goDoCommand() to prevent JS errors when typing in the subscribe
...
dialog. we don't play nice with mailWindow. #53106
sr=bienvenu
2001-01-06 06:11:15 +00:00
sspitzer%netscape.com
28df9b9646
fix for #36025 . play sound when new mail arrives. thanks to
...
rcassin@supernova.org for the front end work. all the prefs work,
but we only have UI for enabling / disabling the sound.
sr=bienvenu
2001-01-06 02:43:03 +00:00
sspitzer%netscape.com
bd46b43cac
comment out annoying debug dump(). sr=no one
2001-01-05 23:05:50 +00:00
sspitzer%netscape.com
8528850bd2
fix for #64317 . when reading news, if biff went off, the
...
mark toolbar button would change back to delete.
I was calling SetUpToolbar() in the wrong place. sr=bienvenu
2001-01-05 08:34:29 +00:00
sspitzer%netscape.com
1b225ed408
fix warnings in the d&d. bug #58561 . r=jag, sr=bienvenu
2001-01-05 04:14:01 +00:00
disttsc%bart.nl
7b450a2add
Fix js strict warnings, bug=60622, r=sspitzer, a=bienvenu
2001-01-04 15:51:37 +00:00
sspitzer%netscape.com
86157e730f
Show "mark" toolbar button and hide the "delete" toolbar button when reading news. When reading mail, hide "mark" and show "delete". ( #63635 )
...
When reading news, turn "Edit | Delete Message" into "Edit | Cancel Message" (#8293 )
When reading news, turn "Edit | Delete Folder" into "Edit | Unsubscribe" (#64205 )
this checkin exposes a few UI bugs. logging then now.
sr=bienvenu
2001-01-04 00:57:58 +00:00
sspitzer%netscape.com
e2955b1ba8
make the message view persist on a per folder basis. ( #63853 )
...
make it so you can view "threads with unread". (#52927 )
threaded and unread are no longer mutually exclusive.
later, I'll add "unread threaded" which is no the
same thing as "thread with unread".
fix the nsMsgMessageDataSource() to ask the view, thread or msg database for existance of messages, instead of getting an enumerator for all messages, and seeing if it is non empty. more performance work on the way.
move enums from MailNewsTypes.h to MailNewsTypes2.idl, so that I can use the same ones from JS and C++.
sr=bienvenu
2001-01-04 00:12:36 +00:00
blakeross%telocity.com
2d0790d997
Fix 58562: JS strict warnings in threadPane.js. patch by Jarrod Gray (jarrod.k.gray@rose-hulman.edu). r=blake sr=alecf
2000-12-31 07:59:47 +00:00
sspitzer%netscape.com
851fd292f5
fix for #48424 . make it so double clicking on the column headers doesn't open
...
a stand alone message window. sr=bienvenu
2000-12-30 20:48:15 +00:00
sspitzer%netscape.com
0a5936e804
comment out some debugging dump statements. no reviewer.
2000-12-30 20:45:32 +00:00
sspitzer%netscape.com
19f7ef0d56
comment out a dump statement. no reviewer.
2000-12-30 01:38:05 +00:00
sspitzer%netscape.com
f46685d4ce
fix all context menu for the message pane. except for "Select All",
...
none of the menu items worked. two problems: move isDocumentFrame()
out to contentAreaUtils.js and move the creation of the contextMenu out
so it wouldn't go out of scope. r=blakeross, sr=bienvenu
2000-12-27 23:04:39 +00:00
danm%netscape.com
a69146cf0b
adding persistence of min/max state. arguably bug 32148 r=bienvenu,sspitzer. yes, i actually got this patch reviewed by two real people.
2000-12-27 22:41:46 +00:00
sspitzer%netscape.com
923fe95a7a
fixes for #57912 , #14295 , #14301
...
1) add ui and backend support for "log into this account at startup". all that is missing is the code to actually do the logging in at startup. that comes next.
2) hide the user name for news servers in the account manager.
3) fix ui to allow users to edit the username and hostname for a server, but disable it until the back end can handle a live swap of those values.
sr=bienvenu
2000-12-22 23:32:32 +00:00
naving%netscape.com
bbace51351
54909. r=sspitzer sr=bienvenu. Pop : Emptying trash now deletes subfolders also. Thanks to
...
sspitzer and david for the help.
2000-12-22 01:54:54 +00:00
sspitzer%netscape.com
01a3d9f82f
fix javascript warnings. #60645 . patch from gemal@gemal.dk. r=sspitzer
2000-12-21 15:28:50 +00:00
blakeross%telocity.com
f6e95b8dd9
Fix 58566: JS strict warnings in msgMail3PaneWindow.js. r=jag sr=alecf
2000-12-21 01:26:18 +00:00
blakeross%telocity.com
3539d7aa49
Fix 58565: JS strict warnings in mailCommands.js. patch by jarrod.k.gray@rose-hulman.edu (Jarrod Gray). r=blake sr=alecf
2000-12-21 01:23:22 +00:00
blakeross%telocity.com
a5246e340b
Fix 58568: JS strict warnings in mailContextMenus.js. r=timeless sr=alecf
2000-12-21 01:15:07 +00:00
sspitzer%netscape.com
a932b7a8ae
fix for #63449 . center the throbber vertically in messenger and messenger compose. sr=bienvenu.
2000-12-21 01:12:03 +00:00
naving%netscape.com
402fcb1c17
63435 r=jag sr=bienvenu. Removing window.sizeToContent() because it is not needed.
2000-12-20 21:52:38 +00:00
blakeross%telocity.com
e08b16e151
Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=sspitzer sr=alecf
2000-12-19 08:25:23 +00:00
sspitzer%netscape.com
fb071f77c0
fix for #62904 . get shift-tab to switch between panes counter clockwise.
...
fix from blakeross@telocity.com . r=sspitzer, sr=bienvenu
2000-12-19 06:40:04 +00:00
sspitzer%netscape.com
3c4ff2be62
fix #63184 . fix the subscribe dialog title.
...
sr=bienvenu
2000-12-18 19:59:38 +00:00
disttsc%bart.nl
d7566e74e8
Clean up new/rename folder dialogs in mail/news (bug 60642), give focus to textfield (bug 60476) and fix warning (bug 60644), r=racham, a=ben, many thanks to Fabian for his help in writing these patches
2000-12-16 00:42:48 +00:00
disttsc%bart.nl
4f270e57dd
Clean up new/rename folder dialogs in mail/news (bug 60642), give focus to textfield (bug 60476) and fix warning (bug 60644), r=racham, a=ben
2000-12-16 00:42:47 +00:00
bryner%uiuc.edu
cc136ead8f
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
naving%netscape.com
0b7318f28c
52564, r=varada, sr=mscott,bienvenu. Resizing so that ok,cancel button appear correctly.
2000-12-15 00:06:12 +00:00
sspitzer%netscape.com
25988e7f9d
fix for #36488 . thanks to andrew.taylor@cal.montage.ca for the initial patch.
...
make it so in the drafts and unsent message folders we change the sender
column to the recipient column. r=sspitzer, sr=bienvenu
2000-12-14 22:08:23 +00:00
sspitzer%netscape.com
efd7ca3b3e
fix for #51862 . thanks to hyatt for the performance suggestion.
...
move the onclick handler out of the tree cell. sr=mscott
2000-12-14 21:43:51 +00:00
bienvenu%netscape.com
98b859d8ef
implement downloading of messages for offline use, add folder props ui r=sspitzer, sr=mscott 15865
2000-12-12 03:18:06 +00:00
bienvenu%netscape.com
26c1c87640
initial add, not part of build
2000-12-09 01:16:39 +00:00
mscott%netscape.com
5242196fba
Bug #61204 --> show the reply-to field again.
...
r=benb, sspitzer
sr=alecf
2000-12-07 00:21:32 +00:00
sspitzer%netscape.com
9e243314c3
fix for #62011 , the status bar should be at the bottom of the dialog.
...
sr=mscott
2000-12-06 22:54:46 +00:00
sspitzer%netscape.com
ccec668b99
fix for #61526 . sr=bienvenu
...
this time, make the message count column resizable, and make it persist.
2000-12-05 23:22:23 +00:00
blakeross%telocity.com
9d01f3f68d
Fix 60606: remove (evil!) mail dependency on navigator.js. also fixes bookmarking in mail via the context menu. r=jag sr=alecf
2000-12-05 22:11:46 +00:00
sspitzer%netscape.com
3e70e00f5f
fix problem with the subscribe column looking like crap. #61526
...
sr=bienvenu
2000-12-05 21:53:13 +00:00
sspitzer%netscape.com
b207dcd2e3
fix for #32249 . make newsgroups threaded by default. sr=bienvenu
2000-12-05 01:25:21 +00:00
sspitzer%netscape.com
9cdea2ca96
fix for #60945 and #51274 . make the subscribe dialog wider by default,
...
and make the size and position persist. sr=bienvenu
2000-12-05 01:15:54 +00:00
sspitzer%netscape.com
14e422f3fc
fix for #39398 . need icons in the tree and the menu list in the subscribe dialog. sr=bienvenu,syd.
2000-12-02 03:14:41 +00:00
timeless%mac.com
79ffe62873
Fixes bug 61441 (alternate mail window layout parity with Messenger.xul)
...
r=kerz, sr=syd
2000-11-30 07:12:00 +00:00