Attempt to make mail return to last read after entering message
This commit is contained in:
parent
76e29141ce
commit
a7bcb1100a
@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user