* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-22 21:44:54 +02:00
parent 9e43ded016
commit e141908b7c
3 changed files with 12 additions and 9 deletions

View File

@ -707,13 +707,15 @@ get_body (MuMsg *msg, gboolean want_html)
NULL;
else
str = data._txt_part ?
part_to_string (GMIME_PART(data._txt_part), TRUE, &err) :
part_to_string (GMIME_PART(data._txt_part),
TRUE, &err) :
NULL;
/* note, str may be NULL (no body), but that's not necessarily
* an error; we only warn when an actual error occured */
if (err)
g_warning ("error occured while retrieving %s body for message %s",
g_warning ("error occured while retrieving %s body"
"for message %s",
want_html ? "html" : "text",
mu_msg_get_path(msg));