Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some updates for mutt stuff #24

Closed
errzey opened this issue Oct 16, 2015 · 1 comment
Closed

some updates for mutt stuff #24

errzey opened this issue Oct 16, 2015 · 1 comment

Comments

@errzey
Copy link

errzey commented Oct 16, 2015

The sidebar patch is no longer included in the brew recipe, which sucks.

You can grab the newest patches here: http://www.lunar-linux.org/mutt-sidebar/

Here is how to edit brew to apply the patch without errors:

  • brew edit mutt
  • add option "with-sidebar-patch", "Apply sidebar patch
  • add:
   patch do
      url "http://lunar-linux.org/~tchan/mutt/patch-1.5.24.sidebar.20150917.txt"
    end if build.with? "sidebar-patch"
  • remove current version of mutt
  • run brew install --with-s-lang --with-sidebar-patch

Also launchd is stupid, so I just used automater to create Applications/fetchmail.app

screen shot 2015-10-15 at 4 04 24 pm

you must export when creating the above

And have it automatically start when logging in

screen shot 2015-10-15 at 4 05 12 pm

Fun stuff. The original article was epic, and your dotfiles based on that article helped me a bunch. Thanks!

@zanshin
Copy link
Owner

zanshin commented Mar 16, 2018

I've abandoned mutt on macOS. Currently I'm using a mutt setup on Ubuntu, that I remotely access over ssh, and keep in a tmux session so that multiple computers can attach to it simultaneously. I'm working on a (quite lengthy) posting on the whole setup.

@zanshin zanshin closed this as completed Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants