mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-09 22:45:16 +08:00
Add remove fallback for archiving messages
This commit is contained in:
parent
44e3f99cc9
commit
9d6769ba89
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class ThreadList extends React.Component
|
|||
if FocusedMailViewStore.mailView().canArchiveThreads()
|
||||
removeMethod = TaskFactory.taskForArchiving
|
||||
else
|
||||
return
|
||||
removeMethod = TaskFactory.taskForMovingToTrash
|
||||
|
||||
task = removeMethod
|
||||
threads: threads
|
||||
|
|
Loading…
Reference in a new issue