summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/defaults/alot.rc.spec3
-rw-r--r--docs/source/configuration/accounts_table10
2 files changed, 13 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)
diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table
index 4ebe0746..d2c81399 100644
--- a/docs/source/configuration/accounts_table
+++ b/docs/source/configuration/accounts_table
@@ -90,6 +90,16 @@
:default: sent
+.. _draft-tags:
+
+.. describe:: draft_tags
+
+ list of tags to automatically add to draft messages
+
+ :type: string list
+ :default: draft
+
+
.. _signature:
.. describe:: signature