diff options
| author | Teddy Wing | 2016-04-25 14:45:51 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-04-25 14:45:51 -0400 |
| commit | 2b99fd30c28fecc95d9425f229eab426080dbc85 (patch) | |
| tree | 8e4a914f25bc2d93d456474b708e96ccf3c55a50 | |
| parent | 373a303b9cf953149c53046d003ed7ed42ffe7ba (diff) | |
| download | mutt-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
