danchoi / vmail

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

Syntax Error while starting Vmail #150

Closed alioguzhan closed 11 years ago

alioguzhan commented 11 years ago
Starting vmail 2.8.7
Setting VMAIL_BROWSER to 'open'
Setting VMAIL_HTML_PART_READER to 'w3m -dump -T text/html -I utf-8 -O utf-8'
Changing working directory to /Users/ali/.vmail/default 
Using config file: /Users/ali/.vmailrc
No contacts file found for auto-completion. See help for how to generate it.
/usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/2.0.0/psych.rb:205:in `parse':    (<unknown>): did not find expected comment or line break while scanning a block  scalar at line 4 column 12 (Psych::SyntaxError)
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/2.0.0/psych.rb:205:in `parse_stream'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/2.0.0/psych.rb:153:in `parse'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/2.0.0/psych.rb:129:in `load'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/vmail-2.8.7/lib/vmail/options.rb:65:in `block in parse'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/2.0.0/optparse.rb:885:in `initialize'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/vmail-2.8.7/lib/vmail/options.rb:22:in `new'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/vmail-2.8.7/lib/vmail/options.rb:22:in `parse'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/vmail-2.8.7/lib/vmail/options.rb:18:in `initialize'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/vmail-2.8.7/lib/vmail.rb:41:in `new'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/vmail-2.8.7/lib/vmail.rb:41:in `start'
from /usr/local/Cellar/ruby/2.0.0-p247/lib/ruby/gems/2.0.0/gems/vmail-2.8.7/bin/vmail:14:in `<top (required)>'
from /usr/local/opt/ruby/bin/vmail:23:in `load'
from /usr/local/opt/ruby/bin/vmail:23:in `<main>'
danchoi commented 11 years ago

Looks like your .vmailrc file is misformatted. You may have to put quotes around your password

alioguzhan commented 11 years ago

oh thank you. i missed that.