mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +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()
|
if FocusedMailViewStore.mailView().canArchiveThreads()
|
||||||
removeMethod = TaskFactory.taskForArchiving
|
removeMethod = TaskFactory.taskForArchiving
|
||||||
else
|
else
|
||||||
return
|
removeMethod = TaskFactory.taskForMovingToTrash
|
||||||
|
|
||||||
task = removeMethod
|
task = removeMethod
|
||||||
threads: threads
|
threads: threads
|
||||||
|
|
Loading…
Reference in a new issue