* updates for mu_msg_get_body_(text|html) api change

This commit is contained in:
djcb
2012-08-09 09:38:58 +03:00
parent 86bf7b7165
commit abfcc4a2f3
9 changed files with 29 additions and 23 deletions

View File

@ -123,8 +123,8 @@ body_or_summary (MuMsg *msg, MuConfig *opts)
gboolean color;
color = !opts->nocolor;
body = mu_msg_get_body_text (msg);
body = mu_msg_get_body_text (msg,
mu_config_get_msg_options(opts));
if (!body)
return;