summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-08-15 20:38:36 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-08-15 20:38:36 +0100
commit3cd19a9e997d432b86a45840db28b696cb699c1b (patch)
treea62d397f7795b7b467b0bc4141dc64ea74ca2153
parent1e27e8facda76fd973a72c78a81f86389be30d57 (diff)
trailing whitespaces
-rw-r--r--alot/commands/search.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index e2e135d4..dd052cfd 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -116,7 +116,7 @@ RetagPromptCommand = registerCommand(MODE, 'retagprompt')(RetagPromptCommand)
'default': 'True',
'help': 'postpone a writeout to the index'}),
(['--all'], {'action': 'store_true', 'dest': 'allmessages',
- 'default': False,
+ 'default': False,
'help': 'retag all messages that match the current query'}),
(['tags'], {'help': 'comma separated list of tags'})],
help='set tags to all messages in the selected thread',
@@ -128,7 +128,7 @@ RetagPromptCommand = registerCommand(MODE, 'retagprompt')(RetagPromptCommand)
'default': 'True',
'help': 'postpone a writeout to the index'}),
(['--all'], {'action': 'store_true', 'dest': 'allmessages',
- 'default': False,
+ 'default': False,
'help': 'untag all messages that match the current query'}),
(['tags'], {'help': 'comma separated list of tags'})],
help='remove tags from all messages in the selected thread',