Attempt to make mail return to last read after entering message

This commit is contained in:
Andrew Pamment 2017-09-15 11:16:35 +10:00
parent 76e29141ce
commit a7bcb1100a

View File

@ -1834,8 +1834,8 @@ void read_message(struct user_record *user, struct msg_headers *msghs, int mailn
JAM_DelSubPacket(jsp); JAM_DelSubPacket(jsp);
free(replybody); free(replybody);
JAM_CloseMB(jb); // JAM_CloseMB(jb);
doquit = 1; // doquit = 1;
} else { } else {
jb = open_jam_base(conf.mail_conferences[user->cur_mail_conf]->mail_areas[user->cur_mail_area]->path); jb = open_jam_base(conf.mail_conferences[user->cur_mail_conf]->mail_areas[user->cur_mail_area]->path);
} }