* put QP Decoder intoo its own file
[citadel.git] / webcit / notes.c
index 9a090245c573fa50dfa4e726aaf7fd206d0a4c52..7d496f638e30cd50a96f22f94c7604a6795cfe27 100644 (file)
@@ -337,10 +337,10 @@ void ajax_update_note(void) {
  *
  * msgnum = Message number on the local server of the note to be displayed
  */
-void display_note(long msgnum, int unread) {
+void display_note(message_summary *Msg, int unread) {
        struct vnote *v;
 
-       v = vnote_new_from_msg(msgnum);
+       v = vnote_new_from_msg(Msg->msgnum);
        if (v) {
 //             display_vnote_div(v);
                DoTemplate(HKEY("vnoteitem"),