summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-18 08:41:24 -0700
committerLuke <luke@lukesmith.xyz>2018-02-18 08:41:24 -0700
commita106cd3ac92478238f07efd886b6c5852dd6c274 (patch)
tree5814b56970d5674f53d6d88792845d64b1c9f1ab
parent91bbeaa52fae8b53631c62f45fa8d2f0289a4bff (diff)
parent54fa5a86ff811be19908cc983153261760726bfd (diff)
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
-rwxr-xr-xmutt-wizard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt-wizard.sh b/mutt-wizard.sh
index 62917dd..1e321c3 100755
--- a/mutt-wizard.sh
+++ b/mutt-wizard.sh
@@ -91,7 +91,7 @@ removeAccount() { sed -ie "
manual() { \
imap=$( dialog --inputbox "Insert the IMAP server for your email provider (excluding the port number)" 10 60 3>&1 1>&2 2>&3 3>&- )
iport=$(dialog --inputbox "What is your server's IMAP port number? (Usually 993)" 10 60 3>&1 1>&2 2>&3 3>&-)
- smtpserver=$( dialog --inputbox "Insert the SMTP server for your email provider (excluding the port number)" 10 60 3>&1 1>&2 2>&3 3>&- )
+ smtp=$( dialog --inputbox "Insert the SMTP server for your email provider (excluding the port number)" 10 60 3>&1 1>&2 2>&3 3>&- )
sport=$( dialog --inputbox "What is your server's SMTP port number? (Usually 587 or 465)" 10 60 3>&1 1>&2 2>&3 3>&- ) ;}