diff options
| author | Adam Vandenberg | 2011-07-31 14:50:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-07-31 14:50:15 -0700 |
| commit | b747af4aed7df0acd98ab9019c4d0f60f29eea09 (patch) | |
| tree | 873088fc2fa9a30ddc63b26d0020877f231e5bb4 /Library/Formula | |
| parent | 1ef91ecfca837e1cc80eb419f592043ceebd1504 (diff) | |
| download | homebrew-b747af4aed7df0acd98ab9019c4d0f60f29eea09.tar.bz2 | |
mutt: add verbose mime patch
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 |
