diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mutt.rb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index 5c7454c47..d9d7cf1c3 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -14,7 +14,8 @@ class Mutt < Formula ['--sidebar-patch', "Apply sidebar (folder list) patch"], ['--trash-patch', "Apply trash folder patch"], ['--with-slang', "Build against slang instead of ncurses"], - ['--ignore-thread-patch', "Apply ignore-thread patch"] + ['--ignore-thread-patch', "Apply ignore-thread patch"], + ['--pgp-verbose-mime-patch', "Apply PGP verbose mime patch"] ] end @@ -33,6 +34,10 @@ class Mutt < Formula p << 'http://ben.at.tanjero.com/patches/ignore-thread-1.5.21.patch' end + if ARGV.include? '--pgp-verbose-mime-patch' + p << 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-5/features-old/patch-1.5.4.vk.pgp_verbose_mime' + end + return p end |
