X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.c;h=75aa517cfe4bf6bdd94e240e4d9d5b5391ca1319;hp=6f8e13e57e31b09bc8350e1b3b5ef0e9a2d13ceb;hb=eb89c87526744f082e02f90e62a733c76b79b28d;hpb=3aa82e8145fa08ff404f3a55eee70a0c4763cf31;ds=sidebyside diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 6f8e13e..75aa517 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -1329,8 +1329,7 @@ G_DEFINE_TYPE_WITH_CODE (InternalFolderObserver, static void foreach_add_item (gpointer header, gpointer user_data) { - tny_list_prepend (TNY_LIST (user_data), - G_OBJECT (header)); + tny_list_append (TNY_LIST (user_data), G_OBJECT (header)); } /* This is the method that looks for new messages in a folder */