From: JerikoOne Date: Fri, 13 Jul 2018 19:24:58 +0000 (-0700) Subject: Handle NO response without message properly X-Git-Tag: mutt-1-10-1-rel~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9347b5c01dc52682cb6be11539d9b7ebceae4416;p=mutt Handle NO response without message properly --- diff --git a/imap/command.c b/imap/command.c index 82bf54c4..bb267f62 100644 --- a/imap/command.c +++ b/imap/command.c @@ -586,7 +586,7 @@ static int cmd_handle_untagged (IMAP_DATA* idata) dprint (2, (debugfile, "Handling untagged NO\n")); /* Display the warning message from the server */ - mutt_error ("%s", s+3); + mutt_error ("%s", s+2); mutt_sleep (2); }