mutt: add verbose mime patch
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8026697b79
commit
d41ae11a4c
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue