summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-03-05 09:10:18 -0800
committerDylan Baker <dylan@pnwbakers.com>2018-03-05 09:10:18 -0800
commit72d2b6576f8ae599e6cbe4f549dafe9952ad3e28 (patch)
treeda23b0d377c3c9e98e6e4128d717fe96e50d81fc /docs
parent1b066ce56f9f7092e81de8edac50a5fbbbe1c79a (diff)
parent2a8f3413038a79130e75564bcce8f226b8823e1a (diff)
Merge branch 'master' into py3k
This requires regenerating the accounts_table docs, as they've changed for python 3.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/accounts_table32
1 files changed, 31 insertions, 1 deletions
diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table
index 0fca90ff..db727898 100644
--- a/docs/source/configuration/accounts_table
+++ b/docs/source/configuration/accounts_table
@@ -63,6 +63,16 @@
:default: None
+.. _draft-tags:
+
+.. describe:: draft_tags
+
+ list of tags to automatically add to draft messages
+
+ :type: string list
+ :default: draft
+
+
.. _encrypt-by-default:
.. describe:: encrypt_by_default
@@ -114,6 +124,16 @@
:default: None
+.. _passed-tags:
+
+.. describe:: passed_tags
+
+ list of tags to automatically add to passed messages
+
+ :type: string list
+ :default: passed
+
+
.. _realname:
.. describe:: realname
@@ -122,6 +142,16 @@
:type: string
+.. _replied-tags:
+
+.. describe:: replied_tags
+
+ list of tags to automatically add to replied messages
+
+ :type: string list
+ :default: replied
+
+
.. _sendmail-command:
.. describe:: sendmail_command
@@ -153,7 +183,7 @@
list of tags to automatically add to outgoing messages
:type: string list
- :default: sent,
+ :default: sent
.. _sign-by-default: