X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9680f38826145311f8720dab2d19d3796e8514ee..7e5bac1a416e400bd3c8941b1c312577f2d9e9e4:/config/config.c diff --git a/config/config.c b/config/config.c index a4edc465..82d20b18 100644 --- a/config/config.c +++ b/config/config.c @@ -346,7 +346,7 @@ char *AliasFile = nmhetcdir (/MailAliases); * Folders (directories) are created with this protection (mode) */ -char *foldprot = DEFAULT_FOLDER_MODE; +char *foldprot = "700"; /* * Every NEW message will be created with this protection. When a @@ -354,5 +354,5 @@ char *foldprot = DEFAULT_FOLDER_MODE; * to messages coming in through inc. */ -char *msgprot = DEFAULT_MESSAGE_MODE; +char *msgprot = "600";