diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-03-22 08:23:46 -0700 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-03-22 08:23:46 -0700 |
commit | 346e838672e86076aa5ef6fb4a79c7bc76797817 (patch) | |
tree | 569cb5a18407c120c083cbe290646482d7233c3e /mutt-wizard.sh | |
parent | 0be646ca968da10f5b1615aa366f0af90e26ab3d (diff) |
mailcap fix, clarification for logins
Diffstat (limited to 'mutt-wizard.sh')
-rwxr-xr-x | mutt-wizard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt-wizard.sh b/mutt-wizard.sh index f8c8482..ed487c9 100755 --- a/mutt-wizard.sh +++ b/mutt-wizard.sh @@ -148,7 +148,7 @@ EOF fi realname=$( dialog --title "Luke's mutt/offlineIMAP autoconfig" --inputbox "Enter the full name you'd like to be identified by on this email account." 10 60 3>&1 1>&2 2>&3 3>&- ) title=$( dialog --title "Luke's mutt/offlineIMAP autoconfig" --inputbox "Give a short, one-word name for this email account that will differentiate it from other email accounts." 10 60 3>&1 1>&2 2>&3 3>&- ) -login=$(dialog --title "Luke's mutt/offlineIMAP autoconfig" --inputbox "Enter your login for the \"$title\" account.\n(If left empty, the full email address will be used instead.)" 10 60 3>&1 1>&2 2>&3 3>&- ) +login=$(dialog --title "Luke's mutt/offlineIMAP autoconfig" --inputbox "If you have a username for the \"$title\" account which is different from your email address, enter it here. Otherwise leave this prompt blank." 10 60 3>&1 1>&2 2>&3 3>&- ) # Sets the repo type and other variables for the sed regex. if [[ "$service" == "gmail.com" ]]; then |