danchoi / vmail

a vim interface for gmail
http://danielchoi.com/software/vmail.html
MIT License
786 stars 59 forks source link

Unknown option argument servername #193

Closed quantumpotato closed 9 years ago

quantumpotato commented 9 years ago

Config file has username, name, password. run vmail:

{"DRB_URI"=>"druby://mymachine.local:49949", "VMAIL_CONTACTS_FILE"=>nil, "VMAIL_MAILBOX"=>"INBOX", "VMAIL_QUERY"=>"\"all\""}
vim --servername VMAIL:myemail@gmail.com -S /usr/local/lib/ruby/gems/2.2.0/gems/vmail-2.9.4/lib/vmail.vim -c '' vmailbuffer
Using buffer file: vmailbuffer
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov  5 2014 21:00:28)
Unknown option argument: "--servername"
More info with: "vim -h"
Closing imap connection
notalex commented 9 years ago

This issue has been addressed here: https://github.com/danchoi/vmail/issues/187.