summaryrefslogtreecommitdiff
path: root/alot/commands/envelope.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-01-19 09:46:16 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-01-19 09:46:16 +0000
commit66ec9fa98c16e2ac40026963052be195d8be93c3 (patch)
treee7832779d327811f51a5a0229430a7bc959225c5 /alot/commands/envelope.py
parentfb5df0877417f04059856f0ce796e263382d18f1 (diff)
typo
Diffstat (limited to 'alot/commands/envelope.py')
-rw-r--r--alot/commands/envelope.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/commands/envelope.py b/alot/commands/envelope.py
index feab81d5..d6a266fa 100644
--- a/alot/commands/envelope.py
+++ b/alot/commands/envelope.py
@@ -130,10 +130,10 @@ class SendCommand(Command):
def afterwards(returnvalue):
ui.clear_notify([clearme])
- if returnvalue == 'success': # sucessfully send mail
+ if returnvalue == 'success': # successfully send mail
envelope.sent_time = datetime.datetime.now()
ui.apply_command(commands.globals.BufferCloseCommand())
- ui.notify('mail send successful')
+ ui.notify('mail send successfully')
else:
ui.notify('failed to send: %s' % returnvalue,
priority='error')