danchoi / vmail

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

Error viewing email #63

Open tdavis opened 12 years ago

tdavis commented 12 years ago
  1. Refresh VMAIL
  2. Hit on email
  3. New buffer contains error below

Error encountered in fetch_and_cache(), message_id 20111205195753.GA6722@seas.upenn.edu [INBOX]: undefined method []' for nil:NilClass /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/showing_message.rb:50:inblock in fetch_and_cache' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/imap_client.rb:478:in call' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/imap_client.rb:478:inblock in reconnect_if_necessary' /usr/local/lib/ruby/1.9.1/timeout.rb:57:in timeout' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/imap_client.rb:477:inreconnect_if_necessary' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/showing_message.rb:46:in fetch_and_cache' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/showing_message.rb:30:inblock in show_message' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/helpers.rb:10:in block in retry_if_needed' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/helpers.rb:9:intimes' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/helpers.rb:9:in retry_if_needed' /usr/local/lib/ruby/gems/1.9.1/gems/vmail-2.4.3/lib/vmail/showing_message.rb:30:inshow_message' /usr/local/lib/ruby/1.9.1/drb/drb.rb:1558:in perform_without_block' /usr/local/lib/ruby/1.9.1/drb/drb.rb:1518:inperform' /usr/local/lib/ruby/1.9.1/drb/drb.rb:1592:in block (2 levels) in main_loop' /usr/local/lib/ruby/1.9.1/drb/drb.rb:1588:inloop' /usr/local/lib/ruby/1.9.1/drb/drb.rb:1588:in `block in main_loop'

danchoi commented 12 years ago

Will need to fix this, but as a stopgap, you can view the raw RFC822 content of the message by pressing R in the message window.