Added the OPNA command for downloading attachments
[citadel.git] / citadel / citserver.c
index 95a3214118ca1ff3c6246cae42cbc2b11ad6bc88..70fa577fd06eca78357d95369ca57d9b491e77b9 100644 (file)
@@ -838,6 +838,10 @@ void *context_loop(struct CitContext *con)
                        cmd_msg4(&cmdbuf[5]);
                        }
 
+               else if (!strncasecmp(cmdbuf,"OPNA",4)) {
+                       cmd_opna(&cmdbuf[5]);
+                       }
+
                else if (!strncasecmp(cmdbuf,"INFO",4)) {
                        cmd_info();
                        }