summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-08-04 12:52:09 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2013-10-30 20:56:38 +0000
commit3984560711d12e7f750d6ee54e9f129c6d4a6c1e (patch)
tree2e66bbc1c0c7743f931a49a307e16b68843e2132 /alot/commands/search.py
parent8627ccf20d64ef198730656c35c2431ad2b76935 (diff)
add missing return statement in RetagPromptCommand
cf #629
Diffstat (limited to 'alot/commands/search.py')
-rw-r--r--alot/commands/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index ead500a6..5ff61b44 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -107,7 +107,7 @@ class RetagPromptCommand(Command):
elif tag:
tags.append(tag)
initial_tagstring = ','.join(sorted(tags)) + ','
- ui.apply_command(PromptCommand('retag ' + initial_tagstring))
+ return ui.apply_command(PromptCommand('retag ' + initial_tagstring))
@registerCommand(MODE, 'tag', forced={'action': 'add'}, arguments=[