summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-10-02 11:43:40 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2015-12-16 16:15:47 +0000
commit36b5885ec17743d608cf97a6eeed0e8638ea4c8c (patch)
tree10c8f9e8f5903476e005926105e13271c07667b7 /alot/defaults
parent81b010380a373ee11454f3baeac718a545239a08 (diff)
Allow configuring what does alot consider to be the thread subject.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec9
1 files changed, 9 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index cf4fb6de..4691a7dc 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -49,6 +49,15 @@ thread_authors_replace_me = boolean(default=True)
# :ref:`thread_authors_replace_me <thread-authors-replace-me>`
thread_authors_me = string(default='Me')
+# What should be considered to be "the thread subject".
+# Valid values are:
+#
+# * 'notmuch' (the default), will use the thread subject from notmuch, which
+# depends on the selected sorting method
+# * 'oldest' will always use the subject of the oldest message in the thread as
+# the thread subject
+thread_subject = option('oldest', 'notmuch', default='notmuch')
+
# set terminal command used for spawning shell commands
terminal_cmd = string(default='x-terminal-emulator -e')