mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 08:02:00 +01:00
pilerimport status fix
This commit is contained in:
parent
08d38786cb
commit
ff32283695
@ -445,6 +445,8 @@ ENDE:
|
|||||||
rc = import_from_imap_server(s_server, s_username, s_password, 143, sdata, data, skiplist, dryrun, cfg);
|
rc = import_from_imap_server(s_server, s_username, s_password, 143, sdata, data, skiplist, dryrun, cfg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
update_import_job_stat(sdata, data);
|
||||||
|
|
||||||
// don't set error in case of a problem, because it
|
// don't set error in case of a problem, because it
|
||||||
// will scare users looking at the gui progressbar
|
// will scare users looking at the gui progressbar
|
||||||
/*if(rc == ERR){
|
/*if(rc == ERR){
|
||||||
|
Loading…
Reference in New Issue
Block a user