Update the trash patch for mutt.

The more recent version also adds a `purge-mail` function bypassing the
configured trash folder.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Martin Kühl 2010-07-12 03:27:08 +02:00 committed by Adam Vandenberg
parent 4d22fccf6e
commit 2da3bc4ca8

View file

@ -20,7 +20,7 @@ class Mutt <Formula
patches << 'http://lunar-linux.org/~tchan/mutt/patch-1.5.20.sidebar.20090619.txt'
end
if ARGV.include? '--trash-patch'
patches << 'http://trac.macports.org/raw-attachment/ticket/20412/patch-1.5.20.cd.trash_folder.diff'
patches << 'http://trac.macports.org/export/69644/trunk/dports/mail/mutt-devel/files/patch-1.5.20.bk.trash_folder-purge_message.1'
end
patches
end