Can you put these things in a ticket?
On Sat, Aug 30, 2008 at 8:14 PM, San sansez@gmail.com wrote:
sorry, database schema for use with this script
CREATE TABLE IF NOT EXISTS
mailrules(mailrule_idint(11) NOT NULL auto_increment,ordertinyint(4) NOT NULL default '0',namevarchar(128) default NULL,fromvarchar(128) default NULL,tovarchar(128) default NULL,subjectvarchar(128) default NULL,ccvarchar(128) default NULL,bccvarchar(128) default NULL,replytovarchar(128) default NULL,countint(10) unsigned NOT NULL default '0',user_idint(10) unsigned NOT NULL default '0',locationvarchar(128) default NULL, PRIMARY KEY (mailrule_id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;On Fri, Aug 29, 2008 at 7:55 PM, Roland Liebl roland@liebl.ath.cx wrote:
Hello San,
I had a brief look on your patch.
There is a new database table mailrules necessary. Structure? Patch for db.php.inc.dist?
Isn't there a template to manage mail rules?
Please send me a complete zip of all modified file. Sorry I'm on windows and can't use .patch files at all.
Regards, Roland
On Fri, 29 Aug 2008 14:04:24 +0700, San sansez@gmail.com wrote:
from this ticket : http://trac.roundcube.net/ticket/1484890
I have modified some function, about filter rules which use search function from rcube_imap.php I think it ok, please use this filter in next version of roundcube
filter is the features I like....
sorry for my poor English.
-- Sincerely, Nantharat Puwarang Sansez [at] Gmail [dot] com LPIC-1 : Linux Professional Institute Certified _______________________________________________ List info: http://lists.roundcube.net/dev/
List info: http://lists.roundcube.net/dev/