diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-09-22 19:24:18 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-09-24 00:03:17 +0800 |
commit | 82010c57ec4bcd2b10346a2ced038f2e0eb38b85 (patch) | |
tree | 690caa8da37fbb3c9d317b65706062a889ff8983 /mail/importers | |
parent | bfc448800cea06fb2b7c4fa26cda4e01ffd7a354 (diff) | |
download | gsoc2013-evolution-82010c57ec4bcd2b10346a2ced038f2e0eb38b85.tar.gz gsoc2013-evolution-82010c57ec4bcd2b10346a2ced038f2e0eb38b85.tar.zst gsoc2013-evolution-82010c57ec4bcd2b10346a2ced038f2e0eb38b85.zip |
Adapt to Camel API changes.
Diffstat (limited to 'mail/importers')
-rw-r--r-- | mail/importers/mail-importer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/importers/mail-importer.c b/mail/importers/mail-importer.c index 19df23d03c..a54cd08a82 100644 --- a/mail/importers/mail-importer.c +++ b/mail/importers/mail-importer.c @@ -191,7 +191,7 @@ import_mbox_exec (struct _import_mbox_msg *m, camel_folder_append_message_sync ( folder, msg, info, NULL, cancellable, error); - camel_message_info_free (info); + camel_message_info_unref (info); g_object_unref (msg); if (error && *error != NULL) |