diff options
Diffstat (limited to 'dot_config/neomutt/neomuttrc.tmpl')
| -rw-r--r-- | dot_config/neomutt/neomuttrc.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/neomutt/neomuttrc.tmpl b/dot_config/neomutt/neomuttrc.tmpl index 1c93305..24a02bc 100644 --- a/dot_config/neomutt/neomuttrc.tmpl +++ b/dot_config/neomutt/neomuttrc.tmpl @@ -24,7 +24,7 @@ set pager_stop = yes # Display HTML mail only if there's no text/plain alternative_order text/plain text/html * auto_view text/html -set display_filter="~/bin/lbdb-fetchaddr-wrapper" +set display_filter="~/.local/bin/lbdb-fetchaddr-wrapper" set timeout=15 set mail_check=60 @@ -135,7 +135,7 @@ source "$XDG_CONFIG_HOME/neomutt/score.rc" source "$XDG_CONFIG_HOME/neomutt/color.rc" source "$XDG_CONFIG_HOME/neomutt/gpg.rc" -{{- if hasPrefix .chezmoi.homedir "/sdf" }} +{{- if hasPrefix .chezmoi.homeDir "/sdf" }} set from = 'Ryan Kavanagh <rak@sdf.org>' {{- end }} |
