sorry, database schema for use with this script
CREATE TABLE IF NOT EXISTS `mailrules` ( `mailrule_id` int(11) NOT NULL auto_increment, `order` tinyint(4) NOT NULL default '0', `name` varchar(128) default NULL, `from` varchar(128) default NULL, `to` varchar(128) default NULL, `subject` varchar(128) default NULL, `cc` varchar(128) default NULL, `bcc` varchar(128) default NULL, `replyto` varchar(128) default NULL, `count` int(10) unsigned NOT NULL default '0', `user_id` int(10) unsigned NOT NULL default '0', `location` varchar(128) default NULL, PRIMARY KEY (`mailrule_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; On Fri, Aug 29, 2008 at 7:55 PM, Roland Liebl <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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/
