summaryrefslogtreecommitdiff
path: root/mail/mutt-devel/scripts/generate-plist
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt-devel/scripts/generate-plist')
-rw-r--r--mail/mutt-devel/scripts/generate-plist14
1 files changed, 1 insertions, 13 deletions
diff --git a/mail/mutt-devel/scripts/generate-plist b/mail/mutt-devel/scripts/generate-plist
index 5aa4dc691bb6..55ab47a754ea 100644
--- a/mail/mutt-devel/scripts/generate-plist
+++ b/mail/mutt-devel/scripts/generate-plist
@@ -126,7 +126,7 @@ EOF
fi
if [ "$MUTT_HTML" = "yes" ]; then
- html=383
+ html=395
if [ "$MUTT_COMPRESSED_FOLDERS" = "yes" ]; then
html=$(($html + 5))
fi
@@ -136,15 +136,6 @@ EOF
if [ "$MUTT_QUOTE_PATCH" = "yes" ]; then
html=$(($html + 2))
fi
- if [ "$MUTT_EDIT_THREADS" = "yes" ]; then
- html=$(($html + 3))
- fi
- if [ "$MUTT_IMAP_HEADER_CACHE" = "yes" ]; then
- html=$(($html + 2))
- fi
- if [ "$MUTT_MAILDIR_HEADER_CACHE" = "yes" ]; then
- html=$(($html + 1))
- fi
if [ "$MUTT_SIDEBAR_PATCH" = "yes" ]; then
html=$(($html + 2))
fi
@@ -154,9 +145,6 @@ EOF
if [ "$MUTT_IFDEF_PATCH" = "yes" ]; then
html=$(($html + 1))
fi
- if [ "$MUTT_IDN" = "yes" ]; then
- html=$(($html + 1))
- fi
if [ "$MUTT_REVERSE_REPLY_PATCH" = "yes" ]; then
html=$(($html + 1))
fi