Finally restore my original MAIL fix after all junk patches.
This commit is contained in:
parent
a5f4345bbd
commit
bd7d4be2e2
@ -461,8 +461,6 @@ int getuserinfo(void)
|
||||
(void) Strncpy(uinfo.homedir, pw->pw_dir);
|
||||
cp = getenv("MAIL");
|
||||
#ifndef __FreeBSD__
|
||||
if (cp == NULL)
|
||||
cp = getenv("MAILPATH");
|
||||
if (cp == NULL)
|
||||
cp = getenv("mail");
|
||||
if (cp == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user