mu-wizard

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

commit 3cab221618df3c75f03026c8e52f9125d4c5e715
parent ce29f129fa21f15c824881d492a7242248d4cce2
Author: Cem Keylan <cem@ckyln.com>
Date:   Sun,  7 Feb 2021 02:33:53 +0300

muw: fix typo

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

diff --git a/bin/muw b/bin/muw @@ -32,7 +32,7 @@ parser_definition_add() { flag nocheck -c --disable-checks -- "Disable checking domains.csv for acquiring domain information" flag nooverride -o --disable-overrides -- "Disable checking override files for acquiring domain information" msg -- '' 'Any information not provided below, will be asked interactively.' - msg -- 'Accont options:' + msg -- 'Account options:' param fulladdr -a --address var:EMAIL -- "Email address for account generation" option maxmes -m --max-messages var:COUNT on:0 -- \ "Maximum message COUNT to be kept offline, leave" "empty for unlimited."