View Single Post
  #4 (permalink)  
Old 03-06-2007, 08:20 AM
jtroxel jtroxel is offline
Member
 
Posts: 13
Default I found it

...and it was NOT a Zmbra bug.

Turned out to be a copy-and-paste error:
Code:
  ZmOperation.addOperation(this._convToolbar, this._quickOpDesc.id, this._mailToolbar._buttons, 2);
I was sending the wrong toolbar butons for the opHash parameter.

- JT
Reply With Quote