fix setting of mru time for folders when msgs copied into them, part of 251296, sr=mscott

This commit is contained in:
bienvenu%nventure.com 2006-02-23 04:19:07 +00:00
Родитель d3a446e5db
Коммит 70a488a5f8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1709,7 +1709,7 @@ nsMsgLocalMailFolder::CopyMessages(nsIMsgFolder* srcFolder, nsISupportsArray*
return OnCopyCompleted(srcSupport, PR_FALSE);
}
if (!(mFlags & MSG_FOLDER_FLAG_TRASH|MSG_FOLDER_FLAG_JUNK))
if (!(mFlags & (MSG_FOLDER_FLAG_TRASH|MSG_FOLDER_FLAG_JUNK)))
SetMRUTime();
nsXPIDLCString uri;