Commit Graph

603 Commits

Author SHA1 Message Date
mscott%netscape.com
d04e24d489 implement nsIMsgStatusFeedback on the mail window. You can get to this
object by calling window.MsgStatusFeedback. Remove an obsolete OnStatus
method.
r=alecf
2000-04-14 02:49:35 +00:00
suresh%netscape.com
0abfa4e5cb Adding POP Testcases to the tree, so there is no security preference issues while running. 2000-04-14 00:01:23 +00:00
sspitzer%netscape.com
fbf4ea23ac make it so the the children aren't right under the parent, they should be indented. 2000-04-13 23:05:08 +00:00
jefft%netscape.com
ffc4d709f6 fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott 2000-04-13 22:19:48 +00:00
sspitzer%netscape.com
67216ec3f4 add helper function GetFirstSelectedMsgFolder(), and fix the ".len" vs ".length" problem
to get subscribe, new folder, and rename folder to work again.  also some more debugging
dumps.  r=putterman.
2000-04-13 21:56:28 +00:00
mscott%netscape.com
4ef2e2c271 Bug #35661 --> don't try to load a message if we are about to delete it
r=putterman
2000-04-13 03:03:50 +00:00
sspitzer%netscape.com
26796affc9 fix for blocker bug #35591. 3 pane toolbar buttons don't work. 2000-04-12 15:32:27 +00:00
mscott%netscape.com
c7c6069d68 Bug #29222 --> fix alignment of add to ab and attachment icons
r=sspitzer
2000-04-12 02:17:45 +00:00
hyatt%netscape.com
857df0c253 Cuddling mailnews. XOXOXOXOX 2000-04-12 00:26:01 +00:00
putterman%netscape.com
8cbb6c9e43 Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer. 2000-04-11 20:19:32 +00:00
mscott%netscape.com
74be809464 Bug #31806 --> unhork the mail message pane where each email recipient in the to or cc field was showing up on
it's own line (inlcuding the ", " which also got it's own line).
However, this fix made us use a box where we used to use a div. div's wrap the addresses to the next line nicely
and boxes don't do this so more work still needs to be done.
r=putterman
a=leaf
2000-04-10 00:32:25 +00:00
alecf%netscape.com
9092b44ed2 add new strings for smtp picker and localize the server type 2000-04-05 00:29:07 +00:00
sspitzer%netscape.com
8ef6a389e0 remove my debugging dump statements. 2000-04-04 05:53:39 +00:00
sspitzer%netscape.com
8d102c93f1 more changes for "updating counts" when the news server expands.
because we persist the "open" state of a news server (unlike 4.x, which re-closed it)
I call PerformExpand() on all "open" servers at start up.

also, some performance optimizations, thanks to putterman for the help.
2000-04-04 05:47:24 +00:00
sspitzer%netscape.com
3ad854648b jefft has fixed bug #34383, so take out debugging dump(). 2000-04-04 02:58:38 +00:00
sspitzer%netscape.com
3341f57d8f fix for #10855. update newsgroup counts when expanding the server. still a few
edges to smooth.  also, continue clean up of the news code.  r=bienvenu
2000-04-04 02:31:43 +00:00
jefft%netscape.com
7bdb46368e fixed bug 34383 - JS exception when selecting the twisty; r=scottip 2000-04-04 01:07:49 +00:00
sspitzer%netscape.com
6a639e1cde use try and catch, to prevent bad things for happening when the user hits
bug #34383.
2000-04-04 00:27:42 +00:00
putterman%netscape.com
2753148d86 add correct gif to makefile 2000-04-03 22:38:49 +00:00
putterman%netscape.com
6d0c68ee48 Add new icons to mail news 3 pane UI. r=mscott 2000-04-03 02:58:21 +00:00
mscott%netscape.com
12c3a0288f I broke newsgroups the other day so they weren't showing up in the message pane. undoing the damage. 2000-04-03 02:15:25 +00:00
mscott%netscape.com
d1d6ef4bbf Bug #27884 --> new attachment icon & add to ab icon 2000-04-03 02:14:19 +00:00
sspitzer%netscape.com
7e88616d44 add PerformExpand() to the nsIMsgIncomingServer interface. in the base case, it does nothing.
we override it in news, and we'll use this as our hook to update the counts for all the
newsgroups for a give server.  right now, PerformExpand() only gets called on a double
click but eventually, it will be hooked up to the twisty.  r=bienvenu
2000-04-03 02:06:57 +00:00
sspitzer%netscape.com
ee9a0052d1 add a stop button. does nothing right now. 2000-04-02 19:58:09 +00:00
jefft%netscape.com
5b19b98191 prevent deleting Inbox and Trash folder; r=scottip 2000-04-01 17:47:21 +00:00
sspitzer%netscape.com
872492417a more changes for the new subscribe dialog. not turned on yet. 2000-04-01 01:56:16 +00:00
mscott%netscape.com
cc9495c839 add the user agent header back in under a pref. set mailnews.headers.showUserAgent to true in your prefs
if you want to see the user agent string.
2000-04-01 00:40:53 +00:00
jefft%netscape.com
558cf5d1f1 fixed bug 13710 - compact folder for pop3; r=scottip 2000-03-31 15:28:28 +00:00
putterman%netscape.com
d03fb2c191 r=mscott. Sort by order received remembered per folder and turn on the menuitem
by removing '.'
2000-03-31 05:58:37 +00:00
bienvenu%netscape.com
4bdb69be85 fix problem loading folders for putterman 2000-03-31 01:56:12 +00:00
sspitzer%netscape.com
79d0581135 fix for #33968. r=mscott. only open a new three pane when double clicking on a folder or newsgroups.
don't do it when double clicking on a server.
2000-03-30 23:42:15 +00:00
bienvenu%netscape.com
aae571ade1 more work on imap delete model, r=putterman 16805 2000-03-30 23:08:53 +00:00
putterman%netscape.com
767402957b r=bienvenu. Clear new flags when switching folders or when getting messages. Sort by Order Received.
fix 33745 where Save As dialog wasn't coming up for saving messages.
2000-03-30 22:38:45 +00:00
alecf%netscape.com
23e7d27e39 add string for servers marked as "default" (not used yet) 2000-03-30 14:56:30 +00:00
sspitzer%netscape.com
86c180aa4e ignore generated makefile. 2000-03-28 07:27:55 +00:00
sspitzer%netscape.com
8badc05d83 move all the verify account stuff into a central place, and call
it when opening messenger, message compose and addressbook.  bug #33558
fix some debugging printfs.  add some new files to the build for the new subscribe dialog.
(not turned on yet.)  general cleanup.
2000-03-28 07:26:41 +00:00
alecf%netscape.com
0bffe2e6db missed a JS listener implementation (thanks putterman) 2000-03-28 07:09:53 +00:00
sspitzer%netscape.com
ffd99e0933 not part of the build yet. 2000-03-28 04:09:26 +00:00
sspitzer%netscape.com
c3c8228dc7 not part of the build yet. 2000-03-28 04:03:25 +00:00
putterman%netscape.com
02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
rhp%netscape.com
a4e128e164 Fix for bad wrapping on quoting and IMAP Parts on demand - Bugs #: 32100 17794 2000-03-24 21:22:53 +00:00
jefft%netscape.com
254e865012 fixed bug 10834 - Pop3 delete folders move to trash; r=putterman 2000-03-24 14:58:32 +00:00
alecf%netscape.com
4c96138f64 actually put the mail subject in the header of the message
final part of fix for #29651
r=sspitzer
2000-03-24 08:24:09 +00:00
sspitzer%netscape.com
bef2f7ba9d implement find / find again for mailnews. clean up the browser's find / find again code to use
do_GetService and nsCOMPtrs. bug #10894.  r=mscott.
2000-03-24 05:44:32 +00:00
mscott%netscape.com
68620e7b61 Bug #33151 --> add oncreate method for the email address popup menu
r=sspitzer
2000-03-24 04:54:46 +00:00
ducarroz%netscape.com
4007ab88b6 Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft 2000-03-23 06:39:19 +00:00
ben%netscape.com
cf42a9139a switch from titledbutton on toolbar to button 2000-03-23 04:21:55 +00:00
sspitzer%netscape.com
908cd904e0 not part of the build yet. 2000-03-21 03:16:39 +00:00
sspitzer%netscape.com
710c8c04b3 not part of the build yet. 2000-03-21 01:03:25 +00:00
sspitzer%netscape.com
f635221d81 not part of the build yet. 2000-03-21 00:36:39 +00:00
rhp%netscape.com
b68c624cd1 Fix for view source URL problem - Bug #30459 2000-03-20 22:52:51 +00:00
sspitzer%netscape.com
a5fc6fc4e0 not part of the build yet. 2000-03-20 22:21:08 +00:00
sspitzer%netscape.com
88a6814a48 not part of the build yet. 2000-03-18 17:27:40 +00:00
sspitzer%netscape.com
5ba3a9bed3 more changes for the new subscribe dialog. not part of the build yet. 2000-03-17 23:08:51 +00:00
sspitzer%netscape.com
cfcff9abdc start of new subscribe dialog. not part of the build. 2000-03-17 18:29:58 +00:00
sspitzer%netscape.com
659c2e27fd the start of the new subscribe dialog. not part of the build yet. 2000-03-17 18:28:31 +00:00
putterman%netscape.com
cc31405197 r=mscott. Fix for 31805. can now have multiple mail windows open. 2000-03-17 01:10:57 +00:00
ducarroz%netscape.com
1ba7a3bfde Fix regression. Need to pass the event when creating, replying or forwarding a message. R=jefft 2000-03-16 00:42:55 +00:00
jefft%netscape.com
3f40211291 fix bug31929 - wrong way to throw a message box; r=rhp 2000-03-15 15:38:14 +00:00
rhp%netscape.com
4e23d61267 Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589 2000-03-15 01:47:36 +00:00
jefft%netscape.com
9cdfa6fef7 fix bug 30784 - save messages / attachment with bogus path name failed sliently; this is bad if user think save was successful then followed by a delete and compact; we will have a data loss here 2000-03-14 13:54:42 +00:00
jefft%netscape.com
489aa96a47 fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu 2000-03-14 13:37:54 +00:00
putterman%netscape.com
0a24489bd2 r=bienvenu. Fixes for 29970 - deleting last message in a folder works. 17074 - remember
sort per folder.  27749 View Message menu works.  16966 Mark thread read.  28419 File Button
2000-03-14 05:38:51 +00:00
mscott%netscape.com
c016030148 Fix the problem where the thread pane / message pane splitter would always move and
"creep" up when you displayed messages. thanks to evaughan for helping me figure this out.
2000-03-14 03:02:08 +00:00
akkana%netscape.com
1e8b1a7614 31438: stealth msg compose (r=ducarroz) 2000-03-14 02:59:13 +00:00
rhp%netscape.com
b56203b0f4 Small fix for garbled title bug for I18N subjects - Bug #: 29651 - r: alecf - a: phil 2000-03-09 15:51:19 +00:00
rhp%netscape.com
77da8b4b91 Fixing garbage display of subject in frame header - Bug #: 29651 - r: alecf - a: leger" 2000-03-09 00:41:54 +00:00
slamm%netscape.com
15a2c3b12e Add persist='collapsed' to message pane box to persist state set by splitter. Bug 29813. r=evaughan,mcafee a=jevering 2000-03-08 00:16:16 +00:00
hangas%netscape.com
d1f6b630a1 Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil 2000-03-07 00:22:55 +00:00
sspitzer%netscape.com
30d0836cd5 check in alecf's fix for #30370. r=sspitzer, a=jar. 2000-03-05 21:25:53 +00:00
mscott%netscape.com
4e9c59c4b2 Bug #30144 --> remove the user agent toolbar from the UI. tWe're also going to use the same user agent
string that http uses (we weren't doing that before).
r=alecf
a=phil,jar
2000-03-05 00:19:38 +00:00
amusil%netscape.com
c37c55d770 Fix for Bug 382870. r=mscott a=phil 2000-03-04 04:19:34 +00:00
putterman%netscape.com
071e736ec0 a=phil. r=hangas. Fixes 20422 where clicking on a thread twisty wouldn't open up the
entire thread.
2000-03-01 22:33:25 +00:00
hangas%netscape.com
3f3a4477b2 Fix 29654 (Unable to Delete messages or Cancel News Messages from menu) r=mscott, a=phil 2000-02-29 21:57:50 +00:00
rhp%netscape.com
712e34ff48 Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft 2000-02-29 07:04:24 +00:00
jefft%netscape.com
2c5ea9d2a5 fixed bug 28445 - [PDT+] Error displayed after selecting the renamed subfolders; bug 20366 - Unsuccessful IMAP folder rename makes folder disappear; r=bienvenu,a=phil 2000-02-29 01:16:55 +00:00
hangas%netscape.com
854cdcac87 Fix 28144 Make XP Toolkit widgets look more professional. r=german/scottip a=phil 2000-02-26 01:21:51 +00:00
sspitzer%netscape.com
0619d76a5f fix for #28530, r=alecf, a=jar,phil 2000-02-24 02:03:11 +00:00
cata%netscape.com
673f607483 Changing menu label. a=bobj, bug #28138 2000-02-23 00:22:05 +00:00
cata%netscape.com
e5e3dc9f3a Commenting out 4 menu items. a=bobj. bug #28138. 2000-02-23 00:21:18 +00:00
sfraser%netscape.com
780f94b9f0 Fix for bug 19428, copy not working in mail window. r=hangas, a=jar, have a nice day. 2000-02-18 23:27:25 +00:00
waterson%netscape.com
0d668654d0 Bug 20840. Get 'Open Windows' and 'Mozilla' buttons working on the taskbar again. Re-factored 'blue toolbar' menu rules, promoting to global.css so that they could be shared with taskbarOverlay.xul. r=hangas, a=jevering 2000-02-18 00:51:48 +00:00
mscott%netscape.com
d7ca46f6a5 Bug #25583,27681,24193 when unloading the 3-pane window, close the msg window
r=sspitzer
2000-02-16 05:33:30 +00:00
putterman%netscape.com
de272ba0ac Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
to it so that you don't lose your place in the thread pane.  More work on 26456.  r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.
2000-02-16 00:39:23 +00:00
rhp%netscape.com
0d5876b1d2 Changes to implement printing correctly - Buf #12505 - r: jefft 2000-02-15 23:05:06 +00:00
amusil%netscape.com
f2bcbbadcf Added ability to allow external processing of the To/From/CC email list. r=mscott 2000-02-15 23:04:22 +00:00
hangas%netscape.com
d357a9904d Fix 27748, unable to type "n" in text areas inside of message pane. Temporarily removed "N" keybinding for Next Unread Message menu item. r=sspitzer. 2000-02-15 21:38:45 +00:00
andreww%netscape.com
7a1887eed3 adding id to menupop under file>new for commercial overlay to target. bugsplat bug#369022 r=amusil 2000-02-15 21:24:39 +00:00
rhp%netscape.com
c6a144449a Just updating files that are NOT PART OF THE BUILD!!! 2000-02-15 15:38:40 +00:00
alecf%netscape.com
37f4821f7a add new strings for previous checkin, #25958 2000-02-15 07:15:41 +00:00
alecf%netscape.com
9408082abd fix window titles to include brand name and reflect new spec
#25958 r=putterman
2000-02-15 07:11:11 +00:00
mscott%netscape.com
1531827ca8 Bug #18591 --> turn on the address book collector for email addresses in the message pane. For every
From field we encounter, we'll add the address to the collection address book.
r=bienvenu
2000-02-15 06:50:53 +00:00
alecf%netscape.com
91e5f452d7 oops, missed this file for #23391, actually include accountUtils.js
r=sspitzer
2000-02-15 06:42:33 +00:00
alecf%netscape.com
eb3091c1a3 fix for #23391 - auto-launch the account wizard for "invalid" accounts
r=sspitzer
2000-02-15 06:41:28 +00:00
rhp%netscape.com
b51bbc8f16 Adding new printing files to the tree - NOT PART OF THE BUILD! 2000-02-15 02:26:14 +00:00
hangas%netscape.com
e8c88290bf Fix 25139, disable unused menu items for b1. r=scottip 2000-02-12 03:37:35 +00:00
hangas%netscape.com
e0aa87a046 Fix for 27283 rewrote command updating and dispatching for Mail/News window so that Edit menu items would be enabled at the proper times and actually work. Partial fix for 22558 wired up platform specific Delete key to the Delete menu item. Fix for 20120 Delete button and menu now disabled on folder pane of mail window. Temp fix for 27299 overlapping Ctrl-E shortcut with Editor window, Preferences menu item now has no shortcut. r=scottip 2000-02-12 01:37:43 +00:00
ducarroz%netscape.com
11364bc982 Fix for bug 24182. For some reason, we cannot set the thread column icon during the load of the window. This is a temporary fix. R=putterman 2000-02-12 00:55:14 +00:00
hangas%netscape.com
37836f02ae Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt. 2000-02-11 06:05:04 +00:00
alecf%netscape.com
b0d0534556 change a string to match spec (just changing string, no reviewer) 2000-02-11 01:24:24 +00:00
mscott%netscape.com
e29d93df57 Bug #24314 --> clicking on send mailto was picking the last node
or email address instead of the email address you selected.
r=hangas
2000-02-10 04:22:46 +00:00
evaughan%netscape.com
b361107ebe 1) implememted box reflow coelescing.
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543

-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
mscott%netscape.com
11d228827a Bug #26586 --> a work around for this bug. set the value for each titledbutton before we add it to the document
and again after we add it to the document. This forces the to/from/cc email address to show up. Sometimes it wasn't
showing up. The cause is related to bug #26741.

r=sspitzer
2000-02-09 03:16:34 +00:00
mscott%netscape.com
ece755bfc3 Bug #26741 --> set the oncommand handler for the attachment menu AFTER the element has been inserted
into the document. Do the same thing for the value and popup attributes on the titled buttons that correspond
to the email addresses.
r=sspitzer
2000-02-09 03:07:59 +00:00
mscott%netscape.com
6940ec22be disable the save all button for attachments because that isn't implemented yet...
r=sspitzer
2000-02-08 01:09:16 +00:00
jefft%netscape.com
015ed59aa6 fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp 2000-02-07 15:15:14 +00:00
putterman%netscape.com
1be1c40f35 If a message that is loaded in the message pane is selected again,don't reload it.
r=mscott.
2000-02-04 15:19:57 +00:00
putterman%netscape.com
eb3aa13465 sorting and threading now remember selection. Removed Test5000 message. Cleaned up
js a bit and moved globals into one function. r =alecf.
2000-02-04 01:56:38 +00:00
alecf%netscape.com
07090ee34f comment out controller noise (no reviewer, just hiding dump()s) 2000-02-03 07:16:05 +00:00
hangas%netscape.com
aef44fba1e Fix bug 25139, disable menu items that are not fuctional. r=mscott 2000-02-02 22:42:45 +00:00
alecf%netscape.com
5e9de002d8 remove deprecated GetCurrent[Server|Identity] calls, and fix all callers 2000-02-02 07:28:23 +00:00
amusil%netscape.com
55c55c8ad2 Moved AddExtraAddressProcessing() call to after the creation of the currentAddressData object. r=mscott 2000-02-02 03:14:29 +00:00
jefft%netscape.com
2918243940 fixed bug 24407 -- Remove obsoleted menu item - LoadFirstDraft; r=scottip 2000-02-01 06:06:22 +00:00
putterman%netscape.com
bb42c1aa32 Fix for 10796. r=jefft and ducarroz. Hook up double clicks on thread pane for drafts and templates. 2000-01-31 22:20:55 +00:00
tbogard%aol.net
9c60273a21 Made the message view area not be content-primary but rather just content. With primary it will cause the title to be set on the outside window. This fixes bug #13807. 2000-01-30 07:50:57 +00:00
chuang%netscape.com
3095586641 Bug 10870 Drag and Drop of Messages, r=putterman 2000-01-28 23:49:49 +00:00
putterman%netscape.com
d04174bf7b Fix for 24768. r=alecf. Move view navigation code to C++ to speed up. 2000-01-28 23:25:17 +00:00
sspitzer%netscape.com
bb7cf9ada6 if the news server or imap server is "secure", show the secure icon
in the folder pane.  the work is done in the data source, so eventually
I'll have to change other xul (like the folder picker and the messenger menus)
to show the right icons, too.  r=mscott
2000-01-28 08:01:27 +00:00
alecf%netscape.com
1ef09f37c1 remove refresh trick now that the account manager reflects stuff correctly
r=sspitzer
2000-01-26 01:48:56 +00:00
putterman%netscape.com
2434ead87e Turn on multiple selection in thread pane again. r=sspitzer, a=granrose. 2000-01-25 18:08:11 +00:00
putterman%netscape.com
6f4e2b98bf r=alecf. More work on context menus for 10881. This time it's the folder pane. 2000-01-25 05:13:22 +00:00
hangas%netscape.com
ca9c68ec87 Fix for 21151 (enable delete button and menu item even when thread pane not in focus) r=mscott. 2000-01-25 02:34:15 +00:00
mscott%netscape.com
ec6aa4f9ad add a new line to the end of this file 2000-01-24 02:08:44 +00:00
mscott%netscape.com
94afd74ef3 Add Add to AB and Send Mailto strings because these are in the new popup when you click
on an email address.
r=alecf
2000-01-24 02:07:44 +00:00
mscott%netscape.com
25cce7d826 Bug #24399 --> fix displaying of email addresses with japanese characters
turn email addresses into titled buttons instead of html anchors such that
clicking on the address brings up a menu popup which shows you add to address book
or send mail to options...
r=alecf
2000-01-24 02:00:14 +00:00
mscott%netscape.com
c2f309bc96 Convert all email addresses into titled buttons instead of html anchors. Make subject
bold.
r=alecf
2000-01-24 01:58:23 +00:00
mscott%netscape.com
2c127e20c6 add a popup for Add To AB and Send Mail To when you click on an email address.
r=alecf
2000-01-24 01:57:10 +00:00
mscott%netscape.com
9b34e616ad Bug #23528 --> add style for making the subject bold. Add styles for email address button
to make it look like a link.
r=alecf
2000-01-24 01:55:39 +00:00
mscott%netscape.com
e20d01d83b Add msgHdrViewAddresses.js to the Mac build. 2000-01-24 00:46:14 +00:00
mscott%netscape.com
9212a2e4e0 Add msgHdrViewAddresses.js to the Unix build. 2000-01-24 00:45:32 +00:00
mscott%netscape.com
f86c7ac5c0 Add msgHdrViewAddresses.js to the windows build. 2000-01-24 00:44:24 +00:00
mscott%netscape.com
3a5b5af8c6 Adding this file to the repository (not built yet). This is a stub file
which contains some JS methods used for special email address processing
you might want to perform on email addresses.
2000-01-24 00:43:06 +00:00
jefft%netscape.com
b08acfedad fixed bug 23447 -- Empty Trash on Pop3 not working; JS file change only; r=bienvenu,putterman; a=chofmann 2000-01-21 01:30:00 +00:00
putterman%netscape.com
e95044655d Fix for 24362 and 23755. Can now see downloaded mail for a new profile. Status bar gets updated
message counts.  a=chofmann. r=alecf and bienvenu.
2000-01-20 22:56:00 +00:00
sspitzer%netscape.com
a8927fd2e9 step 2 of divorce the mailnews migration code from the account manager 2000-01-15 09:00:46 +00:00
mscott%netscape.com
393090d0a8 bug #23894 --> be sure to escape the display name for the attachment b4
inserting it into the open attachment method.
r=sspitzer
2000-01-15 01:45:12 +00:00
danm%netscape.com
f3fcbf5966 removing JS for persisting position and size (now handled automatically by C code) 2000-01-14 00:09:50 +00:00
putterman%netscape.com
6508b732a6 Secondary sort thread pane by date. r=sspitzer. Bug 15142. 2000-01-13 06:02:29 +00:00
putterman%netscape.com
5e92d3ed61 Instead of selecting first new message on startup, just scroll to it. r=alecf. 2000-01-12 07:18:58 +00:00
putterman%netscape.com
f02e8fafc5 Begin work on mail context menus. This is for the thread pane. r= alecf. 2000-01-12 02:25:35 +00:00
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