From 0dd720a648cd535037537973210ead00cb972110 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Wed, 5 Sep 2012 21:58:12 +0100 Subject: doc: docstrings --- alot/account.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'alot/account.py') 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` -- cgit v1.2.3