mu-wizard

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

commit 81a329676cab37ccb1cd40ec644393236cfac3e5
parent c7d42f3187463b5c42a48ef5bd5360db9bfa0109
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri,  4 Sep 2020 17:08:14 +0300

readme: update

Diffstat:
MREADME.md | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -51,3 +51,23 @@ one if it is found on `/usr/share/mu-wizard/domains.csv`. `mu-wizard` also saves the domain information that you use when creating an account on your configuration directory, so you don't have to retype every detail when creating a second account with the same domain. + + +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. + + +### Protonmail users + +`mu-wizard` supports protonmail. If you are using one of the default domains, +you don't have to do anything. If you are an alternative domain, you can link +the protonmail.com override to your personal domain. Here is an example: + +``` sh +ln -sf /usr/share/mu-wizard/overrides/protonmail.com $HOME/.config/mu4e/overrides/example.com +```