guile: avoid body duplication
In message, don't re-fill when unneeded. Add tests. Fixes #2802.
This commit is contained in:
@ -333,7 +333,7 @@ SCM_DEFINE(get_parts,
|
||||
attlist = scm_cons(elm, attlist);
|
||||
}
|
||||
|
||||
/* explicitly close the file backend, so we won't run of fds */
|
||||
/* explicitly close the file backend, so we won't run out of fds */
|
||||
msg->unload_mime_message();
|
||||
|
||||
return attlist;
|
||||
|
||||
Reference in New Issue
Block a user