Bug #654893 - Fix one missed rename of 'msg_security' to 'dirty'
authorSean Finney <sean.finney@sonyericsson.com>
Thu, 28 Jul 2011 10:59:45 +0000 (12:59 +0200)
committerMilan Crha <mcrha@redhat.com>
Thu, 28 Jul 2011 10:59:45 +0000 (12:59 +0200)
camel/camel-db.c

index d90c6d3..1d1410e 100644 (file)
@@ -1432,7 +1432,7 @@ camel_db_migrate_folder_prepare (CamelDB *cdb,
                ret = camel_db_add_to_transaction (cdb, table_creation_query, error);
                sqlite3_free (table_creation_query);
 
-               table_creation_query = sqlite3_mprintf ("INSERT INTO 'mem.%q' SELECT uid , flags , msg_type , read , deleted , replied , important , junk , attachment , msg_security , size , dsent , dreceived , subject , mail_from , mail_to , mail_cc , mlist , followup_flag , followup_completed_on , followup_due_by , part , labels , usertags , cinfo , bdata , strftime(\"%%s\", 'now'), strftime(\"%%s\", 'now') FROM %Q", folder_name, folder_name);
+               table_creation_query = sqlite3_mprintf ("INSERT INTO 'mem.%q' SELECT uid , flags , msg_type , read , deleted , replied , important , junk , attachment , dirty , size , dsent , dreceived , subject , mail_from , mail_to , mail_cc , mlist , followup_flag , followup_completed_on , followup_due_by , part , labels , usertags , cinfo , bdata , strftime(\"%%s\", 'now'), strftime(\"%%s\", 'now') FROM %Q", folder_name, folder_name);
                ret = camel_db_add_to_transaction (cdb, table_creation_query, error);
                sqlite3_free (table_creation_query);