* flag the mailview; add all recipients
authorWilfried Göesgens <willi@citadel.org>
Thu, 5 Mar 2009 21:28:01 +0000 (21:28 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 5 Mar 2009 21:28:01 +0000 (21:28 +0000)
webcit/static/mobile.js
webcit/static/summaryview.js
webcit/static/t/view_message.html

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";
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',
index 1d32d0e38a1c370868e01d4eaaecddb3f3ecefce..125b06e8a11038dc9327090fa92e080183079b77 100644 (file)
@@ -17,7 +17,7 @@ onMouseOut=document.getElementById("msg<?MAIL:SUMM:N>").style.visibility="hidden
 
    <?!("COND:BSTR", 8, "Mail")>
    <a href="display_enter?recp=%22<?MAIL:SUMM:FROM("U")>%22%3C<?MAIL:SUMM:RFCA("U")>%3E&references=<?MAIL:SUMM:INREPLYTO("U")>%3C<?MAIL:SUMM:RFCA("U")>%3E&subject=<?MAIL:SUMM:SUBJECT("U", 0, "Re:%20", "Re:")>"><span>[</span><?_("Reply")><span>]</span></a> 
-   <a href="display_enter?recp=%22<?MAIL:SUMM:FROM("U")>%22%3C<?MAIL:SUMM:RFCA("U")>%3E&references=<?MAIL:SUMM:ALLRCPT("U")>&subject=<?MAIL:SUMM:SUBJECT("U", 0, "Re:%20", "Re:")>"><span>[</span><?_("ReplyAll")><span>]</span></a> 
+   <a href="display_enter?recp=%22<?MAIL:SUMM:FROM("U")>%22%3C<?MAIL:SUMM:RFCA("U")>%3E%2C<?MAIL:SUMM:ALLRCPT("U")>&references=<?MAIL:SUMM:INREPLYTO("U")>%3C<?MAIL:SUMM:RFCA("U")>%3E&subject=<?MAIL:SUMM:SUBJECT("U", 0, "Re:%20", "Re:")>"><span>[</span><?_("ReplyAll")><span>]</span></a> 
    <a href="display_enter?fwdquote=<?MAIL:SUMM:N>&subject=<?MAIL:SUMM:SUBJECT("U", 0, "Fwd:%%20", "Fwd:")>"><span>[</span><?_("Forward")><span>]</span></a> 
    <??("X", 8)>