* some more guile scripting stuff

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-13 23:00:05 +03:00
parent 647efbac6c
commit 63a968ccae
2 changed files with 60 additions and 8 deletions

View File

@ -583,8 +583,9 @@ mu_msg_contact_foreach (MuMsg *msg, MuMsgContactForeachFunc func,
{GMIME_RECIPIENT_TYPE_BCC, MU_MSG_CONTACT_TYPE_BCC},
};
g_return_if_fail (func && msg);
g_return_if_fail (msg && msg->_file);
g_return_if_fail (func);
/* first, get the from address(es) */
get_contacts_from (msg, func, user_data);