use file names for attachments
This commit is contained in:
parent
e6c443621b
commit
141d600972
4 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue