Commit Graph

39 Commits

Author SHA1 Message Date
naving%netscape.com
c59f91b929 119350 r=nhotta sr=sspizter. make cross-folder msgNavigation follow the folder-pane sort order. 2002-01-12 00:11:07 +00:00
ssu%netscape.com
68b2adeea0 undoing my previous accidental checkin 2002-01-10 01:09:43 +00:00
ssu%netscape.com
205b5c2031 vim mailOverlay.xul 2002-01-10 01:00:47 +00:00
naving%netscape.com
e42d2a7b12 104610 r=naving sr=sspitzer. speed up cross-folder msgNavigation in mailnews
made changes to initial patch by neil@parkwaycc.co.uk.
2001-12-20 03:44:04 +00:00
bnesse%netscape.com
faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
sspitzer%netscape.com
de3f0803a8 fix for #60139. fix problem with next navigation not working when bubbling out
fo subfolders.  r/sr=bienvenu
2001-10-11 00:33:50 +00:00
sspitzer%netscape.com
08c99a8091 fix for #60139 and #72821. implement proper next folder navigation.
now we should find the right "next" folder when you hit next and there
are no more unread messages in the current folder.  we respect the folder
pane sort order for determining what's next, which is what's "below" in the folder pane.

r/sr=bienvenu
2001-10-08 20:56:52 +00:00
sspitzer%netscape.com
b0cfdb66cd fix for #79736 (cross folder message navigation is broken)
fix for #76792 (text zoom not working in 3 pane, alt 3 pane, or the stand alone msg window.)
sr=bienvenu,mscott
2001-05-10 10:22:56 +00:00
danm%netscape.com
bfe4893c0c fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
danm%netscape.com
d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
sspitzer%netscape.com
441763a059 fix for #67677. on loading a folder, if there is no new messages
scroll to the top.  r=mscott, sr=bienvenu
2001-04-04 04:43:15 +00:00
sspitzer%netscape.com
fad580183f fix #72262 and #72269. when loading a folder, scroll to the first new message (but don't select it.) when loading a folder while doing cross folder navigation, scroll to and select the proper messsage. r=mscott, sr=bienvenu 2001-04-04 04:32:10 +00:00
sspitzer%netscape.com
9af4e1c634 #73551, fix js warnings. r=hwaara, sr=bienvenu 2001-03-28 07:06:22 +00:00
sspitzer%netscape.com
c2ebcb24db fix it so we show the right sort indicator when viewing a folder (or newsgroup) for the first time.
add "View | Sort By | Thread" back to the menus.

add an accelerator for "Select Thread" (ctrl shift a). #21094

make it so when we delete the last message in the folder, we clear  out the message pane.
make it so when we compact folders, we blank out the thread pane. #72674

fix some crashers when clicking on the thread pane and there is no db or there are no rows.  #72282

kill thread should not be "ctrl w", it should be "w".  #73260

sr=bienvenu
2001-03-24 01:12:33 +00:00
sspitzer%netscape.com
9d95ad85da fix for #60776. don't land in the trash folder on "next message"
navigation.  thanks to putterman for the patch.  also some cleanup
of some dump() statements.  sr=sspitzer
2001-03-20 08:30:11 +00:00
sspitzer%netscape.com
0506f70002 fix cross folder message navigation. sr=bienvenu 2001-03-20 00:49:03 +00:00
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
blakeross%telocity.com
4acec0e951 Using xul <stringbundle/> in mailnews instead of including strres.js everywhere. Patch by Mark Olson (maolson@earthlink.net). r=jag sr=bienvenu 2001-02-22 23:32:13 +00:00
alecf%netscape.com
a28f653c79 fix for #67072 - honor the hidden pref mailnews.nav_crosses_folders preference that 4.x used, to optionally prompt when someone hits 'next' to cross to a folder
sr=sspitzer
2001-01-31 00:58:48 +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
disttsc%bart.nl
7b450a2add Fix js strict warnings, bug=60622, r=sspitzer, a=bienvenu 2001-01-04 15:51:37 +00:00
sspitzer%netscape.com
5ca81ef20b more for #17801. make "next unread navigation" go across servers. 2000-11-05 10:05:21 +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
gayatrib%netscape.com
dfd928ee8d Biff Feature bug 36011 review=scottip 2000-06-23 03:19:17 +00:00
alecf%netscape.com
3d7acb9e0d fix for #40594, switch to DOM2 2000-06-07 01:05:50 +00:00
alecf%netscape.com
d9376233dc switch to using attributes instead of Get/SetMsgFolder 2000-04-23 17:36:03 +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
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
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
542c0cc4fe Select Inbox on startup if it's currently in the content model. r=mscott. 2000-01-10 01:34:36 +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
38fe967182 When navigating through the thread pane, scroll to the newly selected message. r=alecf 2000-01-07 00:42:28 +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
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
putterman%netscape.com
1e7905fdd5 Fix 17107. A bunch of view navigation bugs. Reviewed by bienvenu. It fixes:
1.  Next message with no selection finds the next message
2.  It no longer redisplays current message if Next Message finds no next message.
3.  Next/Previous message works if last/first message is selected.
1999-10-25 22:02:58 +00:00
putterman%netscape.com
4a932aac12 Make it so that when selecting messages after delete, IMAP messages don't get loaded twice. 1999-09-15 04:13:25 +00:00
putterman%netscape.com
d9703aa7e9 After deleting, the next message is selected. 1999-09-14 04:41:46 +00:00
putterman%netscape.com
29e6397e4c add msgViewNavigation.js 1999-08-30 22:13:00 +00:00