summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-05-11 14:43:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-05-11 14:43:19 +0000
commit6bb7a72b0e201f3ad40eb901c403c2e1cbd9e077 (patch)
tree21fb400e4e4ead41e95a82fb2936076687867770 /init.h
parent3332adb88967ca1e3d6edaa4968ccbe25dd6ec44 (diff)
Add experimental support for text/plain; format=flowed.
Diffstat (limited to 'init.h')
-rw-r--r--init.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.h b/init.h
index 0e44e176..915606b7 100644
--- a/init.h
+++ b/init.h
@@ -2076,6 +2076,16 @@ struct option_t MuttVars[] = {
** \fIsusp\fP key, usually ``control-Z''. This is useful if you run mutt
** inside an xterm using a command like xterm -e mutt.
*/
+ { "text_flowed", DT_BOOL, R_NONE, OPTTEXTFLOWED, 0 },
+ /*
+ ** .pp
+ ** When set, mutt will generate text/plain; format=flowed attachments.
+ ** This format is easier to handle for some mailing software, and generally
+ ** just looks like ordinary text. To actually make use of this format's
+ ** features, you'll need support in your editor.
+ ** .pp
+ ** Note that $$indent_string is ignored when this option is set.
+ */
{ "thorough_search", DT_BOOL, R_NONE, OPTTHOROUGHSRC, 0 },
/*
** .pp