* Any "delete message" operation which is synchronous to a client is now
[citadel.git] / citadel / serv_pop3.c
index 5fb7328d4b3e1c99e934dd0dabeb0e31f171145a..b79b3771fe2e9bf3ec70a627795c712c1661b73c 100644 (file)
@@ -471,7 +471,7 @@ void pop3_update(void) {
        if (POP3->num_msgs > 0) for (i=0; i<POP3->num_msgs; ++i) {
                if (POP3->msgs[i].deleted) {
                        CtdlDeleteMessages(MAILROOM,
-                               POP3->msgs[i].msgnum, "");
+                               POP3->msgs[i].msgnum, "", 1);
                }
        }