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

Added sysop command ('H') to display message header.

parent 5b935913
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ void sbbs_t::readmail(uint usernumber, int which)
bprintf(text[ReadingMail],curmsg+1,msgs);
sprintf(str,"ADFLNQRT?<>[]{}-+");
if(SYSOP)
strcat(str,"CUSP");
strcat(str,"CUSPH");
if(which!=MAIL_YOUR)
strcat(str,"E");
l=getkeys(str,msgs);
......@@ -459,6 +459,9 @@ void sbbs_t::readmail(uint usernumber, int which)
errormsg(WHERE,ERR_WRITE,smb.file,i);
smb_unlockmsghdr(&smb,&msg); }
break;
case 'H':
msghdr(&msg);
break;
case 'L': /* List mail */
domsg=0;
......
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