mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-10 22:54:45 +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 backspaceDelete
|
||||||
if FocusedMailViewStore.mailView().canTrashThreads()
|
if FocusedMailViewStore.mailView().canTrashThreads()
|
||||||
removeMethod = TaskFactory.taskForMovingToTrash
|
removeMethod = TaskFactory.taskForMovingToTrash
|
||||||
else
|
else
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
if FocusedMailViewStore.mailView().canArchiveThreads()
|
if FocusedMailViewStore.mailView().canArchiveThreads()
|
||||||
removeMethod = TaskFactory.taskForArchiving
|
removeMethod = TaskFactory.taskForArchiving
|
||||||
else
|
else
|
||||||
|
|
|
@ -60,7 +60,7 @@ module.exports =
|
||||||
backspaceDelete:
|
backspaceDelete:
|
||||||
type: 'boolean'
|
type: 'boolean'
|
||||||
default: false
|
default: false
|
||||||
title: "Use backspace to delete messages"
|
title: "Use backspace / delete to move messages to trash"
|
||||||
sending:
|
sending:
|
||||||
type: 'object'
|
type: 'object'
|
||||||
properties:
|
properties:
|
||||||
|
|
Loading…
Add table
Reference in a new issue