From 6f379e8b4771ca677714f2fe80339fdaeaf243a3 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sat, 29 Apr 2017 20:17:58 +1000 Subject: [PATCH] Attempt to fix experiment --- mail_menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mail_menu.c b/mail_menu.c index 88764f6..d4bc987 100644 --- a/mail_menu.c +++ b/mail_menu.c @@ -1747,9 +1747,9 @@ void read_message(struct user_record *user, struct msg_headers *msghs, int mailn free(replybody); JAM_CloseMB(jb); doquit = 1; - } /*else { - doquit = 1; - }*/ + } else { + jb = open_jam_base(conf.mail_conferences[user->cur_mail_conf]->mail_areas[user->cur_mail_area]->path); + } } free(body);