diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-05 09:28:34 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-05 09:28:34 +0900 |
| commit | 014c97fa36e16a22fd620c3c176ca75143e6bb6e (patch) | |
| tree | 279cca700b42d85e8b743c39040b66da6c5ea0ab | |
| parent | d8a5cc6e4bfacf675b902d9cfd37ee2a40a906cc (diff) | |
modified share/mutt-wizard.muttrc
| -rw-r--r-- | share/mutt-wizard.muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 48f0e0e..bc35e96 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -10,7 +10,7 @@ set date_format = "%y/%m/%d %I:%M%p" set index_format = "%2C %<H?[%H]> %Z %?X?A& ? %D %-15.15F %s (%-4.4c)" set sort = 'reverse-date' set smtp_authenticators = 'gssapi:login' -set query_command = "abook --datafile ~/.config/abook/addressbook --mutt-query '%s'" +set query_command = "abook -f ~/.config/abook/addressbook --mutt-query '%s'" set rfc2047_parameters = yes set sleep_time = 0 # Pause 0 seconds for informational messages set markers = no # Disables the `+` displayed at line wraps |
