summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-11-10 18:50:41 -0800
committerKevin McCarthy <kevin@8t8.us>2019-11-10 18:50:41 -0800
commitaae2d87ab891529a4a0247bbce52367dc3aaf3a7 (patch)
tree329f75f4b93a68bc61891a599183d03a2769f1b9 /mutt.h
parent5835f4c0594ff94a2aa62ad122c4dc2871ee8492 (diff)
Add $count_alternatives to count attachments inside alternatives.
Some mail clients (*cough* Apple Mail) have started to put email attachments in one of the multipart/alternative branches. The config changes the searching to recurse inside alternatives when performing attachment counting.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mutt.h b/mutt.h
index 37bd61b9..41bec8cc 100644
--- a/mutt.h
+++ b/mutt.h
@@ -400,6 +400,7 @@ enum
OPTCOLLAPSEUNREAD,
OPTCONFIRMAPPEND,
OPTCONFIRMCREATE,
+ OPTCOUNTALTERNATIVES,
OPTDELETEUNTAG,
OPTDIGESTCOLLAPSE,
OPTDUPTHREADS,