mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
fix(trash/spam): Typo sent
=> spam
This commit is contained in:
parent
3076acd7af
commit
af9a858ba7
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ class CategoryMailboxPerspective extends MailboxPerspective
|
|||
if @isSent()
|
||||
query.order(Thread.attributes.lastMessageSentTimestamp.descending())
|
||||
|
||||
unless @categoriesSharedName() in ['sent', 'trash']
|
||||
unless @categoriesSharedName() in ['spam', 'trash']
|
||||
query.where(inAllMail: true)
|
||||
|
||||
if @_categories.length > 1 and @accountIds.length < @_categories.length
|
||||
|
|
Loading…
Reference in a new issue