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:
Yoeri Stessens 2015-12-02 08:23:03 +01:00
parent ceec7f625d
commit c54131ad96
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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: