summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-10-28 17:58:20 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-10-28 18:19:36 +0000
commit30485f22f7292cf4a27b6e573b42cb2819dc9f55 (patch)
tree1fb3b1c83a5d686cb7c3d2ba74a338c651682580 /alot/defaults
parent423536fec98cc3140bd2f161ed808d38ddb6c08a (diff)
rename config option body_mimetype to prefer_plaintext
... and make it a type boolean. This also defines the option properly in the config spec and derives its doc froma that.
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 3725d8c1..0550109a 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -183,6 +183,10 @@ reply_force_address = boolean(default=False)
# only if original subject doesn't start with 'Fwd:' or this prefix
forward_subject_prefix = string(default='Fwd: ')
+
+# prefer plaintext alternatives over html content in multipart/alternative
+prefer_plaintext = boolean(default=False)
+
# Key bindings
[bindings]
__many__ = string(default=None)