* flag the mailview; add all recipients
[citadel.git] / webcit / static / summaryview.js
index 5fd759616882522a263e71f378e2baab18389f54..259d9755e08ee926eeb3b84e53821e238fec057c 100644 (file)
@@ -263,7 +263,7 @@ function CtdlMessageListClick(evt) {
     unmarkAllRows();
     markedRowId = parent.ctdlRowId;
     document.getElementById("preview_pane").innerHTML = "";
-    new Ajax.Updater('preview_pane', 'msg/'+msgId, {method: 'get'});
+    new Ajax.Updater('preview_pane', 'msg/'+msgId+'?Mail=1', {method: 'get'});
     markRow(parent);
     new Ajax.Request('ajax_servcmd', {
       method: 'post',