The following bug has been REOPENED. ====================================================================== http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000229 ====================================================================== Reported By: kaname Assigned To: ====================================================================== Project: DBMail Bug ID: 229 Category: Database layer Reproducibility: sometimes Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 14-Jul-05 04:45 CEST Last Modified: 21-Jul-05 19:12 CEST ====================================================================== Summary: Addition of new table name added by 2.1.1 Description: A new table name was added by 2.1.1. A new table name is added to DB_TABLENAMES of db.c.
====================================================================== ---------------------------------------------------------------------- aaron - 14-Jul-05 10:10 CEST ---------------------------------------------------------------------- Now in SVN. ---------------------------------------------------------------------- kaname - 21-Jul-05 19:12 CEST ---------------------------------------------------------------------- The correction of CVS is wrong. The comma has come off after "referencesfield". diff -urN dbmail_snapshot.old/db.c dbmail_snapshot/db.c --- dbmail_snapshot.old/db.c 2005-07-19 08:01:27.000000000 +0900 +++ dbmail_snapshot/db.c 2005-07-22 01:57:45.413017531 +0900 @@ -68,7 +68,7 @@ "acl", "subscription", "pbsp", "auto_notifications", "auto_replies", "headername", "headervalue", - "subjectfield", "datefield", "referencesfield" + "subjectfield", "datefield", "referencesfield", "fromfield", "tofield", "replytofield", "ccfield", "replycache", "usermap" }; Bug History Date Modified Username Field Change ====================================================================== 14-Jul-05 04:45kaname New Bug 14-Jul-05 04:45kaname File Added: dbmail-tablenames.patch 14-Jul-05 10:10aaron Bugnote Added: 0000774 14-Jul-05 10:10aaron Status new => closed 21-Jul-05 19:12kaname Bugnote Added: 0000776 21-Jul-05 19:12kaname Resolution open => reopened 21-Jul-05 19:12kaname Status closed => feedback ======================================================================