]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* Removed the 'mark message as seen' C code (in the mailbox view) because it
[citadel.git] / webcit / messages.c
index acb74a13236d8e92f3b8f3b0a4e5e8795b89a6f8..82fb3dd4818a87846e084aeab8f22cd1ef73c9d0 100644 (file)
@@ -2227,15 +2227,6 @@ DONE:
                WC->num_summ = 0;
                free(WC->summ);
        }
-
-       /* If we got here via a mailbox view and are reading a single
-        * message, mark it as "seen." We do this after rendering the web page
-        * so it doesn't keep the user waiting.
-        */
-       if ( (maxmsgs == 1) && (WC->wc_view == VIEW_MAILBOX) ) {
-               serv_printf("SEEN %ld|1", startmsg);
-               serv_getln(buf, sizeof buf);
-       }
 }