summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-22 12:14:17 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-22 12:14:17 -0400
commit2de55b87793fa4acdb10130a6d9f12bf7cd0306e (patch)
tree51da0b31323f0b09c1546ec5ed1116f0b74b2c80 /README.md
parent8140c2627f28426b538b2084b2c6d0290aa335c4 (diff)
mw configs moved out of muttrc
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4b0443e..4156baf 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,5 @@ mutt-wizard is free/libre software, licensed under the GPLv3.
## Details for Tinkerers
-- The `muttrc` file is for universal settings.
- `personal.muttrc`, called by the `muttrc`, is the place where user-specific settings are set, and the wizard automatically adds the macros for switching between accounts here. If you want to contribute to mutt-wizard, you should put your universal personal settings here and have git ignore it. For example, I put my gpg settings here and personal aliases here.
- Accounts are generated in `accounts/`. If I create an account named `luke`, for example, `accounts/luke.muttrc` will hold that account's unique settings and `accounts/luke/` will hold headers and cache files.