X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-local-folders-account.c;h=400391b593d4cb22096ce6b60a31a9c214c9d479;hp=a884c423fddc80bbe0caea8f4ad38498bea0b68a;hb=2c79f688aae249beb2b29ca25a9bc07790c4d301;hpb=412305042fc97935d6221fc8f2b5eeb9194317d8 diff --git a/src/modest-tny-local-folders-account.c b/src/modest-tny-local-folders-account.c index a884c42..400391b 100644 --- a/src/modest-tny-local-folders-account.c +++ b/src/modest-tny-local-folders-account.c @@ -227,6 +227,9 @@ void modest_tny_local_folders_account_add_merged_outbox_folders (ModestTnyLocalF * so that they appear as one outbox to the user: */ TnyMergeFolder *merged_outbox = TNY_MERGE_FOLDER (tny_merge_folder_new()); + /* Set type to outbox (NB#61580) */ + tny_merge_folder_set_folder_type (merged_outbox, TNY_FOLDER_TYPE_OUTBOX); + GSList *iter = accounts; while (iter) {