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

Change "Delete Message?" after reply prompt to default to "No".

parent 1c64dcd0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2007 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2008 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -418,7 +418,7 @@ void sbbs_t::readmail(uint usernumber, int which)
}
}
if(msg.hdr.attr&MSG_DELETE || !yesno(str2)) {
if(msg.hdr.attr&MSG_DELETE || noyes(str2)) {
if(smb.curmsg<smb.msgs-1) smb.curmsg++;
else done=1;
break; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment