diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mutt.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index 2202a686d..1e8b9cdaa 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -19,7 +19,9 @@ class Mutt < Formula urls = [ ['with-sidebar-patch', 'http://lunar-linux.org/~tchan/mutt/patch-1.5.21.sidebar.20120829.txt'], ['with-trash-patch', 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-6.2/features/trash-folder'], - ['with-ignore-thread-patch', 'http://ben.at.tanjero.com/patches/ignore-thread-1.5.21.patch'], + # original source for this went missing, patch sourced from Arch at + # https://aur.archlinux.org/packages/mutt-ignore-thread/ + ['with-ignore-thread-patch', 'https://gist.github.com/mistydemeo/5522742/raw/1439cc157ab673dc8061784829eea267cd736624/ignore-thread-1.5.21.patch'], ['with-pgp-verbose-mime-patch', 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-6.2/features-old/patch-1.5.4.vk.pgp_verbose_mime'], ] |
