mu-wizard

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

commit 78dabbdc401117d7c88b338a262d558e670c5d88
parent 81a329676cab37ccb1cd40ec644393236cfac3e5
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri,  4 Sep 2020 17:13:59 +0300

Merge branch 'master' into overrides

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

diff --git a/bin/muw b/bin/muw @@ -311,6 +311,9 @@ main() { yesno "Are you sure you want to delete all account data?" || exit 1 rm -rf "$HOME/.mbsyncrc" "$confdir" "$config_home/msmtp" ;; + s|share) + # Output the share directory and exit. + printf '%s\n' "$sharedir" ;; ''|--help|-h) out "usage: ${0##*/} [action]" \ "mu-wizard, auto-configure email accounts for mu4e" \