use file names for attachments

This commit is contained in:
rsc 2006-06-30 04:53:51 +00:00
parent e6c443621b
commit 141d600972
4 changed files with 8 additions and 4 deletions

View file

@ -1458,7 +1458,8 @@ static struct {
char *name;
int offset;
} paramtab[] = {
"charset", offsetof(Part, charset)
"charset", offsetof(Part, charset),
"name", offsetof(Part, filename)
};
static void