]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* Mailbox view: selected messages are now draggablevi ChangeLog (Now we just need to
[citadel.git] / webcit / messages.c
index b239cd9bc7305d00891857617b7da0dba6a233a6..578d1147464ab49bafb346b8111db9295ff17c68 100644 (file)
@@ -1338,7 +1338,7 @@ void display_summarized(int num) {
        char datebuf[64];
 
        wprintf("<tr id=\"m%ld\" style=\"width:100%%;font-weight:%s;background-color:#fff\" "
-               "onClick=\"CtdlSingleClickMsg(event,%ld)\">",
+               "onMouseDown=\"CtdlMoveMsgMouseDown(event,%ld)\">",
                WC->summ[num].msgnum,
                (WC->summ[num].is_new ? "bold" : "normal"),
                WC->summ[num].msgnum