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
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
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
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
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
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
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
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
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
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