X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account.c;h=070f3a2aa52648f2a992cd4e0aee2ddc6d520939;hp=4bc365ca97536a9858568a9767e900a2464e9390;hb=8125ec9d64e509b2238ff58a8cd905791f717c3e;hpb=fce141104a93d994fa67163492c07a1ea2cc8f72 diff --git a/src/modest-tny-account.c b/src/modest-tny-account.c index 4bc365c..070f3a2 100644 --- a/src/modest-tny-account.c +++ b/src/modest-tny-account.c @@ -130,7 +130,7 @@ modest_tny_account_get_special_folder (TnyAccount *account, TnyFolder *folder = TNY_FOLDER (tny_iterator_get_current (iter)); if (folder) { - if (modest_tny_folder_get_local_folder_type (folder) == special_type) { + if (modest_tny_folder_get_local_or_mmc_folder_type (folder) == special_type) { special_folder = folder; break; /* Leaving a ref for the special_folder return value. */ }