]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Sat, 28 May 2005 03:50:32 +0000 (03:50 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 28 May 2005 03:50:32 +0000 (03:50 +0000)
citadel/imap_store.c

index 1e65dae4c81c1db07743d7c6ee0ccf429efe9d57..509c1402ba1c4877783c4ddb35df76c67d677e58 100644 (file)
@@ -92,6 +92,9 @@ void imap_do_store_msg(int seq, char *oper, unsigned int bits_to_twiddle) {
                );
        }
 
+       lprintf(CTDL_DEBUG, "imap_do_store_msg(%d, %s, %d)\n",
+               seq, oper, bits_to_twiddle);
+
        /* 'silent' is actually the value returned from a strncasecmp() so
         * we want that option only if its value is zero.  Seems backwards
         * but that's the way it's supposed to be.