Commit Graph

131 Commits

Author SHA1 Message Date
mscott%netscape.com
fe4edc0bea Land the Mailnews Performance Branch.
Includes front end re-write to use the outliner widget for the thread pane.

Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.

enjoy =).
2001-03-17 01:59:34 +00:00
racham%netscape.com
33be1443a1 Fixing bugs 66830, 68346, 71356. Fix to bug 66830 makes AccountCentral item display more dynamic based on server and protocol capabilities. Fix to bug 68346 makes the startup page appear once per account per mozilla session. Fix to bug 71356 fianlly makes the right biff sound to get played at the right time. r=gayatrib, sspitzer, bienvenu sr=sspitzer, bienvenu. 2001-03-14 02:32:04 +00:00
racham%netscape.com
56dcc94128 Fixing busg 66460, 66442, 66447, 66376, 69358 and 69909. Bug 66460 - Check new mail at startup introduced. All the accounts with this option turned on will perform biff at startup. Bug 66442 - AccountCentral for alternate layout introduced. Bug 66447 - Modifying the AccountCentral header format. Bug 66376 - Read Messages link in AccountCentral fetches new mail. Bug 69358 - A performance improvement at startup. Bug 69909 - Fixing the AccountCentral headers broken by new stringbundle checkins. r=gayatrib, bienvenu, timeless, blakeross sr=sspitzer 2001-02-23 02:42:31 +00:00
chuang%netscape.com
d9ebeaaef7 Bug68000 JS exception in stand alone message window, r=bienvenu, sr=sspitzer 2001-02-14 20:32:03 +00:00
racham%netscape.com
ba724c809d Fixing bug 12165. Adding the ability to get messages for multiple accounts from the GetMsg button and file menu dropdown of messenger application. r=bienvenu sr=sspitzer 2001-02-07 07:37:04 +00:00
sspitzer%netscape.com
06bc9f172f some minor performance tweaks. comment out some dump statements. sr=bienvenu 2001-02-07 04:40:40 +00:00
chuang%netscape.com
d4b76e6d26 Bug44668 Confusion as to how to edit/send a Draft message, sr=sspitzer+mscott 2001-02-07 04:35:37 +00:00
racham%netscape.com
581be6b171 Fixing bug 67327. For any given server, login at startup only if the user chooses to do so via log onto this account at startup pref. r=gayatrib, sr=sspitzer 2001-02-07 03:55:46 +00:00
sspitzer%netscape.com
2179974487 fix for #58085. r=hwaara, ducarroz. sr=bienvenu.
based on initial patch from hwaara@chello.se.
fix the reply button tooltip, fix the reply to sender ui elements,
and get reply to sender to work correctly.
2001-01-31 23:00:18 +00:00
sspitzer%netscape.com
22ec8dd046 fix for #67088. sr=bienvenu.
1) on batch deletes, we quickly bail out of ThreadPaneSelectionChange()
2) we only call document.commandDispatcher.updateCommands('threadTree-select');
once per delete, next, move, selection, folder loading.
3) general cleanup
2001-01-30 22:02:27 +00:00
sspitzer%netscape.com
466b87a699 turning off timing code (unless the hidden timing pref is true).
remove unused tests. sr=mscott
2001-01-30 04:19:30 +00:00
racham%netscape.com
3bd146e8d8 Fixing bugs 14301, 29745, 46450, 60668 and 63251. Fixes to bug 63251 includes introduction os new AccountCentral page. When user selects an account in the folder pane of the messenger, AccountCentral page is displayed inplace of threadpane and messagepane. This page contains links to various account related activities like read, search, compose messages and others. Bugs 14301 and 60668 are fixed so that we logon to the default account all other accounts that have been asked to login at startup. Fix to bug 29745 displays customized email description text on AcctWizard identity page. r=sspitzer sr=bienvenu 2001-01-23 21:54:34 +00:00
alecf%netscape.com
30d8fdf4da fix for #65667 sr=bienvenu, r=sspitzer
focus the thread pane when a folder finished loading
2001-01-19 20:54:15 +00:00
sspitzer%netscape.com
10ce246c1c fix formatting. no reviewer. 2001-01-12 22:58:34 +00:00
sspitzer%netscape.com
6840989fca don't do the work for the performance measurements if the "mail.showMessengerPerformance" pref isn't true. sr=bienvenu 2001-01-12 22:26:10 +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
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
f6e95b8dd9 Fix 58566: JS strict warnings in msgMail3PaneWindow.js. r=jag sr=alecf 2000-12-21 01:26:18 +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
disttsc%bart.nl
8a55daf86f titledbutton -> button. bug=57751, r=mscott, a=ben 2000-11-25 01:19:03 +00:00
sspitzer%netscape.com
9c447f45a0 fix for #17801. r=putterman. make it so "next" will take you across folders.
still work to be done before this feature is perfect, but this gets the
ball rolling.
2000-11-05 02:29:47 +00:00
alecf%netscape.com
977a2827a9 fix for #54367 - speed up the focusring stuff more by optimizing loops, etc.
r=putterman, andreww sr=mscott
2000-10-05 21:17:22 +00:00
varada%netscape.com
7e5341a8a9 fix for bug#28520; keyboard navigation for mail;r=putterman;a=alecf 2000-09-22 02:51:23 +00:00
naving%netscape.com
391bc9c4ab r=sspitzer a=mscott. Added notification for delete/cancel failures 2000-09-21 00:14:24 +00:00
rayw%netscape.com
0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
putterman%netscape.com
fb72856f7b Fix for 52043. r=bienvenu. Don't load messages when thread pane splitter is closed. 2000-09-11 23:47:50 +00:00
putterman%netscape.com
6ab909ce77 More fixes for js warnings and fix for Netscape bug 1793. r=mscott 2000-09-08 21:57:43 +00:00
putterman%netscape.com
1179ca4df8 some js warning fixes. r=bienvenu. 2000-09-08 05:46:35 +00:00
putterman%netscape.com
aa26ea7210 Fix for 19618. Add icons to thread column. r=bienvenu. 2000-09-08 04:22:01 +00:00
hyatt%netscape.com
a3ccbff982 XUL fixes for 51263. r=ben 2000-09-07 08:17:32 +00:00
bienvenu%netscape.com
4e28b71dc0 work for 25455 don't open sent mail db at startup r=putterman 2000-08-30 14:51:10 +00:00
putterman%netscape.com
d63000ffb0 Fixes for 48246, 48985, and 20129. Fixed up enabling and disabling of 3pane menu items.
Added accelerators.  Added busy cursor around sorting, threading and folder loading. r=bienvenu
2000-08-26 20:54:51 +00:00
putterman%netscape.com
f8f0cb1c52 Fix for 37314. Delete works in standalone message window. r=alecf,mscott 2000-08-16 22:57:20 +00:00
putterman%netscape.com
3c7a12077d Fix for 41824, 40743, and 47440. r=mscott. Selecting an account clears the thread pane,
deleting the last message clears the message pane, and all columns are resizeable.
2000-08-14 14:40:33 +00:00
alecf%netscape.com
91b7d6ef1f fix for #43484 - sort the account manager and folder pane according to spec
r=putterman
2000-08-10 22:02:52 +00:00
alecf%netscape.com
7453040ba6 fix for #43911 - make double-clicking of messages in the search window open the target
message in a standalone message window - mostly moving files into threadPane.js and
abstracting out the folder datasource
r=putterman
2000-06-30 06:02:30 +00:00
alecf%netscape.com
1af58fde07 extra files I missed in the last checkin r=putterman 2000-06-21 06:35:58 +00:00
hyatt%netscape.com
6aeff8a013 Landing new tree widget. Bug #30511, r=evaughan 2000-06-19 22:59:20 +00:00
putterman%netscape.com
d8fa510492 Fix for 41327. r=sspitzer. Remove statement that gets printed to console a lot. 2000-06-14 14:05:46 +00:00
hyatt%netscape.com
51db845b7c 30511. r=ben 2000-06-14 06:13:59 +00:00
hyatt%netscape.com
524ee62958 30511. r=ben 2000-06-14 06:13:39 +00:00
sspitzer%netscape.com
e61ef2d61f fix for #41943. r=mscott 2000-06-09 04:55:29 +00:00
alecf%netscape.com
283627f971 remove calls to deprecated clearCellSelection (followup to hyatt's checkin) 2000-06-07 08:02:08 +00:00
alecf%netscape.com
3d7acb9e0d fix for #40594, switch to DOM2 2000-06-07 01:05:50 +00:00
alecf%netscape.com
4e75e201e3 fix for 40594, switch to DOM2
r=sspitzer
2000-06-07 00:50:19 +00:00
sspitzer%netscape.com
06dbb8d512 partial fixes for #40662 and #41170 for jefft.
twisting open an imap server / folder needs to do some discovery.

also, catch an exception caused by tooltips & twisties.
putterman owns the real bug, but this will prevent noise to the console.

also, some bullet proofing code to prevent a random crash I was seeing.
(now we just assert.)
2000-06-03 00:22:07 +00:00
putterman%netscape.com
047ce5f539 Fix for 36159 - js exception when sending unsent messages. Work on 14106, View unread messages. 2000-05-16 22:56:08 +00:00
joki%netscape.com
a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
alecf%netscape.com
06a0f7752d update JS folder listener to use new event API 2000-05-14 20:36:26 +00:00