• DDMsgReader: Refactored how email replies are done (passing the header

    From Rob Swindell@VERT to GitLab note in main/sbbs on Fri Sep 23 13:25:34 2022
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/209#note_2738

    I see you're still using ungetstr() here still, for the address. If you want to allow a user to enter a string, but provide them with a default value that they can edit, you can do that with the K_EDIT mode flag and console.getstr(). ungetstr() should really only be used when there's not a more appropriate solution to the problem.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to GitLab note in main/sbbs on Fri Sep 23 13:25:54 2022
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/209#note_2739

    Looks like you left some debug in here.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net