X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-local-folders-account.c;h=400391b593d4cb22096ce6b60a31a9c214c9d479;hb=fb1f5d982174b35cd14a85c99952b68c31c6cbc1;hp=a884c423fddc80bbe0caea8f4ad38498bea0b68a;hpb=558219dfdd5d2effce04afd18988b35b14dddf06;p=modest 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) {