summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-08-18 18:19:55 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-08-18 18:19:55 +0100
commit74b149d2a20476445ff6ebe78fd235b1b38f1af8 (patch)
treeb03c78a10803730885a8269e851b63e5841e3817 /alot/account.py
parent03fab7d4800ab20e53c6c3b9feb057763315a149 (diff)
attach signature file to outgoing mails
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/account.py b/alot/account.py
index 720d3878..33cda217 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -41,7 +41,7 @@ class Account:
gpg_key = None
"""gpg fingerprint. CURRENTLY IGNORED"""
signature = None
- """signature to append to outgoing mails. CURRENTLY IGNORED"""
+ """path to a signature file to append to outgoing mails."""
def __init__(self, address=None, aliases=None, realname=None, gpg_key=None,
signature=None, sent_box=None, draft_box=None):