summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 260ebc4c..82263f74 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1725,11 +1725,11 @@ mail_justify(userec_t muser)
bsmtp(NULL, title, muser.email, MQ_JUSTIFY)
#endif
<0)
- Link("~/etc/bademail", buf1);
+ Link(BBSHOME "/etc/bademail", buf1);
else
- Link("~/etc/replyemail", buf1);
+ Link(BBSHOME "/etc/replyemail", buf1);
} else
- Link("~/etc/bademail", buf1);
+ Link(BBSHOME "/etc/bademail", buf1);
sethomedir(title, muser.userid);
append_record_forward(title, &mhdr, sizeof(mhdr));
}