sgeb / homebrew-mutt

My customizations to the mutt formula for homebrew.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebrew-mutt

Build Status

Homebrew formula with additional patches for mutt.

Some of the additional patches (refer to formula for the complete list):

  • 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.

  • Forward References: enable with --with-forwref-patch. By default a forwarded message does not reference the messages it contains. This commit introduces a new boolean option $forward_references. When it is set, a forwarded message includes the In-Reply-To: and References: headers, just like a reply would. Hence the forwarded message becomes part of the original thread instead of starting a new one.

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 sgeb/mutt
# There will be a warning regarding overriding existing formula 'mutt'

> brew options sgeb/mutt/mutt
# List of available options
# Note that not all combinations are always possible (due to potentially
# conflicting patches).

--with-confirm-attachment-patch
        Apply confirm attachment patch
--with-debug
        Build with debug option enabled
--with-forwref-patch
        Apply forward_references patch
--with-gmail-labels-patch
        Apply gmail labels patch
--with-gmail-server-search-patch
        Apply gmail server search patch
--with-gpgme
        Build with gpgme support
--with-ignore-thread-patch
        Apply ignore-thread patch
--with-pgp-verbose-mime-patch
        Apply PGP verbose mime patch
--with-s-lang
        Build against slang instead of ncurses
--with-sidebar-patch
        Apply sidebar patch
--with-trash-patch
        Apply trash folder patch
--HEAD
        Install HEAD version

> brew install sgeb/mutt/mutt --with-trash-patch \
  --with-sidebar-patch --with-gmail-server-search-patch \
  --with-gmail-labels-patch --with-forwref-patch
# Compile and install customized mutt.
# This is an example, refer to the command above to see the
# available options.

About

My customizations to the mutt formula for homebrew.

License:MIT License


Languages

Language:Ruby 100.0%