-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error on startup: "Unknown option argument: "--servername" #173
Comments
@pdbradley vim must be compiled with the +clientserver feature for Vmail to work. This was a recent change and I will add to the instructions soon. To check if vim has the feature, run |
Well, I do have that flag set, actually. Any other ideas? On Thu, Jun 26, 2014 at 10:42 AM, Alex [email protected] wrote:
|
Does the command |
On non X11 machines you need to compile Vim with some additional X11 packages. More details here. |
It does indeed. % vim --servername bradley On Thu, Jun 26, 2014 at 12:03 PM, Alex [email protected] wrote:
|
Fixed in |
Additionally, +clientserver is discussed in stackoverflow too. http://stackoverflow.com/questions/10231223/compile-vim-7-3-with-clientserver-feature-on-mac-os-x
|
I just used MacVim to get around this in OSX 10.7.5: VMAIL_VIM=mvim vmail |
Danchoi;
Where is your donate button? This looks to be a wonderful tool. If only I could get it running. Here is what I'm seeing. I tried different versions of ruby / vim and even ran vmail on a vanilla .vimrc to see if there was something in my own that was causing an issue. Same error every time.
Philips-Mac-mini% vmail
Starting vmail 2.9.0
Setting VMAIL_BROWSER to 'open'
Setting VMAIL_HTML_PART_READER to 'elinks -dump'
Changing working directory to /Users/philip/.vmail/default
Using config file: /Users/philip/.vmailrc
Using contacts file: vmail-contacts.txt
Starting vmail imap client for [email protected]
INBOX polling disabled.
Working directory: /Users/philip/.vmail/default
Checking vmail.db version... OK
Connecting to database
Starting Vmail::ImapClient in dir /Users/philip/.vmail/default
Starting gmail service at druby://philips-mac-mini.local:52255
Mailbox: INBOX
Query: ["all"]
Query String: all
DRB_URI=druby://philips-mac-mini.local:52255 VMAIL_CONTACTS_FILE=vmail-contacts.txt VMAIL_MAILBOX=INBOX VMAIL_QUERY="all" /usr/bin/vim --servername VMAIL:[email protected] -S /Users/philip/.rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/vmail-2.9.0/lib/vmail.vim -c '' vmailbuffer
Using buffer file: vmailbuffer
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 24 2013 18:58:47)
Unknown option argument: "--servername"
More info with: "vim -h"
Closing imap connection
Bye
The text was updated successfully, but these errors were encountered: