summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-06-30 15:31:19 -0700
committerKevin McCarthy <kevin@8t8.us>2020-07-01 15:13:02 -0700
commit25f82cf6031c9c37696590924858cf553f51596f (patch)
tree29fe6c4926cc64921119f7a2d40bbd1bbf4d34b3 /mutt.h
parent3cacfb128366793e7ef56eea04bef12485b8a2fc (diff)
Create $copy_decode_weed, $pipe_decode_weed, $print_decode_weed.
$weed covers a bit too much functionality. It makes sense for it to control the display of messages in the pager, along with forwarding and replying. But (in my opinion) piping and copy/save-decode are something users might like to set differently without affecting the rest of Mutt's behavior. $copy_decode_weed affects the <decode-copy> and <decode-save> functions. I've defaulted this *unset*, despite that it breaks backward compatibility, because I believe the header weeding is surprising to users and loses important information when copy/saving a message. $pipe_decode_weed affects <pipe-message> when $pipe_decode is set. I've default this *set* for backward compatibility. $print_decode_weed affects <print-message> when $print_decode is set. I've default this *set* for backward compatibility.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index 82db294c..67eb99ce 100644
--- a/mutt.h
+++ b/mutt.h
@@ -405,6 +405,7 @@ enum
OPTCOLLAPSEUNREAD,
OPTCONFIRMAPPEND,
OPTCONFIRMCREATE,
+ OPTCOPYDECODEWEED,
OPTCOUNTALTERNATIVES,
OPTDELETEUNTAG,
OPTDIGESTCOLLAPSE,
@@ -494,6 +495,7 @@ enum
OPTNARROWTREE,
OPTPAGERSTOP,
OPTPIPEDECODE,
+ OPTPIPEDECODEWEED,
OPTPIPESPLIT,
#ifdef USE_POP
OPTPOPAUTHTRYALL,
@@ -501,6 +503,7 @@ enum
#endif
OPTPOSTPONEENCRYPT,
OPTPRINTDECODE,
+ OPTPRINTDECODEWEED,
OPTPRINTSPLIT,
OPTPROMPTAFTER,
OPTREADONLY,