X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=cc3bb0093dc79a8b0101ad8473aaebe130a64dd5;hp=82e72aebdfead99230785996d3865090090a213b;hb=104b36e0a37bafe6620062334fa78d484dce321c;hpb=5d43a99db70c12a673028c7758c20cbe3e13ef5f diff --git a/config/config.c b/config/config.c index 82e72ae..cc3bb00 100644 --- a/config/config.c +++ b/config/config.c @@ -367,7 +367,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 @@ -375,5 +375,5 @@ char *foldprot = DEFAULT_FOLDER_MODE; * to messages coming in through inc. */ -char *msgprot = DEFAULT_MESSAGE_MODE; +char *msgprot = "600";