-
Notifications
You must be signed in to change notification settings - Fork 58
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
vmail on mac with homebrew Vim 7.4 hangs #175
Comments
vmail 2.8.7 with Homebrew Vim 7.4 shows the same issue. However, reverting to system Vim (7.3) and vmail 2.8.7, than everything works as expected. |
It would help if you can provide the debug output. This wiki page can help with capturing the debug information. |
Upgraded to vmail 2.9.2. Same problem as before. Here's the debug output. Doesn't look particularly informative, and it seems to be succeeding in open the mailbox, it just never get's past the wait message and it doesn't let me select mails boxes or anything:
|
Just ran into this myself while getting vmail working on my MBP. First you figured out the mvim part which is good, but you might still be getting hit by #85 . Try adding the following to your ~/.vmailrc:
|
I've compiled command line Vim 7.4 with HomeBrew, along with the "--with-client-server" switch as described here: #173
However, when Vmail start up it shows the following message and never updates:
The same vmail setup works just fine with MacVim when using the
export VMAIL_VIM=mvim
setting.I'm using Ruby 2.1, installed via rvm on OS X 10.8.5.
Any ideas what might be going on?
The text was updated successfully, but these errors were encountered: