Convenience repo with my customizations to the mutt formula for homebrew. Based on sgeb/homebrew-mutt.
The following patches were added:
-
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 yourindex_format
to conditionally display the associated labels and make sure to disableheader_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.
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