This commit is contained in:
Storm Dragon 2016-10-05 14:55:12 -04:00
parent f42ef9f69e
commit 013147dbd0

View File

@ -285,7 +285,7 @@ echo "bind editor <Tab> complete-query" >> "$muttHome/$1"
echo "source ~/${muttHome#/home/*/}/aliases" >> "$muttHome/$1" echo "source ~/${muttHome#/home/*/}/aliases" >> "$muttHome/$1"
} }
configure_generric() configure_generic()
{ {
# Break the email address into its components: # Break the email address into its components:
local userName="${1%%@*}" local userName="${1%%@*}"