Commit Graph

42 Commits

Author SHA1 Message Date
putterman%netscape.com
e73cd6a961 Select and scroll to first new message in a folder. r=bienvenu. 2000-01-09 19:47:58 +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
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
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
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
e93896ea22 alecf removed nsMessenger::OnUnload(), but not this reference to it. 1999-12-18 08:49:28 +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
alecf%netscape.com
1e90278389 don't load about:blank unless we have to
(no bug, but it makes ctrl-selecting messages faster)
r=scottip
1999-12-02 23:49:12 +00:00
alecf%netscape.com
df62407466 mail architecture cleanup (no bug - emptying my tree before next week's closure)
- get rid of GetAccountManager call (it's now a service)
- move hacks GetCurrentIdentity and GetCurrentServer into the account manager for now
- eliminate these calls from nsMsgMailSession
- update all call sites (C++ and JS)
r=mscott
1999-12-02 06:59:28 +00:00
slamm%netscape.com
a5b353c8dd Remove obsolete JavaScript code for the sidebar. r=mcafee 1999-11-30 03:03:20 +00:00
putterman%netscape.com
e71f346f0f Work on making folder pane look like spec. Fixes 17841. Reviewed by alecf. 1999-11-22 22:08:23 +00:00
putterman%netscape.com
f27e2cdda5 Fix for 18244. Don't load messages if splitter between thread and message pane is collapsed.
reviewed by hangas.
1999-11-11 20:24:46 +00:00
putterman%netscape.com
38dfa802ce Work on 12846 for making message threads work. Reviewed by bienvenu. 1999-11-11 00:23:29 +00:00
hangas%netscape.com
6978081f5a Fix for bug 16189, which allows undo/redo to be used in the thread pane of mail/news. r-jefft a=chofmann 1999-11-03 23:03:12 +00:00
hangas%netscape.com
26fbbb140d Progress on Command Updating and Dispatching (15127). r=scottip 1999-11-02 03:55:59 +00:00
bienvenu%netscape.com
21d54004e2 add code for hooking up stop button,r=putterman 12016 1999-11-02 03:34:45 +00:00
putterman%netscape.com
7d2a82beee Fix for 17556. Reviewed by alecf. Newsgroups show abbreviated name in folder pane. 1999-10-29 20:46:15 +00:00
bienvenu%netscape.com
075caf0152 changes to use nsIMsgWindow r=putterman 1999-10-29 04:39:06 +00:00
putterman%netscape.com
c701981fdb More work on 17376. reviewed by bienvenu. Store open folder and keep array of msgWindows. 1999-10-28 23:27:21 +00:00
putterman%netscape.com
4e22bcccab Started work on 17376. reviewed by bienvenu. create an object that knows about
mailnews window data and pass it through backend.
1999-10-27 22:38:47 +00:00
alecf%netscape.com
a33565470d clean up nsIMsgFolder API in preparation for fixing a number of bugs, most importantly #14437
r=scottip
1999-10-20 21:58:21 +00:00
slamm%netscape.com
18e1f2611f Call sidebarOverlayInit with no args. All apps will use the same sidebar panels now (bug #14995). 1999-09-29 20:19:40 +00:00
hangas%netscape.com
20d1e45d46 a=chofmann r=hyatt,jefft Cleaned up File and Edit menus for navigator and mail, fixed 14837, fixed 14255. Moved menu from navagator.xul and hiddenwindow.xul into navigatorOverlay.xul. Created global 'New" menu. 1999-09-24 23:03:40 +00:00
alecf%netscape.com
f9b7c24cca persist window size and position 1999-09-22 06:05:36 +00:00
putterman%netscape.com
7272cb2fa1 Only reroot if the folder notification we receive is for the folder that's currently the loading folder. 1999-09-21 21:04:52 +00:00
putterman%netscape.com
a3e720e049 more performance work for loading folders without .msf files or that have to have
headers downloaded.
1999-09-17 23:12:44 +00:00
waterson%netscape.com
89517a263f Bug 13970. Use automatic XUL syntax to hook up command updaters. 1999-09-17 04:04:59 +00:00
putterman%netscape.com
896c8694dd Changes to increase performance when having to parse a mailbox or download a lot of headers. 1999-09-16 21:11:01 +00:00
hangas%netscape.com
97a0bdb5a3 Added commandUpdater code to mail 3pane. 1999-09-16 20:24:07 +00:00
alecf%netscape.com
fd72cc937f cache a whole bunch of nodes that are being retrieved with document.getElementById 1999-09-15 08:39:28 +00:00
alecf%netscape.com
209d8dd8e6 speed up finding of the folder tree 1999-09-15 08:29:01 +00:00
alecf%netscape.com
9e6e48cd7a consolidate progIDs 1999-09-15 05:16:29 +00:00
alecf%netscape.com
62bfb8199c minor cleanup to make onloadmessenger easier to read 1999-09-15 04:57:24 +00:00
alecf%netscape.com
44295b69b7 refresh the folder pane after upgrade process finishes 1999-09-15 04:49:43 +00:00
alecf%netscape.com
7da7fc7ebd move this to it's own function 1999-09-14 06:27:36 +00:00
putterman%netscape.com
d3e961c2b5 Clear selection when changing folders and AddFolderListener on startup 1999-09-13 21:11:45 +00:00
sspitzer%netscape.com
edc9be1c4d add a dump statement, so I know what's going on and when this is being called. 1999-09-11 19:10:06 +00:00
alecf%netscape.com
5f2d349f84 oops, this should be checking if we have any accounts not if we have negative! 1999-09-11 09:10:03 +00:00
alecf%netscape.com
2b8f47e975 when there are 0 accounts, try to migrate 4.x accounts
when that fails, open the account wizard.
1999-09-11 01:54:15 +00:00
alecf%netscape.com
bf47612d69 clean up start page into a seperate function 1999-09-11 00:43:18 +00:00
putterman%netscape.com
db08f10bba Adding message view changes. 1999-09-09 06:18:40 +00:00
putterman%netscape.com
b047198967 added msgMail3PaneWindow.js to build. 1999-09-01 23:49:47 +00:00