aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-migrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-migrate.c')
-rw-r--r--mail/em-migrate.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/em-migrate.c b/mail/em-migrate.c
index fe3075bcb2..2bd54e0ca6 100644
--- a/mail/em-migrate.c
+++ b/mail/em-migrate.c
@@ -1485,7 +1485,7 @@ em_migrate_dir (EMMigrateSession *session, const char *dirname, const char *full
/* get old store & folder */
path = g_strdup_printf ("%s/local-metadata.xml", dirname);
- if (!(uri = get_local_store_uri (dirname, path, &name, &index, &thread_list, &ex))) {
+ if (!(uri = get_local_store_uri (dirname, path, &name, &index, &ex))) {
g_warning ("error opening old store for `%s': %s", full_name, ex.desc);
camel_exception_clear (&ex);
g_free (path);
@@ -1551,14 +1551,14 @@ em_migrate_dir (EMMigrateSession *session, const char *dirname, const char *full
goto cmeta_err;
/* write the meta count */
- if (camel_file_util_encode_uint32 (fp, threaded != -1 ? 1 : 0) == -1)
+ if (camel_file_util_encode_uint32 (fp, thread_list != -1 ? 1 : 0) == -1)
goto cmeta_err;
- if (threaded != -1) {
+ if (thread_list != -1) {
if (camel_file_util_encode_string (fp, "evolution:thread_list") == -1)
goto cmeta_err;
- if (camel_file_util_encode_string (fp, threaded ? "1" : "0") == -1)
+ if (camel_file_util_encode_string (fp, thread_list ? "1" : "0") == -1)
goto cmeta_err;
}
0e1a47925dd41'>- fix MASTER_SITESdinoex2015-12-201-2/+2 * Mark as broken: does not fetchbapt2015-12-131-0/+1 * - fix build for ruby >= 2.1dinoex2015-12-032-8/+16 * - Use BROKEN_RUBY21 and BROKEN_RUBY22sunpoet2015-09-041-7/+4 * graphics/ruby-gd: mark does not build with ruby 2.2 alsoswills2015-04-041-2/+2 * Make fonts repecting XDGbapt2015-03-221-2/+2 * Remove Author from pkg-descr and white space fixesbapt2015-03-031-2/+0 * Mark broken with Ruby 2.1swills2014-11-121-1/+7 * Cleanup plistbapt2014-10-211-3/+0 * Allow ports using ruby extconf to be built as non rootantoine2014-08-261-2/+0 * many ruby/rubygem ports: death of rubyforge.orgswills2014-08-191-1/+0 * Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1 * The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1 * Remove trailing whitespaces from category graphicsehaupt2014-02-211-1/+1 * According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2 * - cleanupdinoex2013-12-121-6/+6 * - drop linker path to stagedirdinoex2013-12-011-0/+5 * - use STAGEDIRdinoex2013-11-271-13/+13 * - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+2 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - update libdg to 2.1.0dinoex2013-08-091-1/+1 * Fix with bmakebapt2013-05-241-1/+1 * - cleanup headerdinoex2013-01-271-7/+3 * - update png to 1.5.10dinoex2012-06-011-0/+1 * - detect ttf support in libgddinoex2012-01-121-0/+1 * - update to 0.8.0dinoex2011-11-193-12/+1165 * -remove MD5ohauer2011-07-031-1/+0 * - Mark some ruby* and rubygem* broken with ruby 1.9pgollucci2010-12-101-0/+4 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - use PORTEXAMPLESdinoex2008-05-312-5/+7 * - clean X11BASEdinoex2008-03-301-2/+2 * - set USE_XORGdinoex2008-03-181-2/+1 * - remove oblsolete gd1 handlingdinoex2007-12-121-5/+0 * - fix build with xpmdinoex2007-07-271-1/+1 * - take maintainershipdinoex2007-07-251-2/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * - Fixed mastersite, the tarball was unfetchable since 2003.erwin2005-12-282-2/+1 * - Add SHA256pav2005-11-261-0/+1 * With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-111-1/+1 * Add SIZE data.knu2004-03-221-0/+1 * Fix a stupid typo and activate GD2 features properly. D'oh!knu2004-03-191-2/+2 * o Main modificationnork2003-08-191-9/+9 * o Change library name from libgd to libgd1.nork2003-07-122-2/+18 * De-pkg-comment.knu2003-02-182-1/+1 * This does not seem to require ruby-rdtool.knu2003-01-111-1/+0 * Add a WITH_GD2 knob.knu2002-10-072-24/+33 * Reflect *_RD renaming.knu2002-10-071-3/+1