[evolution-data-server] Bug #654893 - Fix one missed rename of 'msg_security' to 'dirty'
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #654893 - Fix one missed rename of 'msg_security' to 'dirty'
- Date: Thu, 28 Jul 2011 11:00:31 +0000 (UTC)
commit eab7148247aa313a99c95f9f689d660f342673e9
Author: Sean Finney <sean finney sonyericsson com>
Date: Thu Jul 28 12:59:45 2011 +0200
Bug #654893 - Fix one missed rename of 'msg_security' to 'dirty'
camel/camel-db.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-db.c b/camel/camel-db.c
index d90c6d3..1d1410e 100644
--- a/camel/camel-db.c
+++ b/camel/camel-db.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]