]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/mobile.js
* flag the mailview; add all recipients
[citadel.git] / webcit / static / mobile.js
index 331827d183d90914529520b083a70b8fae28ccd3..76bc71c40b368a76e59e485bd9c564116cfb4d06 100644 (file)
@@ -19,7 +19,7 @@ req.onreadystatechange = function (aEvt) {
   }
 };
 req.send(null); */
-  window.location = "/mobilemsg/"+msgnum;
+  window.location = "/mobilemsg/"+msgnum+"?Mail=1";
 }
 function CtdlHideMsg() {
        currentMsgDisplay.style.display = "none";