Skip to content
Snippets Groups Projects

DDMsgReader: As a loadable module, now make use of user# parameter for reading personal email (for the sysop when deleting a user account)

Merged Eric Oulashin requested to merge dd_msg_reader_read_personal_email_usernum_update into master
1 unresolved thread

DDMsgReader v1.64: As a loadable module, now make use of user# parameter for personal email (for the sysop when deleting a user). In this case, it makes use of the user number specified on the command line as a loadable module.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
17184 17220 switch (whichMailbox)
17185 17221 {
17186 17222 case MAIL_YOUR: // Mail sent to you
17223 /*
17224 // Temporary
17225 if (user.is_sysop)
17226 {
17227 console.attributes = "N";
17228 console.print("Reading your email - userNum: " + userNum + "\r\n");
17229 console.pause();
17230 }
17231 // End Temporary
17232 */
17187 17233 argVals.personalemail = true;
17188 argVals.usernum = argv[1];
17234 argVals.usernum = +(argv[1]);
  • Eric Oulashin added 1 commit

    added 1 commit

    • 4a968540 - Removed "temporary" code blocks per review comments

    Compare with previous version

  • Eric Oulashin added 1 commit

    added 1 commit

    Compare with previous version

  • Rob Swindell resolved all threads

    resolved all threads

  • Rob Swindell enabled an automatic merge when the pipeline for 2d99db83 succeeds

    enabled an automatic merge when the pipeline for 2d99db83 succeeds

  • merged

  • Rob Swindell mentioned in commit d61a3589

    mentioned in commit d61a3589

  • Please register or sign in to reply
    Loading