* refactor: MU_MSG_PART_OPTION -> MU_MSG_OPTION and related changes
This commit is contained in:
@ -358,7 +358,7 @@ SCM_DEFINE (get_parts, "mu:c:get-parts", 1, 1, 0,
|
||||
msgwrap = (MuMsgWrapper*) SCM_CDR(MSG);
|
||||
mu_msg_part_foreach (msgwrap->_msg,
|
||||
(MuMsgPartForeachFunc)each_part,
|
||||
&attinfo, MU_MSG_PART_OPTION_NONE);
|
||||
&attinfo, MU_MSG_OPTION_NONE);
|
||||
|
||||
/* explicitly close the file backend, so we won't run of fds */
|
||||
mu_msg_unload_msg_file (msgwrap->_msg);
|
||||
|
||||
Reference in New Issue
Block a user