-
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
checking for new message fails with ArgumentError if INBOX is empty #176
Comments
This problem is also present with both Vmail 2.9.0 and 2.8.7 on a Linux machine tested with Ruby 1.9.3, Ruby 2.1.2 and MacVim 7.4. |
The problem seems to be specific to the sequence of events where the user starts vmail and the inbox is empty, and then subsequently a new message is received and then the user checks email again. To recreate it:
Here's the full error message:
|
I have fixed this in the latest release(2.9.1). Please run |
Updated to 2.9.2, but unfortunately I'm still getting the same error message using the steps above to recreate. For completeness, here's the debug log:
|
If the Inbox is empty, checking for new messages with
u
fails with the following error:However, if there is at least one other message in the Inbox then updating works fine.
Relevant info: OSX 10.8.5, Ruby 2.1, Vmail 2.9.0, MacVim 7.4
The text was updated successfully, but these errors were encountered: