summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
diff options
context:
space:
mode:
authorSebastian Jeltsch <sjeltsch@kip.uni-heidelberg.de>2013-04-23 19:28:49 +0200
committerSebastian Jeltsch <sjeltsch@kip.uni-heidelberg.de>2013-05-26 14:33:29 +0200
commite673bdbfafbf87bbb2b147cc4ef8abe3e81ea660 (patch)
tree5cae4540bc3c2352a3c6e0e15a8db6b866d9ef8e /alot/commands/search.py
parente0fedd41caece365dd3a3d6cfea5fe50e21a58db (diff)
select commands no longer repeatable
Diffstat (limited to 'alot/commands/search.py')
-rw-r--r--alot/commands/search.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/alot/commands/search.py b/alot/commands/search.py
index 04da8f96..52d1efa5 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -26,6 +26,7 @@ class OpenThreadCommand(Command):
"""
self.thread = thread
Command.__init__(self, **kwargs)
+ self.repeatable = False
def apply(self, ui):
if not self.thread: