TF-2233 Remove mark as read for trash folder
(cherry picked from commit 038be7af433169cff7edc90c39018907b7c6c82c)
This commit is contained in:
@@ -41,7 +41,7 @@ mixin MailboxWidgetMixin {
|
||||
MailboxActions.newSubfolder,
|
||||
if (mailbox.isSpam)
|
||||
_mailboxActionForSpam(spamReportEnabled),
|
||||
if (mailbox.countUnReadEmailsAsString.isNotEmpty)
|
||||
if (!mailbox.isTrash && mailbox.countUnReadEmailsAsString.isNotEmpty)
|
||||
MailboxActions.markAsRead,
|
||||
if (mailbox.isTrash)
|
||||
MailboxActions.emptyTrash,
|
||||
|
||||
Reference in New Issue
Block a user