Matt Holgate wrote: > Is there any way to make Mozilla Mail/News automatically move to the > end of the message list on opening a folder that contains no new messages?
Just replace EnsureRowInThreadOutlinerIsVisible(0) with ScrollToMessage(nsMsgNavigationType.lastMessage, false, false) in msgMail3PaneWindow.js
