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 does not start correctly on Linux systems #179

Closed
lzap opened this issue Jul 25, 2014 · 3 comments
Closed

Vmail does not start correctly on Linux systems #179

lzap opened this issue Jul 25, 2014 · 3 comments

Comments

@lzap
Copy link
Contributor

lzap commented Jul 25, 2014

It looks like this is what vmail does during the start:

vim --servername VMAIL:lzap -S /home/lzap/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/vmail-2.9.2/lib/vmail.vim -c '' vmailbuffer

The problem with that is that on Linux systems, vim cannot be compiled with +clientserver option, because this feature uses X11 IPC. It works fine on MacVim because the X11 part was replaced there and ported over to vim. Do authors of this nice project use Mac? ;-)

Workaround: On Linux use "vimx" which is a wrapper that starts gvim in terminal mode.

This project looks good! Trying it out currently on my Fedora 20.

@lzap
Copy link
Contributor Author

lzap commented Jul 25, 2014

I have an alias vim="gvim -v" which is essentially vim=vimx, but for some reason vmail ignores aliases. Therefore a patch will be needed.

@lzap
Copy link
Contributor Author

lzap commented Jul 25, 2014

Ah!

export VMAIL_VIM=vimx

This would be sane default for all Linux systems.

@lzap lzap closed this as completed Jul 25, 2014
@lzap
Copy link
Contributor Author

lzap commented Jul 25, 2014

By the way, I can confirm Vmail works with Zimbra (IMAP). Looks good.

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

1 participant