Integrated the DKIM signer into serv_smtpclient, but disabled it
[citadel.git] / webcit / static / t / section_mailsummary_m.html
1 <div><div id="m<?MAIL:SUMM:N>" style="font-weight:<?%("COND:MAIL:SUMM:UNREAD", 1, 0, 0, "bold", "normal")>;" onClick="CtdlLoadMsgMouseDown(event,<?MAIL:SUMM:N>)">
2 <span class="from"><?MAIL:SUMM:FROM("X")></span>
3 <span style="float: right;"><?MAIL:SUMM:DATEBRIEF></span><br>
4 <span class="subject"><?MAIL:SUMM:SUBJECT("X")></span>
5 </div><div id="m_<?MAIL:SUMM:N>" class="msgview" onMouseDown=""></div></div>