rjc%netscape.com
b3dac48b54
Fix broken end tag location.
2000-01-12 01:48:17 +00:00
slamm%netscape.com
9822eafc10
Remove obsolete call to sidebarOpenClosePanel(). r=sspitzer
2000-01-12 00:48:27 +00:00
alecf%netscape.com
7d69499e10
open account wizard on a timer so that it doesn't actually open during the onload= handler... so that users can get to it using the parent window's window icon on the Windows taskbar.
...
r=sspitzer
2000-01-11 23:57:41 +00:00
mscott%netscape.com
8ecb0c65fa
Bug #8985 --> add a key binding for the delete key such that hitting the delete button in messenger will
...
delete the selected message(s).
r=sspitzer
2000-01-11 22:59:12 +00:00
jefft%netscape.com
9b660a887d
fixed bug 23442 -- [DOGFOOD] Empty trash on IMAP account causes crash; check for return value in js; r=putterman
2000-01-11 20:44:55 +00:00
sspitzer%netscape.com
1609e6eb8a
fix bug #23249 . prepopulate the address widget the newsgroup name (not the full uri). also, if they had a news server selected, treat this like a normal "To:" compose.
2000-01-11 09:51:28 +00:00
sspitzer%netscape.com
d613e577e1
fix a reference error that I caused with my last checkin.
2000-01-11 08:20:31 +00:00
sspitzer%netscape.com
9ca75194ad
fix for bug #23457 . when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
...
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").
fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.
r=alecf
2000-01-11 08:01:37 +00:00
hyatt%netscape.com
27af2d4f24
Cleaning up the folder pane.
2000-01-10 11:41:05 +00:00
hyatt%netscape.com
0e8c3d1636
Improving trees.
2000-01-10 03:04:05 +00:00
putterman%netscape.com
542c0cc4fe
Select Inbox on startup if it's currently in the content model. r=mscott.
2000-01-10 01:34:36 +00:00
bienvenu%netscape.com
1654263297
add ability to null out msg status feedback, r=putterman
2000-01-09 23:15:07 +00:00
putterman%netscape.com
e73cd6a961
Select and scroll to first new message in a folder. r=bienvenu.
2000-01-09 19:47:58 +00:00
putterman%netscape.com
661ce3d5b7
Put message header and message pane in a box. r=hyatt.
2000-01-09 19:47:09 +00:00
jefft%netscape.com
73a881907f
fixed bug 17497 - Move/file a news message engages a move instead of copy; move news message treated as copy message; r=putterman
2000-01-08 01:34:08 +00:00
putterman%netscape.com
38fe967182
When navigating through the thread pane, scroll to the newly selected message. r=alecf
2000-01-07 00:42:28 +00:00
sspitzer%netscape.com
7907ad9117
fix for #23274 . make "File | New... | Account" work.
2000-01-06 21:13:01 +00:00
sspitzer%netscape.com
5428d9003e
fix for bug #21235 . fix the "triple click" problem with the folder picker.
...
thanks to waterson for the tip. also, add the MPL to the top of the file.
2000-01-06 19:54:46 +00:00
mscott%netscape.com
604d0e817b
Bug #22960 --> fix an inefficiency when deleting a message...we were clearing the
...
message pane and msg header view overlay twice every time we deleted
a msg...this helps make deleting look faster...The fix is to not
clear the msg pane every time selection changes in the thread pane..
instead only clear the msg pane when the folder selection changes..
2000-01-06 00:54:09 +00:00
mscott%netscape.com
cc713cbb14
Bug #22960 --> add on load header pane support, clear the header pane whenever we clear the message pane.
2000-01-06 00:53:12 +00:00
mscott%netscape.com
06f8a4abf4
Bug #22960 --> include msgHdrViewOverlay for the message header pane which shows the message headers
...
for a selected message.
2000-01-06 00:51:59 +00:00
putterman%netscape.com
12b7324038
Fixes part of 20446. r=sspitzer. Remember collapsed/expanded state of folderpane. Also
...
sort messages by date as default sort until we remember sort per folder.
2000-01-06 00:47:02 +00:00
mscott%netscape.com
b22a376a06
Bug ##22960 --> Landing new message display stuff
...
linkify all email addresses into mailto links.
Add toggle button support for toggling between long and short views of headers with email addresses.
2000-01-06 00:36:35 +00:00
mscott%netscape.com
6d7bc4be47
Add support for toggling between short and long address views for the to and from fields.
...
r=hangas
properly format the attachment menupopup so it lines up right underneath the attachment icon.
r=hyatt
2000-01-06 00:34:39 +00:00
mscott%netscape.com
a9eeb8f2cb
Preparing to land new message display stuff. Export nsMsgHdrViewOverlay.xul and nsMsgHdrViewOverlay.js
2000-01-06 00:19:01 +00:00
mscott%netscape.com
e6e1e4bf11
Part of new message display landing. Export nsMsgHdrViewOverlay.xul, nsMsgHdrViewOverlay.js
2000-01-06 00:08:56 +00:00
mscott%netscape.com
5dcb60edd0
Begin landing on new message display stuff. Export nsMsgHdrViewOverlay.xul, nsMsgHdrViewOverlay.js
2000-01-06 00:06:17 +00:00
putterman%netscape.com
eb30692c89
Fixes 17427, 17288. r=bienvenu. NextUnreadThread works and Next Unread Messages uses it
...
for optimization. Thread counts work in thread pane. Can now mark a replied or forwarded message
as unread.
2000-01-05 00:56:27 +00:00
alecf%netscape.com
0dadc1d479
remove some unused menu items (no bug, just general cleanup)
2000-01-04 08:27:17 +00:00
sspitzer%netscape.com
b8221102fb
it is possible to get into the state where you have an fcc pref for a given folder, but the server where the folder lives is gone. (it involves removing servers)
...
this isn't the complete fix, but at least it prevents the javascript assertion in bug #22987 .
2000-01-04 05:20:35 +00:00
mscott%netscape.com
f5195a714d
Bug #22960 --> xul overlay for displaying the msg headers for a selected message.
...
Not part of the build yet
r=hangas
2000-01-03 23:07:14 +00:00
mscott%netscape.com
2cda22a4ae
Bug #22960 --> js routines used by the msg header overlay for displaying the header pane for a selected message.
...
NOT Part of the build yet.
r=hangas
2000-01-03 23:06:39 +00:00
sspitzer%netscape.com
4a766f0156
the very humble beginnings of drag and drop for messenger.
1999-12-28 19:17:36 +00:00
sspitzer%netscape.com
6199d14fa0
clean up for fix for #18751 . don't use a constant for the type.
...
r=ducarroz
1999-12-24 16:06:52 +00:00
sspitzer%netscape.com
1b413ccaef
fix for #18751 . now, if the user has a newsgroup selected in the folder pane,
...
and they hit new message, it comes up prepopulated to post to that group
on that host.
1999-12-24 10:54:52 +00:00
sspitzer%netscape.com
d9aff6507e
fixes for #21345 and #17090 . remove the junk mail folder, since we
...
don't support it yet. and remove the message center prefs, since we
don't support that UI anymore.
1999-12-24 09:18:36 +00:00
sspitzer%netscape.com
33107dab44
fix for #17665 , allow the user to configure if they want to use
...
the newsgroup name abbreviations in the folder pane.
default is yes. comment out some dumps. make it so the account manager
can deal with radio inputs.
1999-12-24 08:57:54 +00:00
sspitzer%netscape.com
9211b9189f
change to reflect the view | header state in the menu, using a radio
...
menu type. r=hangas. one thing isn't working, and that is having
it come up checked with the choice from prefs. I'll log a bug now.
1999-12-24 01:08:05 +00:00
sspitzer%netscape.com
4b7de92dda
implement more of the View | Sort menu items, implement the View | Headers menu items, remove dead code. r=putterman, a=sdagley
1999-12-22 00:18:44 +00:00
putterman%netscape.com
53bb123d4e
Fix for 21846. Next Msg works for thread view. r=sspitzer, a=sdagley
1999-12-21 23:38:31 +00:00
sspitzer%netscape.com
149097631d
take out a dump that is confusing people.
1999-12-21 21:43:29 +00:00
sspitzer%netscape.com
8b1b5440f7
fixes for #17787 and #20395 . make the folder pickers look like buttons
...
and get the "mail.citation_color" pref to work in the prefs dialog.
thanks for brade for doing the hard work with color prefs.
r=brade,alecf, a=chofmann
1999-12-21 00:52:39 +00:00
sspitzer%netscape.com
fddb2ee54a
fix for regression, where after move or delete, the next message would not be
...
selected. thanks to putterman for the fix.
1999-12-18 19:23:09 +00:00
sspitzer%netscape.com
e93896ea22
alecf removed nsMessenger::OnUnload(), but not this reference to it.
1999-12-18 08:49:28 +00:00
alecf%netscape.com
1038bd68e3
general cleanup of dead code in messenger, and fixup to use non-DOM interfaces so that the interface isn't tied to a UI
...
r=sspitzer
a=chofmann
1999-12-18 00:48:25 +00:00
sspitzer%netscape.com
dfad96440d
fix for blocker bug #21937 . fix by putterman. the problem was that
...
contentframe.js was removed from the build, but not the reference to
it in messenger.xul. this caused the problem. we didn't see it in debug
(non-clobber) builds because that file still existed in our trees.
a=leaf,r=sspitzer,bienvenu
1999-12-16 20:10:09 +00:00
norris%netscape.com
db3ac41e96
Fix bug 16672 "[DOGFOOD] JavaScript in HTML email message may read local files"
...
This fix uses the data: protocol to load the text of the mail message,
meaning there's no need for a temporary file. It encodes the data in base
64 so that we don't have to worry about escaping double quotes, ampersands, etc.
r=rhp@netscape.com .
Also fix JavaScript error. r=putterman@netscape.com
1999-12-08 23:00:22 +00:00
hyatt%netscape.com
53ae4c7891
Adding treepopup support to the thread pane.
1999-12-08 11:34:58 +00:00
sspitzer%netscape.com
58ec9aebb2
fix for #20896 , need to select menu or folder picker twice to see the top
...
level folders for a server. fix from putterman, r=sspitzer.
1999-12-07 06:20:02 +00:00
hyatt%netscape.com
49d23d1e3c
Package compliance for messenger.
1999-12-05 08:28:56 +00:00