aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2016-04-25 14:45:51 -0400
committerTeddy Wing2016-04-25 14:45:51 -0400
commit2b99fd30c28fecc95d9425f229eab426080dbc85 (patch)
tree8e4a914f25bc2d93d456474b708e96ccf3c55a50
parent373a303b9cf953149c53046d003ed7ed42ffe7ba (diff)
downloadmutt-alias-auto-add-2b99fd30c28fecc95d9425f229eab426080dbc85.tar.bz2
README: Fix Mutt `display_filter` setting
* Should use `/usr/local/bin` not /usr/local` * Should be enclosed in quotes, otherwise Mutt complains
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d9b739d..34702a1 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ For other platforms, you'll need the [Rust][2] compiler.
`.muttrc`, specifying the location of your Mutt aliases file as an argument
to `alias-auto-add`:
- set display_filter = /usr/local/alias-auto-add ~/.mutt/aliases
+ set display_filter = '/usr/local/bin/alias-auto-add ~/.mutt/aliases'
## Uninstall