mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
Add remove fallback for archiving messages
This commit is contained in:
parent
c54131ad96
commit
0c908376de
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