mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:00:13 +01:00
message-id is not mandatory when importing manually
This commit is contained in:
parent
3c4ed238f2
commit
190ce71af7
@ -14,7 +14,7 @@
|
||||
|
||||
#define VERSION "0.1.25-master-branch"
|
||||
|
||||
#define BUILD 864
|
||||
#define BUILD 865
|
||||
|
||||
#define HOSTID "mailarchiver"
|
||||
|
||||
|
@ -616,6 +616,9 @@ int main(int argc, char **argv){
|
||||
|
||||
cfg = read_config(configfile);
|
||||
|
||||
/* make sure we don't discard messages without a valid Message-Id when importing manually */
|
||||
cfg.archive_emails_not_having_message_id = 1;
|
||||
|
||||
if(read_key(&cfg)){
|
||||
printf("%s\n", ERR_READING_KEY);
|
||||
return ERR;
|
||||
|
Loading…
Reference in New Issue
Block a user