summaryrefslogtreecommitdiff
path: root/alot/commands/__init__.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-15 13:59:11 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-15 13:59:11 +0100
commita2283bbf8f38c17182b82e4258156f40dd840d84 (patch)
treeb83f1b84c833032d83b0f8c6cbb168a1f3ae6a94 /alot/commands/__init__.py
parent12ee0b9763542151a86fa8bbdef5ea91bc0bdfdb (diff)
fix help without parameters
Diffstat (limited to 'alot/commands/__init__.py')
-rw-r--r--alot/commands/__init__.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/alot/commands/__init__.py b/alot/commands/__init__.py
index c9a38b0d..2eea78ec 100644
--- a/alot/commands/__init__.py
+++ b/alot/commands/__init__.py
@@ -119,13 +119,6 @@ def commandfactory(cmdline, mode='global'):
#def interpret_commandline(cmdline, mode):
#
-# elif cmd == 'compose':
-# h = {}
-# if params:
-# h = {'To': params}
-# return commandfactory(cmd, mode=mode, headers=h)
-# elif cmd == 'retag':
-# return commandfactory(cmd, mode=mode, tagsstring=params)
# elif cmd == 'shellescape':
# return commandfactory(cmd, mode=mode, commandstring=params)
# elif cmd == 'edit':