

- #Mac configure mutt for gmail how to#
- #Mac configure mutt for gmail install#
- #Mac configure mutt for gmail Patch#
#Mac configure mutt for gmail Patch#
This tap includes the patch and seems to have kept up to date well.Įdit the homebrew formula: brew edit muttĪdd the sidebar patch according to these instructions:
#Mac configure mutt for gmail install#
if it gives you an error of the form aclocal then you need to install automake, brew install automake Solution no. Sha1 "1e151d4ff3ce83d635cf794acf0c781e1b748ff1"įinally, exit the editor for the brew file and in the commandline: brew install mutt -with-sidebar-patch I then added a line at the bottom of this block option "with-sidebar-patch", "Apply sidebar patch"Īfter that I scrolled down further to the section with all the patches, e.g. Option "with-confirm-attachment-patch", "Apply confirm attachment patch" Option "with-pgp-verbose-mime-patch", "Apply PGP verbose mime patch" Option "with-ignore-thread-patch", "Apply ignore-thread patch"

Option "with-s-lang", "Build against slang instead of ncurses" Option "with-trash-patch", "Apply trash folder patch" Then I scrolled down to a section of commands that all start with “option”, sort of like: option "with-debug", "Build with debug option enabled"

What I did was the following brew edit mutt I did actually manage to get it to work in the end. I had problems following all of the answers above. The output for me was: -with-confirm-attachment-patch If you want to install mutt with some other patches, have a look to see what you can install with this tap, by typing: brew options sgeb/mutt/mutt All you have to do now is the following: brew uninstall muttīrew install sgeb/mutt/mutt -with-sidebar-patch Thankfully some people have created some homebrew taps to solve this problem for us and make it much simpler. This answer has become a bit out of date.
#Mac configure mutt for gmail how to#
Since the homebrew package is a binary package im not sure how to install this since you usually need to point the patch command at a file you want to patch.Īfter some more searching i found out how someone had used a patch they found on git to patch some other software, they had cloned the git repository and used the git command to apply the patch, but then again im dont know the github repository url (if git is being used) for the 1.5.22 version of mutt, and im also not sure if i would have to recompile it.Ĭan someone point me in the right direction and give me some hints? Preferably a solution. patch file on a github repository, located here doesnt contain any installation instructons. Since the homebrew guys now have removed the option of appying the mutt sidebar patch during installation i went searching and found someone who had created an updated mutt sidebar patch for version 1.5.22 of mutt (every mutt sidebar versions seems to always be incompatible with the previous or the next).
