mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 18:19:19 +02:00
fixed a multiline attachment name issue
This commit is contained in:
@@ -158,6 +158,9 @@ struct _state {
|
||||
char filename[TINYBUFSIZE];
|
||||
char type[TINYBUFSIZE];
|
||||
|
||||
char attachment_name_buf[SMALLBUFSIZE];
|
||||
int anamepos;
|
||||
|
||||
struct node *boundaries[MAXHASH];
|
||||
struct node *rcpt[MAXHASH];
|
||||
struct node *rcpt_domain[MAXHASH];
|
||||
@@ -257,6 +260,7 @@ struct import {
|
||||
int processed_messages;
|
||||
int import_job_id;
|
||||
int remove_after_import;
|
||||
int keep_eml;
|
||||
time_t started, updated, finished;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user