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 171269af..59f1aaa5 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -200,7 +200,7 @@ do_hold_mail(char *fpath, char *receiver, char *holder)
sethomepath(buf, holder);
stampfile(buf, &mymail);
- mymail.filemode = FILE_READ | FILE_HOLD;
+ mymail.filemode = FILE_READ ;
strlcpy(mymail.owner, "[³Æ.§Ñ.¿ý]", sizeof(mymail.owner));
if (receiver) {
snprintf(title, sizeof(title), "(%s) %s", receiver, save_title);