summaryrefslogtreecommitdiff
path: root/alot/account.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-09-05 21:58:12 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-09-05 21:58:12 +0100
commit0dd720a648cd535037537973210ead00cb972110 (patch)
treedf21d1a36529903638fc4225fae9d0e999db5f73 /alot/account.py
parent61f5cdb06a6c4bc77d9f9012fa31b01fbe7d0718 (diff)
doc: docstrings
Diffstat (limited to 'alot/account.py')
-rw-r--r--alot/account.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/account.py b/alot/account.py
index 83126f4c..1a4a28a2 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -24,7 +24,6 @@ class Account(object):
settings, can send and store mails to maildirs (drafts/send).
.. note::
-
This is an abstract class that leaves :meth:`send_mail` unspecified.
See :class:`SendmailAccount` for a subclass that uses a sendmail
command to send out mails.
@@ -74,7 +73,8 @@ class Account(object):
def store_mail(self, mbx, mail):
"""
- stores given mail in mailbox. If mailbox is maildir, set the S-flag.
+ stores given mail in mailbox. If mailbox is maildir, set the S-flag and
+ return path to newly added mail. Oherwise this will return `None`.
:param mbx: mailbox to use
:type mbx: :class:`mailbox.Mailbox`