]> code.citadel.org Git - citadel.git/commitdiff
* mini fix
authorArt Cancro <ajc@citadel.org>
Thu, 5 Oct 2000 02:02:23 +0000 (02:02 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 5 Oct 2000 02:02:23 +0000 (02:02 +0000)
citadel/serv_imap.c

index 04208fb0b8aed41f31a0c82df5f51811c22f42f6..89e41bd207526618caab4d412e24376ed79587ba 100644 (file)
@@ -311,7 +311,7 @@ void imap_command_loop(void) {
        }
 
        else if (IMAP->selected == 0) {
-               cprintf("%s BAD command unrecognized\r\n", parms[0]);
+               cprintf("%s BAD no folder selected\r\n", parms[0]);
        }
 
        /* commands requiring the SELECT state */