mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
set mru time on imap folder when message copied into it, part of work for 251296, sr=mscott
This commit is contained in:
parent
23ed714ba2
commit
3b28119a8b
@ -6774,6 +6774,9 @@ nsImapMailFolder::CopyMessages(nsIMsgFolder* srcFolder,
|
||||
nsCOMPtr<nsISupports> srcSupport;
|
||||
nsCOMPtr<nsISupports> copySupport;
|
||||
|
||||
if (!(mFlags & MSG_FOLDER_FLAG_TRASH|MSG_FOLDER_FLAG_JUNK))
|
||||
SetMRUTime();
|
||||
|
||||
if (WeAreOffline())
|
||||
return CopyMessagesOffline(srcFolder, messages, isMove, msgWindow, listener);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user