]> code.citadel.org Git - citadel.git/blobdiff - citadel/citserver.c
* When sending mail, copy to the sender's "Sent Items>" room instead of to
[citadel.git] / citadel / citserver.c
index 562cd8905f4301417dcb32af5b8202989a3a2062..c03f9cdfe6f2f1f9b5dc83e81e82e3f988a3a99c 100644 (file)
@@ -1033,10 +1033,6 @@ void do_command_loop(void) {
                cmd_ent0(&cmdbuf[5]);
                }
 
-       else if (!strncasecmp(cmdbuf,"ENT3",4)) {
-               cmd_ent3(&cmdbuf[5]);
-               }
-
        else if (!strncasecmp(cmdbuf,"RINF",4)) {
                cmd_rinf();
                }