mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 17:39:20 +02:00
directory write ability check for some piler binaries
This commit is contained in:
@@ -647,6 +647,8 @@ int main(int argc, char **argv){
|
||||
|
||||
if(!mbox[0] && !mboxdir && !emlfile && !directory && !imapserver && !pop3server && import_from_gui == 0) usage();
|
||||
|
||||
if(!can_i_write_current_directory()) __fatal("cannot write current directory!");
|
||||
|
||||
cfg = read_config(configfile);
|
||||
|
||||
/* make sure we don't discard messages without a valid Message-Id when importing manually */
|
||||
|
||||
Reference in New Issue
Block a user