Update Formula: mutt

Add --sidebar-patch option to enable folder list sidebar.
master
Alexis Hildebrandt 2010-01-14 23:36:08 +01:00 committed by Max Howell
parent 052533db23
commit 2b66d597d8
1 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,18 @@ class Mutt <Formula
@homepage='http://www.mutt.org/'
@md5='027cdd9959203de0c3c64149a7ee351c'
def options
[
['--sidebar-patch', "Apply sidebar (folder list) patch"]
]
end
def patches
if ARGV.include? '--sidebar-patch'
'http://lunar-linux.org/~tchan/mutt/patch-1.5.20.sidebar.20090619.txt'
end
end
def install
configure_args = [
"--prefix=#{prefix}",