mutt: add verbose mime patch

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Adam Vandenberg 2011-07-31 14:50:15 -07:00
parent 8026697b79
commit d41ae11a4c

View file

@ -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