summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorMichael J Gruber <github@grubix.eu>2018-03-03 21:37:57 +0100
committerMichael J Gruber <github@grubix.eu>2018-03-05 13:51:10 +0100
commitce5aab2c3d77cf5a0da5eb31508f564139072600 (patch)
treede80ef35c6f2f3d37bef7f5e6df7466073f67962 /alot/defaults
parent0035813ee18f2549592c2d806f445ab20cc6e143 (diff)
provide defaults and doc for draft_tags
draft_tags works the same way as sent_tags, so provide the same defaults and doc.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index f0cd9f1d..8f7619d2 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -324,6 +324,9 @@ thread_focus_linewise = boolean(default=True)
# list of tags to automatically add to outgoing messages
sent_tags = force_list(default='sent')
+ # list of tags to automatically add to draft messages
+ draft_tags = force_list(default='draft')
+
# path to signature file that gets attached to all outgoing mails from this account, optionally
# renamed to :ref:`signature_filename <signature-filename>`.
signature = string(default=None)