summaryrefslogtreecommitdiff
path: root/alot/commands.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-07-16 20:04:12 +0100
committerpazz <patricktotzke@gmail.com>2011-07-16 20:04:12 +0100
commitea54d5a7bcedc2710f605ef4b7b8ecfdb23c0e22 (patch)
treeb8b426a0ceb16676468f43d89c082981986935bc /alot/commands.py
parent6aafb8c09261294902e8bbcacd5beda6a25c72cd (diff)
new mapping infrastructure.
issue #41
Diffstat (limited to 'alot/commands.py')
-rw-r--r--alot/commands.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/alot/commands.py b/alot/commands.py
index 4392c64b..653cf93f 100644
--- a/alot/commands.py
+++ b/alot/commands.py
@@ -265,6 +265,13 @@ class OpenEnvelopeCommand(Command):
ui.buffer_open(buffer.EnvelopeBuffer(ui, email=self.email))
+class CommandPromptCommand(Command):
+ """
+ """
+ def apply(self, ui):
+ ui.commandprompt()
+
+
class FlushCommand(Command):
"""
Flushes writes to the index. Retries until committed