mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 21:55:54 +08:00
Alter the text to a more general approach and run tests
The text is now more in line with other mail clients to minimalize possible confusion between users of multiple mail clients and/or platforms.
This commit is contained in:
parent
ceec7f625d
commit
c54131ad96
2 changed files with 3 additions and 3 deletions
|
@ -289,9 +289,9 @@ class ThreadList extends React.Component
|
|||
if backspaceDelete
|
||||
if FocusedMailViewStore.mailView().canTrashThreads()
|
||||
removeMethod = TaskFactory.taskForMovingToTrash
|
||||
else
|
||||
else
|
||||
return
|
||||
else
|
||||
else
|
||||
if FocusedMailViewStore.mailView().canArchiveThreads()
|
||||
removeMethod = TaskFactory.taskForArchiving
|
||||
else
|
||||
|
|
|
@ -60,7 +60,7 @@ module.exports =
|
|||
backspaceDelete:
|
||||
type: 'boolean'
|
||||
default: false
|
||||
title: "Use backspace to delete messages"
|
||||
title: "Use backspace / delete to move messages to trash"
|
||||
sending:
|
||||
type: 'object'
|
||||
properties:
|
||||
|
|
Loading…
Add table
Reference in a new issue