X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fwidgets%2Fmodest-retrieve-combo-box.c;h=c23d8fb9b15e745e340341ccc333a06b6e638981;hb=abcd3579f4f5822551b85cb995d4ba4b11ab890e;hp=f7f034c3930639c671a8ca23c9a7d2530756218e;hpb=a9bf3e95b5759891726dc3d430dbd9ceb7a9cd06;p=modest diff --git a/src/widgets/modest-retrieve-combo-box.c b/src/widgets/modest-retrieve-combo-box.c index f7f034c..c23d8fb 100644 --- a/src/widgets/modest-retrieve-combo-box.c +++ b/src/widgets/modest-retrieve-combo-box.c @@ -137,14 +137,15 @@ void modest_retrieve_combo_box_fill (ModestRetrieveComboBox *combobox, ModestTra gtk_list_store_set (liststore, &iter, MODEL_COL_CONF_NAME, MODEST_ACCOUNT_RETRIEVE_VALUE_HEADERS_ONLY, MODEL_COL_NAME, _("mcen_fi_advsetup_retrievetype_headers"), -1); - - /* Only IMAP should have this option, according to the UI spec: */ - if (protocol == MODEST_PROTOCOL_STORE_IMAP) { - gtk_list_store_append (liststore, &iter); - gtk_list_store_set (liststore, &iter, - MODEL_COL_CONF_NAME, MODEST_ACCOUNT_RETRIEVE_VALUE_MESSAGES, - MODEL_COL_NAME, _("mcen_fi_advsetup_retrievetype_messages"), -1); - } + + /* We disable messages retrieval finally */ +/* /\* Only IMAP should have this option, according to the UI spec: *\/ */ +/* if (protocol == MODEST_PROTOCOL_STORE_IMAP) { */ +/* gtk_list_store_append (liststore, &iter); */ +/* gtk_list_store_set (liststore, &iter, */ +/* MODEL_COL_CONF_NAME, MODEST_ACCOUNT_RETRIEVE_VALUE_MESSAGES, */ +/* MODEL_COL_NAME, _("mcen_fi_advsetup_retrievetype_messages"), -1); */ +/* } */ gtk_list_store_append (liststore, &iter);