I create zimlet for automatic add tag to mail.
I can add tag to mail but there tag was not updated immediately.
After I reload page there tag was add to mail.
I found one thing for update tag to mail immediately.
But I got some problem.var view = appCtxt.getCurrentView();
var msg = view.getMsg()
...
// add tag to mail
...
/// reload msg //
msg._loaded=false;
msg.load(msg)l
I see in msg._bodyPart , in this I saw duplicate object.
So when I use this mail to follow , the body was duplicate.
I don't know how to solve this problem or how I update tag to mail immedately.
Thank for reply.


LinkBack URL
About LinkBacks


