summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-17 13:18:15 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-17 13:18:15 +0100
commit8f0f494ab0e621573eb6f941663891119b5c555b (patch)
treed9e70cbd47895c5dd7774402b4533235ccefefe6 /alot/defaults
parentaafbf031108a1328671deb658bf7d220d3e42f8b (diff)
widgets/thread: allow forcing inline display of selected attachment types
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 46572758..d2b7866c 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -81,6 +81,10 @@ thread_authors_order_by = option('first_message', 'latest_message', default='fir
# number of characters used to indent replies relative to original messages in thread mode
thread_indent_replies = integer(default=2)
+# list of MIME types to always render inline, even when Content-Disposition
+# designates them attachments
+thread_force_inline_mimetypes = force_list(default = list(text/*))
+
# set terminal command used for spawning shell commands
terminal_cmd = string(default='x-terminal-emulator -e')