aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2011-07-31 14:50:15 -0700
committerAdam Vandenberg2011-07-31 14:50:15 -0700
commitb747af4aed7df0acd98ab9019c4d0f60f29eea09 (patch)
tree873088fc2fa9a30ddc63b26d0020877f231e5bb4 /Library/Formula
parent1ef91ecfca837e1cc80eb419f592043ceebd1504 (diff)
downloadhomebrew-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.rb7
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