Skip to content

Commit

Permalink
Handle NO response without message properly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriko-one authored and flatcap committed Jul 7, 2018
1 parent 1b0f0d0 commit 36a2928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ static int cmd_handle_untagged(struct ImapData *idata)
mutt_debug(2, "Handling untagged NO\n");

/* Display the warning message from the server */
mutt_error("%s", s + 3);
mutt_error("%s", s + 2);
}

return 0;
Expand Down

0 comments on commit 36a2928

Please sign in to comment.