summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index 49864cf6..a57e8db1 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1045,7 +1045,7 @@ static int
mail_nooutmail(int ent, fileheader_t * fhdr, char *direct)
{
cuser->userlevel ^= PERM_NOOUTMAIL;
-// passwd_update(usernum, &cuser);
+ passwd_update(usernum, cuser);
return FULLUPDATE;
}
@@ -1186,7 +1186,6 @@ mail_cross_post(int ent, fileheader_t * fhdr, char *direct)
if (!xfile.filemode)
outgo_post(&xfile, xboard);
cuser->numposts++;
-// passwd_update(usernum, &cuser);
outs("¤å³¹Âà¿ý§¹¦¨");
pressanykey();
currmode = currmode0;