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

vmail on mac with homebrew Vim 7.4 hangs #175

Open
pmagwene opened this issue Jul 16, 2014 · 4 comments
Open

vmail on mac with homebrew Vim 7.4 hangs #175

pmagwene opened this issue Jul 16, 2014 · 4 comments

Comments

@pmagwene
Copy link

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:

Vmail 2.9.0
Please wait while I fetch your messages.

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?

@pmagwene
Copy link
Author

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.

@notalex
Copy link
Collaborator

notalex commented Jul 17, 2014

It would help if you can provide the debug output. This wiki page can help with capturing the debug information.

@pmagwene
Copy link
Author

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:

D, [2014-07-21T11:32:19.547121 #46114] DEBUG -- : loading mailboxes...
D, [2014-07-21T11:32:19.630948 #46114] DEBUG -- : Loaded mailboxes: ["INBOX", "Personal", "Receipts", "Travel", "Work", "[Gmail]/All Mail", "[Gmail]/Drafts", "[Gmail]/Important", "[Gmail]/Sent Mail", "[Gmail]/Spam", "[Gmail]/Starred", "[Gmail]/Trash"]
D, [2014-07-21T11:32:19.631194 #46114] DEBUG -- : Setting aliases to {"sent"=>"[Gmail]/Sent Mail", "all"=>"[Gmail]/All Mail", "starred"=>"[Gmail]/Starred", "important"=>"[Gmail]/Important", "drafts"=>"[Gmail]/Drafts", "spam"=>"[Gmail]/Spam", "trash"=>"[Gmail]/Trash"}
D, [2014-07-21T11:32:19.832508 #46114] DEBUG -- : Selecting mailbox "INBOX"
D, [2014-07-21T11:32:20.133428 #46114] DEBUG -- : RUBY0003 OK [READ-WRITE] INBOX selected. (Success)

D, [2014-07-21T11:32:20.133701 #46114] DEBUG -- : Done
D, [2014-07-21T11:32:20.140733 #46114] DEBUG -- : Getting mailbox status
D, [2014-07-21T11:32:20.140846 #46114] DEBUG -- : Getting highest message id
D, [2014-07-21T11:32:20.217816 #46114] DEBUG -- : Highest seqno: 1

@mturquette
Copy link

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:

drb_uri: druby://localhost:3009

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

3 participants