summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index c006bac6..e0185e4a 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1385,7 +1385,7 @@ static int
mail_nooutmail(int ent GCC_UNUSED, fileheader_t * fhdr GCC_UNUSED, const char *direct GCC_UNUSED)
{
cuser.uflag2 ^= REJ_OUTTAMAIL;
- passwd_update(usernum, &cuser);
+ passwd_sync_update(usernum, &cuser);
return FULLUPDATE;
}