summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-11 13:27:11 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-11 13:27:11 +0000
commite6e02c30cc31e7225f3c6c9316df42424cddc5ca (patch)
treeeb39cdf28747d560bd1a18f80922c302ac4bb0e2
parent785aae6f41f240c149e8f3dffac6796635455124 (diff)
spec: add missind draft_box and use mail_container
.. type to check the format or draft and sent box entries.
-rw-r--r--alot/defaults/alot.rc.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index cb98c530..1470393d 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -150,10 +150,12 @@ prompt_suffix = string(default=':')
# sendmail command. This is the shell command used to send out mails via the sendmail protocol
sendmail_command = string(default='sendmail')
- # specifies the mailbox where you want outgoing mails to be stored after successfully sending them, e.g.
- # where to store outgoing mail, e.g. `maildir:///home/you/mail//Sent`
+ # where to store outgoing mails, e.g. `maildir:///home/you/mail//Sent`
# You can use mbox, maildir, mh, babyl and mmdf in the protocol part of the URL.
- sent_box = string(default=None)
+ sent_box = mail_container(default=None)
+
+ # where to store draft mails, see :ref:`sent_box <sent-box>` for the format
+ draft_box = mail_container(default=None)
# list of tags to automatically add to outgoing messages
sent_tags = string_list(default=list('sent'))