X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=9b64e29b8c1f295c79095b4ec47afeda5103a2f1;hp=82e72aebdfead99230785996d3865090090a213b;hb=e87123959d15f3b190494dffdd8bce335c137874;hpb=5d43a99db70c12a673028c7758c20cbe3e13ef5f diff --git a/config/config.c b/config/config.c index 82e72ae..9b64e29 100644 --- a/config/config.c +++ b/config/config.c @@ -352,6 +352,12 @@ char *backup_prefix = ","; char *defaulteditor = "vi"; +/* + * Name of link to file to which you are replying or which you are + * redistributing. See `$mhaltmsg' in the mh-profile(5) man page. + */ +char *altmsglink = "@"; + /* * This is the global nmh alias file. It is somewhat obsolete, since * global aliases should be handled by the Mail Transport Agent (MTA). @@ -367,7 +373,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 +381,5 @@ char *foldprot = DEFAULT_FOLDER_MODE; * to messages coming in through inc. */ -char *msgprot = DEFAULT_MESSAGE_MODE; +char *msgprot = "600";