Removed the global alias file
[mmh] / config / config.c
index 83ea0ae..2bcc435 100644 (file)
@@ -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";