mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-24 19:30:12 +01:00
enable using the extra email address for pilerimport
Change-Id: I9d0a8f7a61d4b69e3cd0ba3b5a4010fde3356c46 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
parent
f0caedebd4
commit
857ba6e9a4
@ -285,6 +285,8 @@ int main(int argc, char **argv){
|
||||
return ERR;
|
||||
}
|
||||
|
||||
/* enable using the extra email address */
|
||||
if(data.import->extra_recipient) cfg.process_rcpt_to_addresses = 1;
|
||||
|
||||
if(open_database(&sdata, &cfg) == ERR) return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user