]> granicus.if.org Git - neomutt/commitdiff
Handle NO response without message properly
authorJerikoOne <jeriko.one@gmx.us>
Sat, 7 Jul 2018 19:15:56 +0000 (14:15 -0500)
committerRichard Russon <rich@flatcap.org>
Sat, 7 Jul 2018 19:15:56 +0000 (14:15 -0500)
imap/command.c

index 859f98727c8da58fba14c54beb6c132b8a20df85..74d12df18eb4c8be6c09377fefc04c42a287ec79 100644 (file)
@@ -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;