8000 GitHub - kuperman/homebrew-mutt: My customizations to the mutt formula for homebrew.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kuperman/homebrew-mutt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-mutt

Convenience repo with my customizations to the mutt formula for homebrew. Based on sgeb/homebrew-mutt.

The following patches were added:

  • Sidebar: enable with --with-sidebar-patch. [Source]

  • Gmail Server Search: enable with --with-gmail-server-search-patch. Note that Gmail Server Search only works when directly connected to Gmail via IMAP. [Source]

  • Gmail Labels: enable with --with-gmail-labels-patch. Originally based on a patch by Todd Hoffmann. Add %?y?(%y)? to your index_format to conditionally display the associated labels and make sure to disable header_cache. Labels 'Important' and 'Starred' are stripped from the list of labels. Note that Gmail Labels only work when directly connected to Gmail via IMAP.

How to install

If you had previously installed the default homebrew mutt, you must uninstall that version first:

> brew uninstall mutt

Then proceed with installation based on custom formula:

> brew tap kuperman/mutt
# There will be a warning regarding overriding existing formula 'mutt'

> brew options kuperman/mutt/mutt
# List of available options

> brew install kuperman/mutt/mutt --with-trash-patch \
  --with-sidebar-patch --with-gmail-server-search-patch \
  --with-gmail-labels-patch
# Compile and install customized mutt

About

My customizations to the mutt formula for homebrew.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 70.8%
  • Ruby 29.2%
0