mu-wizard

shell script to easily configure mu4e accounts on Emacs
git clone git://git.ckyln.com/mu-wizard
Log | Files | Refs | LICENSE

commit c7d42f3187463b5c42a48ef5bd5360db9bfa0109
parent 8f17d79ecaa1c811f24a50fc20d234b3a856b20d
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri,  4 Sep 2020 16:56:19 +0300

get_information(): information could also be found on the overrides

Diffstat:
Mbin/muw | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/muw b/bin/muw @@ -219,7 +219,7 @@ get_information() { done < "$confdir/domains.csv" if [ "$domain" = "${fulladdr##*@}" ]; then - out "Your domain information was found on '$confdir/domains.csv'!'" \ + out "Your domain information was found!'" \ "The following information will be used:" ""\ "Domain: $domain" \ "IMAP: $imap:$iport" \