From: Jose Dapena Paz Date: Fri, 11 Dec 2009 10:58:05 +0000 (+0100) Subject: Don't fetch message size with count stream in bodystruct (we'll always have X-Git-Tag: 3.2.4-1~4 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=3dc5d2a9432da9d45039b32fe39674c2f99fdab3 Don't fetch message size with count stream in bodystruct (we'll always have the proper size). --- diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index fe19db8..ada820a 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -4916,6 +4916,7 @@ headers_action_show_details (TnyHeader *header, if (MODEST_IS_MSG_VIEW_WINDOW (window)) { async_retrieval = TRUE; msg = modest_msg_view_window_get_message (MODEST_MSG_VIEW_WINDOW (window)); + async_retrieval = !TNY_IS_CAMEL_BS_MSG (msg); } else { async_retrieval = FALSE; }