Integrate indexcolor patch
1 parent c7598b7 commit d1541800f6c084c13b5cee51ef715f7a0c594641
@Andreas Jaggi Andreas Jaggi authored on 21 Oct 2015
Showing 2 changed files
View
8
Formula/mutt.rb
:because => "both install mmdf.5 and mbox.5 man pages"
 
option "with-debug", "Build with debug option enabled"
option "with-trash-patch", "Apply trash folder patch"
option "with-indexcolor-patch", "Apply indexcolor patch"
option "with-s-lang", "Build against slang instead of ncurses"
option "with-ignore-thread-patch", "Apply ignore-thread patch"
option "with-confirm-attachment-patch", "Apply confirm attachment patch"
 
if build.with? "trash-patch"
patch do
url "https://blog.x-way.org/stuff/mutt-1.5.24-trash_folder.diff"
sha256 "985d7f6ae17e15e525b19e348b3a43e78177cea3b775434abcbe7d220bebe934"
end
end
 
if build.with? "indexcolor-patch"
patch do
url "https://blog.x-way.org/stuff/mutt-1.5.24-indexcolor.diff"
sha256 "96c3ab28e0cb03646fbb0357650628591efabb102596978d1b05960d0e511f33"
end
end
 
# original source for this went missing, patch sourced from Arch at
View
6
README.md
# homebrew-mutt
 
This tap contains the mutt 1.5.24 formula with updated versions of patches no longer included in the official homebrew repository (currently only the trash_folder patch).
This tap contains the mutt 1.5.24 formula with updated versions of patches no longer included in the official homebrew repository:
- trash_folder patch
- indexcolor patch
 
## How do I install this formula?
 
Just `brew tap x-way/mutt` and then `brew install x-way/mutt/mutt`.