* mu-msg-gmime: cosmetics
This commit is contained in:
@ -865,7 +865,7 @@ address_list_foreach (InternetAddressList *addrlist,
|
||||
int i, rv;
|
||||
|
||||
if (!addrlist)
|
||||
return 0;
|
||||
return FALSE;
|
||||
|
||||
for (i = 0, rv = FALSE; i != internet_address_list_length(addrlist); ++i) {
|
||||
|
||||
@ -910,8 +910,6 @@ get_contacts_from (MuMsgGMime *msg, MuMsgContactForeachFunc func,
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void
|
||||
mu_msg_gmime_contacts_foreach (MuMsgGMime *msg, MuMsgContactForeachFunc func,
|
||||
gpointer user_data)
|
||||
|
||||
Reference in New Issue
Block a user