Gary MacKay wrote:
> Is there a setting to make the mail reader land/show the last message 
> viewed? or at least hop to the first "unread" message when you open a 
> folder? The Netscape 4.7x series did this. If you move from folder to 
> folder, (in a three pane setup), the top right pane shows the headers of 
> the messages,(this should default to the last msg read or 1st unread), 
> the lower right pane should show the msg preview of whatever msg the 
> header pane landed on. Clear as mud? Right now, the 'header' pane always 
> starts at the top of the list and I have to scroll to the 1st unread, 
> and the 'preview' pane is blank.
> 
> - Gary
> 

Index: msgMail3PaneWindow.js
===================================================================
RCS file: 
/cvsroot/mozilla/mailnews/base/resources/content/msgMail3PaneWindow.js,v
retrieving revision 1.200
diff -r1.200 msgMail3PaneWindow.js
179c179,180
<                    EnsureRowInThreadTreeIsVisible(0);
---
 >                    ScrollToMessage(nsMsgNavigationType.lastMessage, 
false, false);
 >                  //  EnsureRowInThreadTreeIsVisible(0);


Reply via email to