mu-wizard

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

commit 4185e324fd7a4be3789ab529890fdd5366b2e8fc
parent 78dabbdc401117d7c88b338a262d558e670c5d88
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri,  4 Sep 2020 17:16:18 +0300

muw: add share to usage information

Diffstat:
MREADME.md | 6+++---
Mbin/muw | 3++-
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -57,9 +57,9 @@ Overrides -------------------------------------------------------------------------------- Domain-level overrides are possible by adding a shell file to either the share -directory (`/usr/local/share/mu-wizard/overrides` (depends on your prefix)) or -the user configuration directory (`~/.config/mu4e/overrides`). See -`overrides/protonmail.com` for an example override. +directory (`/usr/local/share/mu-wizard/overrides`) or the user configuration +directory (`~/.config/mu4e/overrides`). See `overrides/protonmail.com` for an +example override. You can run `muw share` to learn your share directory. ### Protonmail users diff --git a/bin/muw b/bin/muw @@ -321,7 +321,8 @@ main() { " [a]dd: Add and aoutoconfigure an email address" \ " [d]elete: Pick an account to delete" \ " [l]ist: List configured accounts" \ - " [p]urge: Purge all configuration" "" \ + " [p]urge: Purge all configuration" + " [s]hare: See your share directory" "" \ "NOTE: Once at least one account is added, you can run" \ "'mbsync -a' to begin downloading mail." ;;