├── .travis.yml ├── LICENSE ├── README.md ├── mutt.rb └── patches ├── 13-pgp-verbose-mime.patch ├── mutt-1.5.23-gmail-labels.sgeb.v1.patch ├── mutt-1.6.1-gmailcustomsearch.patch ├── mutt-1.6.1-ignore-thread.patch ├── mutt-1.7.1-forwref.sgeb.patch ├── mutt-1.7.1-gmailcustomsearch.patch ├── mutt-attach.patch ├── mutt-sidebar.patch ├── sidebar-1.6.0.diff.gz └── trashfolder-1.6.0.diff.gz /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/README.md -------------------------------------------------------------------------------- /mutt.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/mutt.rb -------------------------------------------------------------------------------- /patches/13-pgp-verbose-mime.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/13-pgp-verbose-mime.patch -------------------------------------------------------------------------------- /patches/mutt-1.5.23-gmail-labels.sgeb.v1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/mutt-1.5.23-gmail-labels.sgeb.v1.patch -------------------------------------------------------------------------------- /patches/mutt-1.6.1-gmailcustomsearch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/mutt-1.6.1-gmailcustomsearch.patch -------------------------------------------------------------------------------- /patches/mutt-1.6.1-ignore-thread.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/mutt-1.6.1-ignore-thread.patch -------------------------------------------------------------------------------- /patches/mutt-1.7.1-forwref.sgeb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/mutt-1.7.1-forwref.sgeb.patch -------------------------------------------------------------------------------- /patches/mutt-1.7.1-gmailcustomsearch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/mutt-1.7.1-gmailcustomsearch.patch -------------------------------------------------------------------------------- /patches/mutt-attach.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/mutt-attach.patch -------------------------------------------------------------------------------- /patches/mutt-sidebar.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/mutt-sidebar.patch -------------------------------------------------------------------------------- /patches/sidebar-1.6.0.diff.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/sidebar-1.6.0.diff.gz -------------------------------------------------------------------------------- /patches/trashfolder-1.6.0.diff.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sgeb/homebrew-mutt/HEAD/patches/trashfolder-1.6.0.diff.gz --------------------------------------------------------------------------------