Began implementing the UIDPLUS extension.
[citadel.git] / citadel / modules / imap / imap_misc.c
index 3b87e25c0b52609c488d032b2dbc3982dca31cd1..d75db8a34448c19bfb8255a9f9af6d51c0d2dc7c 100644 (file)
@@ -445,7 +445,8 @@ void imap_append(int num_parms, char *parms[]) {
                        new_msgnum = CtdlSubmitMsg(msg, NULL, "");
                }
                if (new_msgnum >= 0L) {
-                       cprintf("%s OK APPEND completed\r\n", parms[0]);
+                       cprintf("%s OK [APPENDUID %ld %ld] APPEND completed\r\n",
+                               parms[0], GLOBAL_UIDVALIDITY_VALUE, new_msgnum);
                }
                else {
                        cprintf("%s BAD Error %ld saving message to disk.\r\n",