summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-01-06 21:38:25 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-01-06 21:38:25 -0500
commit16de5dc350d06cd45338271a2286c0629ef20435 (patch)
tree8e15a3c7a8029e9414f158e0ff3ab1f77e9791db /bin
parentf83c45689b21fccb917fdb4c555280eaf19ef78f (diff)
don't ask realname if not given; assume userid
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mw3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/mw b/bin/mw
index 9950fae..0c00e53 100755
--- a/bin/mw
+++ b/bin/mw
@@ -180,8 +180,7 @@ askinfo() { \
[ -z "$smtp" ] && echo "Give your email server's SMTP address (excluding the port number):" &&
read -r smtp
[ "$sport" = 465 ] && tlsline="tls_starttls off"
- [ -z "$realname" ] && echo "Give the name you would like to be identified by on the email account:" &&
- read -r realname
+ [ -z "$realname" ] && realname="${fulladdr%%@*}"
login="${login:-$fulladdr}"
if [ -n "${password+x}" ]; then
createpass