aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mutt.rb
diff options
context:
space:
mode:
authorMartin Kühl2010-07-12 03:27:08 +0200
committerAdam Vandenberg2010-07-29 12:42:10 -0700
commit17bcef52e0f4ed381999894353de53d0940b2b12 (patch)
tree17f31ca15fed7c2876871e9e4c2c7d44c33d8e7e /Library/Formula/mutt.rb
parent02eb06954fee00fb33d801d1152735161228efb9 (diff)
downloadhomebrew-17bcef52e0f4ed381999894353de53d0940b2b12.tar.bz2
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>
Diffstat (limited to 'Library/Formula/mutt.rb')
-rw-r--r--Library/Formula/mutt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb
index 3d73c2432..f8b256c5f 100644
--- a/Library/Formula/mutt.rb
+++ b/Library/Formula/mutt.rb
@@ -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