X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=2bcc4359900ad3e6e0066672406c5142417b3333;hp=83ea0aede99b34be935cf739e6f3b468ab6a7567;hb=fce8a87e8a4a443a08a98b24eef270451a63fab8;hpb=b4c29794c12099556151d93a860ee51badae2e35 diff --git a/config/config.c b/config/config.c index 83ea0ae..2bcc435 100644 --- a/config/config.c +++ b/config/config.c @@ -246,12 +246,6 @@ char *defaulteditor = "vi"; 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). -*/ -char *AliasFile = NMHETCDIR"/MailAliases"; - -/* ** Folders (directories) are created with this protection (mode) */ char *foldprot = "700";