* refactor: MU_MSG_PART_OPTION -> MU_MSG_OPTION and related changes

This commit is contained in:
djcb
2012-07-18 16:22:10 +03:00
parent b36d684b81
commit acfabfdf4b
13 changed files with 87 additions and 68 deletions

View File

@ -244,7 +244,7 @@ save_certain_parts (MuMsg *msg, gboolean attachments_only,
mu_msg_part_foreach (msg,
(MuMsgPartForeachFunc)save_part_if,
&sd, MU_MSG_PART_OPTION_NONE);
&sd, MU_MSG_OPTION_NONE);
if (sd.saved_num == 0) {
g_warning ("no %s extracted from this message",
@ -347,7 +347,7 @@ show_parts (const char* path, MuConfig *opts, GError **err)
mu_msg_part_foreach
(msg, (MuMsgPartForeachFunc)each_part_show,
GUINT_TO_POINTER(!opts->nocolor),
MU_MSG_PART_OPTION_NONE);
MU_MSG_OPTION_NONE);
mu_msg_unref (msg);