aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mutt.rb
AgeCommit message (Collapse)Author
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>