Looking for a way to quickly scan inbox where read emails are a different color than unread emails. Example, all unread email is standard black and read emails are red.
Thanks,
Thanks,
ZmMsg.stickyNotesLabel = this.getMessage("sn_label");
ZmMsg.stickyNotesTip = this.getMessage("sn_tooltip");
var buttonArgs = {
text : ZmMsg.stickyNotesLabel,
tooltip: ZmMsg.stickyNotesTip,
index: buttonIndex,
image: "stickynotes-panelIcon"
};
if(!toolbar.getOp(StickyNotesZimlet.stickyNotes)) {
var button = toolbar.createOp(StickyNotesZimlet.stickyNotes, buttonArgs);
button.addSelectionListener(new AjxListener(this, this._stickyTBListener, [controller]));
}
uncaught exception: ZmCsfeException
if(h.split(/[\?#]/)[0]==(""+window.location).split(/[\?#]/)[0]){
Com_Zimbra_Url.prototype._getHtmlContent=function(r,d,s,e){
var h=s.replace(/\"/g,'"').replace(/^\s+|\s+$/g,"");
if(h.substr(0,4)=="www."){
h="http://"+h
}
if(h.indexOf("\\\\")==0){
s.isUNC=true;
h="file://"+h
}
h=h.replace(/\\/g,"/");
var l="<a target='_blank' href='"+h;
if(h.split(/[\?#]/)[0]==(""+window.location).split(/[\?#]/)[0]){
var n=h.substr(h.indexOf("?"));
if(n){
var o=AjxStringUtil.parseQueryString(h);
if(o){
var t=o.app;
if(t&&t.length>0){
t=t.toUpperCase();
if(appCtxt.getApp(ZmApp[t])){
l="<a href='javascript:top.appCtxt.getAppController().activateApp(top.ZmApp."+t+", null, null);"
}}}}}
r[d++]=l;
r[d++]="'>";
r[d++]=AjxStringUtil.htmlEncode(s);
r[d++]="</a>";
return d
};