diff options
| author | Ryan Kavanagh <rak@rak.ac> | 2026-07-30 08:47:01 -0400 |
|---|---|---|
| committer | Ryan Kavanagh <rak@rak.ac> | 2026-07-30 08:47:01 -0400 |
| commit | ab6bfa09fb1305194c3b2916373af84575bb33c7 (patch) | |
| tree | 4244fa436a2550a96ad4669b08495a4a6c7a5f5f /dot_config/neomutt | |
| parent | borgmatic config (diff) | |
update display_filter path
Diffstat (limited to '')
| -rw-r--r-- | dot_config/neomutt/neomuttrc.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/neomutt/neomuttrc.tmpl b/dot_config/neomutt/neomuttrc.tmpl index 1c93305..fd07cad 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 |
