Subj : DDMsgReader: Refactored how email replies are done (passing the header To : GitLab note in main/sbbs From : Rob Swindell Date : Fri Sep 23 2022 01:25 pm 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. .