Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Zimlets

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-15-2011, 11:32 AM
Starter Member
 
Posts: 2
Exclamation change the subject of the selected mail

Good evening,
I need to change the subject of an e-mail received, when I click on a button. I esseyer is the code below but unfortunately it yielded no results.

Code:
/**
 * Shows and chang the subject of the selected mail.
 * 
 */

com_zimbra_c_mail_info_HandlerObject.prototype._showSelectedMail =
function(controller) {


	var msg = controller.getMsg();
	var newSbj = "My String " + msg.subject;
	controller._setSubject(null, msg, newSbj);


	this._displayDialog();
	
};
If you like it if you have any ideas I would appreciate it.
Thank you in advance.

Last edited by Choubisoft; 12-04-2011 at 03:52 AM..
Reply With Quote
  #2 (permalink)  
Old 12-04-2011, 03:53 AM
Starter Member
 
Posts: 2
Default Up

UP Plz ...
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.