* crypto: update other mu-msg-part users for api changes

This commit is contained in:
djcb
2012-07-17 19:17:09 +03:00
parent c7cf0c6655
commit 9e59b1f29b
4 changed files with 10 additions and 7 deletions

View File

@ -356,9 +356,9 @@ SCM_DEFINE (get_parts, "mu:c:get-parts", 1, 1, 0,
attinfo.attachments_only = ATTS_ONLY == SCM_BOOL_T ? TRUE : FALSE;
msgwrap = (MuMsgWrapper*) SCM_CDR(MSG);
mu_msg_part_foreach (msgwrap->_msg, FALSE,
mu_msg_part_foreach (msgwrap->_msg,
(MuMsgPartForeachFunc)each_part,
&attinfo);
&attinfo, MU_MSG_PART_OPTION_NONE);
/* explicitly close the file backend, so we won't run of fds */
mu_msg_unload_msg_file (msgwrap->_msg);