New server command DLAT (DownLoad ATtachment) which
[citadel.git] / citadel / citserver.c
index e86b1e1bfcec12ff3ea038eee08b18e8700af111..95eab2fc673ceac0d2c6cf8a8d0b238effdedc88 100644 (file)
@@ -1077,6 +1077,10 @@ void do_command_loop(void) {
                cmd_opna(&cmdbuf[5]);
        }
 
+       else if (!strncasecmp(cmdbuf,"DLAT",4)) {
+               cmd_dlat(&cmdbuf[5]);
+       }
+
        else if (!strncasecmp(cmdbuf,"INFO",4)) {
                cmd_info();
        }