Skip to content
Snippets Groups Projects
Commit 37032ee5 authored by rswindell's avatar rswindell
Browse files

Replying to a deleted message doesn't re-display message (moves to next instead).

parent 880e30a4
No related branches found
No related tags found
No related merge requests found
......@@ -392,10 +392,7 @@ void sbbs_t::readmail(uint usernumber, int which)
smb_unlockmsghdr(&smb,&msg); }
}
if(msg.hdr.attr&MSG_DELETE) /* already marked for deletion */
break;
if(!yesno(str2)) {
if(msg.hdr.attr&MSG_DELETE || !yesno(str2)) {
if(curmsg<msgs-1) curmsg++;
else done=1;
break; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment