textclient: don't prompt to change internet email addresses when deleting a user
authorArt Cancro <ajc@citadel.org>
Tue, 5 Sep 2023 22:09:38 +0000 (18:09 -0400)
committerArt Cancro <ajc@citadel.org>
Tue, 5 Sep 2023 22:09:38 +0000 (18:09 -0400)
commit4d11fc9f539ebdcf229d5d610252d74604e02980
tree3fff9309c3c7930d9da34c33291ec3798a6795fa
parentcf6bc5f512d8ae0c873d160023325e186e1308e4
textclient: don't prompt to change internet email addresses when deleting a user

The 'edit user' and 'delete user' workflows run through the same function since
the process of deleting a user simply edits them and changes their access level
to 0.  Add a check for cmd==25 (edit user) before asking the user if they want
to change the email addresses.
textclient/routines.c