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-plist12
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/mutt-devel/scripts/generate-plist b/mail/mutt-devel/scripts/generate-plist
index 6077523e679a..740b8dc1bd0f 100644
--- a/mail/mutt-devel/scripts/generate-plist
+++ b/mail/mutt-devel/scripts/generate-plist
@@ -21,7 +21,9 @@ echo_signal() {
PATH=/bin:/usr/bin
cat > $tmp_first <<EOF
+bin/flea
bin/mutt
+bin/muttbug
bin/mutt_dotlock
bin/pgpewrap
bin/pgpring
@@ -131,7 +133,7 @@ EOF
fi
if [ "$MUTT_HTML" = "yes" ]; then
- html=372
+ html=380
if [ "$MUTT_COMPRESSED_FOLDERS" = "yes" ]; then
html=$(($html + 5))
fi
@@ -144,8 +146,11 @@ EOF
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 + 3))
+ html=$(($html + 1))
fi
if [ "$MUTT_SIDEBAR_PATCH" = "yes" ]; then
html=$(($html + 2))
@@ -156,9 +161,6 @@ EOF
if [ "$MUTT_IFDEF_PATCH" = "yes" ]; then
html=$(($html + 1))
fi
- if [ "$MUTT_PGP_PATCH" = "yes" ]; then
- html=$(($html + 3))
- fi
if [ "$MUTT_SLAVE_HTML_PAGES" != "" ]; then
html=$(($html + $MUTT_SLAVE_HTML_PAGES))
fi