]> granicus.if.org Git - mutt/commitdiff
Handle NO response without message properly
authorJerikoOne <jeriko.one@gmx.us>
Fri, 13 Jul 2018 19:24:58 +0000 (12:24 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 13 Jul 2018 19:24:58 +0000 (12:24 -0700)
imap/command.c

index 82bf54c40dea77318058f40ffe3246c3f6260ad6..bb267f623ed5b0e23da9d84200efd574277c09e8 100644 (file)
@@ -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);
   }