summaryrefslogtreecommitdiff
path: root/alot/commands/search.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-16 16:07:34 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-16 16:07:34 +0100
commitac2f01a54790f4cded4cc21ebb64c8bdac1f0a2f (patch)
treeac554022acda589a24d199c165c3bdb3323ccebd /alot/commands/search.py
parent99cfeef7da1f12beec2b36c598e72f9e2e117db0 (diff)
use select instead of openthread
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 291e4c03..2c53347e 100644
--- a/alot/commands/search.py
+++ b/alot/commands/search.py
@@ -10,7 +10,7 @@ from alot import buffers
MODE = 'search'
-@registerCommand(MODE, 'openthread', # todo: make this a select
+@registerCommand(MODE, 'select',
help='open a new thread buffer')
class OpenThreadCommand(Command):
def __init__(self, thread=None, **kwargs):