summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/defaults/alot.rc.spec2
-rw-r--r--docs/source/configuration/accounts_table2
2 files changed, 2 insertions, 2 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 36b45124..f0cd9f1d 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -322,7 +322,7 @@ thread_focus_linewise = boolean(default=True)
draft_box = mail_container(default=None)
# list of tags to automatically add to outgoing messages
- sent_tags = force_list(default=list('sent'))
+ sent_tags = force_list(default='sent')
# path to signature file that gets attached to all outgoing mails from this account, optionally
# renamed to :ref:`signature_filename <signature-filename>`.
diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table
index 33c554a3..4ebe0746 100644
--- a/docs/source/configuration/accounts_table
+++ b/docs/source/configuration/accounts_table
@@ -87,7 +87,7 @@
list of tags to automatically add to outgoing messages
:type: string list
- :default: sent,
+ :default: sent
.. _signature: