mu-wizard

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

commit 5e3a0ed9d2795e94848c819cbfdc617627fbb2fd
parent 69863d96005953d7b62c058d155f5a290e55c9c8
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu, 16 Jun 2022 10:28:23 +0200

muw: add message on initialising the database

Diffstat:
Mbin/muw | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/muw b/bin/muw @@ -755,6 +755,7 @@ main() { sort -uo "$confdir/domains.csv" "$confdir/domains.csv" - trap - INT EXIT out "All done. You can now run '${0##*/} sync $title' in order to sync this account." + out "You can also run '${0##*/} mu-init' to easily initialise the database." ;; l|list) eval "$(getoptions parser_definition_list parse)"