home *** CD-ROM | disk | FTP | other *** search
- Apollo #1 @11138
- Sun Jun 25 22:39:07 1995
- ┌──────────────────────────────────────────────────────Filo─Header─(c)────┐
- │ Mod Name: Edit04.424 Mod Authors: Editor 149 │
- │ Difficulty: ██▒▒▒▒▒▒▒▒(1.5/10) @11138.WWIVNet │
- │ WWIV Version: v4.24 @2939 TERRANet, IceNet, SierraLink │
- │ Date: 06/23/95 @2938 CyberNet │
- │ Files Affected: READMAIL.C │
- │ Go from MailRead to Boardedit with B. │
- └─────────────────────────────────────────────────────────────────────────┘
-
- Special Thanks to the writer of LDANICA5.MOD
- That mod worked fine in 4.22, I really only upgraded it for v4.23 so most
- of the credit goes to Lady Danica 1@15286. Now upgraded for v4.24.
-
- Copyright Disclaimer:
- (c) 1995 Editor a.k.a #149@Retreat of the Gods (209) 537-2808
- This mod is written for use by REGISTERED WWIV SysOps, as they are the only
- ones who should have the source code. SysOps may freely upload this mod to
- any BBS or online service provided it is not edited in any way except to
- remove messge headers and/or taglines. Shareware CDROM vendors are prohibited
- from distributing this mod without EXPRESS WRITTEN CONSENT from the author &
- Wayne Bell, Author of WWIV BBS Software.
- Parts of the code shown in this mod are:
- Copyright (C) 1988-1993 by Wayne Bell.
-
- BACKUP your source
-
- LEGEND:
- = Old code, Search for this
- + New code, Add this
- - Remove or comment out this
- ... Go down several lines in the same function
-
-
- Load up: READMAIL.C
- Find: void readmail(void)
- = prt(2,get_string(711));
- = helpl=34;
- = if (so()) {
- = if (sysinfo.flags & OP_FLAGS_MAIL_PROMPT)
- -/* npr(get_string(1365)); Removed for Edit04.424 */
- + npr("2Mail 7{1QSRIDAF?-+GEZPVUOLCNB7} 2:");
- + /* Edit04.424 */
- -/* ch=onek("QSRIDAMF?-+GEZPVUOLCN");
- - Removed for Edit04.424 */
- + ch=onek("QSRIDAMF?-+GEZPVUOLCNB");
- + /* Edit04.424 */
- = } else {
- = if (cs()) {
- = if (sysinfo.flags & OP_FLAGS_MAIL_PROMPT)
- .
- .
- .
- = case 'L':
- = if (!so())
- = break;
- = nl();
- = prt(2,get_string(7));
- = input(s,50);
- = if (s[0]) {
- = nl();
- = prt(5,get_string(17));
- = if (yn()) {
- = nl();
- = load_workspace(s,0);
- = } else {
- = nl();
- = load_workspace(s,1);
- = }
- = }
- = break;
- + case 'B': /* Edit04.424 */
- + sysoplog(get_stringx(1,2)); /* Edit04.424 */
- + boardedit(); /* Edit04.424 */
- + break; /* Edit04.424 */
- = }
- = } while ((!i2) && (!hangup));
- = } while ((!hangup) && (!done));
-
-
- done.
-
- Save, Recompile and run.
- As you can see, It's Not so Hard, just a long compile!
-
- Editor
-