Skip to content

Commit 36a2928

Browse files
jeriko-oneflatcap
authored andcommitted
Handle NO response without message properly
1 parent 1b0f0d0 commit 36a2928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: imap/command.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ static int cmd_handle_untagged(struct ImapData *idata)
892892
mutt_debug(2, "Handling untagged NO\n");
893893

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

898898
return 0;

0 commit comments

Comments
 (0)