mu-wizard

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

commit b859fd82a8ea7b4574636c1d605217a15f6762e3
parent d56aa06a811ec789c0cc6fffc48f3e8f5ce81ba2
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  1 Jun 2021 20:59:12 +0300

muw: change manual location on error message

Diffstat:
Mbin/muw | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/muw b/bin/muw @@ -592,8 +592,8 @@ get_information() { # If no certificate file was found, exit and notify the user. [ -r "$cacert" ] || die "No proper CA Certificate file could be found. There are numerous ways of" \ - "obtaining it, and those can differ for each distro. You can see the muw(1)"\ - "manual page to learn more." + "obtaining it, and those can differ for each distro. You can see the" \ + "CA CERTIFICATES section on the muw-add(1) manual page to learn more." : "${fulladdr:=$(prompt_required Email \ "Insert the email address that you want to configure for mu4e")}"