aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mutt.rb
AgeCommit message (Collapse)Author
2013-01-20mutt: remove unused flagAdam Vandenberg
2013-01-18mutt: make thread/sidebar patches mutually exclusiveYousef Ourabi
Fixes #16461. Closes #17182. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-13Mutt: Fix URL to trash and verbose pgp patchesEmmanuel Bernard
Closes #14905. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03mutt: use new sidebar patchSebastian Tramp
See: http://www.lunar-linux.org/mutt-sidebar/ Closes #14678. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-09mutt: fix patcheslimed
Closes #13488. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-31mutt: clean up patch systemAdam Vandenberg
2011-07-31mutt: add verbose mime patchAdam Vandenberg
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-30mutt: add support for ignore-thread patchBenjamin Stiglitz
Allows application of the ignore-thread patch listed at <http://wiki.mutt.org/index.cgi?PatchList>. Adds a new command, ignore-thread, which ignores and unignores message threads. Ignored threads stay collapsed in the message list. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13mutt: clean up formula a bitAdam Vandenberg
2011-06-13mutt: add --with-slang optionphinze
Apparently slang deals with the Solarized color scheme better than ncurses. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-09mutt: update patches for 1.5.21Dmitry Nedospasov
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-09mutt 1.5.21Maciej Konieczny
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-16mutt - fix audit warningAdam Vandenberg
2011-01-16Fix mutt patches.Mike McQuaid
2011-01-16Add --enable-debug option to mutt.Mike McQuaid
This is useful if you want to build a mutt which can write ~/.muttdebug[0-9] log files to see what is going on behind the scenes. Closes #3865.
2011-01-16mutt: fix unsubscribe from malformed mailboxesDmitry Nedospasov
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>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-29Update the trash patch for mutt.Martin Kühl
The more recent version also adds a `purge-mail` function bypassing the configured trash folder. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-29Tell mutt to use tokyocabinet; fixes #1826Adam Vandenberg
2010-03-09add trash folder patch and hcache support to muttCraig P Jolicoeur
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-24Update Formula: muttAlexis Hildebrandt
Add --sidebar-patch option to enable folder list sidebar.
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-11Mutt 1.5.20 formulaTom von Schwerdtner
Signed-off-by: Max Howell <max@methylblue.com>