summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-22 20:32:32 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-22 20:32:32 +0100
commitaabed014016e8baff114f8f403904746e3e065e6 (patch)
treedca0cf4893ddeb6af278cc96d9bc302c844dbed2
parentfbaba32d29353dbf31a0e13f2ffee428ed234070 (diff)
small fixes
-rw-r--r--alot/commands/thread.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index c46e0202..82043b44 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -88,7 +88,7 @@ def determine_sender(mail, action='reply'):
if realname is None:
account = my_accounts[0]
realname = account.realname
- address = accounts.address
+ address = account.address
logging.debug('using realname: "%s"' % realname)
logging.debug('using address: %s' % address)
@@ -288,7 +288,7 @@ class ForwardCommand(Command):
@registerCommand(MODE, 'bounce')
class BounceMailCommand(Command):
- """directly re-sends selected message"""
+ """directly re-send selected message"""
def __init__(self, message=None, **kwargs):
"""
:param message: message to bounce (defaults to selected message)