aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDmitry Nedospasov2011-01-12 12:06:12 +0100
committerMike McQuaid2011-01-16 14:43:50 +0000
commitac3036cf7bd6bc96440e77ebe8b4b605757222f5 (patch)
tree010eb81e0db13d182fb97f8a40191ef4f6379638 /Library/Formula
parent348d28f82526bf7d4274627b61c5d6e2da6c4e45 (diff)
downloadhomebrew-ac3036cf7bd6bc96440e77ebe8b4b605757222f5.tar.bz2
mutt: fix unsubscribe from malformed mailboxes
This patch fixes unsubcsribing from malformed mailboxes, i.e. imap folders. This was patched in the mutt upstream: [1] http://dev.mutt.org/trac/changeset/5914:25e46aad362b/buffy.c Closes #3874. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mutt.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb
index c56a524d6..281400a17 100644
--- a/Library/Formula/mutt.rb
+++ b/Library/Formula/mutt.rb
@@ -15,7 +15,9 @@ class Mutt <Formula
end
def patches
- p = []
+ # Fix unsubscribe malformed folder
+ # See: http://dev.mutt.org/trac/ticket/3389
+ p = { :p0 => [ 'http://dev.mutt.org/trac/changeset/25e46aad362b?format=diff&new=5914:25e46aad362b' ] }
if ARGV.include? '--sidebar-patch'
p << 'http://lunar-linux.org/~tchan/mutt/patch-1.5.20.sidebar.20090619.txt'