diff options
author | Ryan Kavanagh <rak@rak.ac> | 2024-09-08 12:18:32 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2024-09-08 12:18:32 -0400 |
commit | a9cbd0f6bb0eb2a16f98f2beb885f4b7861c7e7c (patch) | |
tree | a0e4f8d655ad8db2195230425f7b8411c2694a16 | |
parent | Update debian known_hosts (diff) |
make default neomutt printer pdf
-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 a9b3547..56d9541 100644 --- a/dot_config/neomutt/neomuttrc.tmpl +++ b/dot_config/neomutt/neomuttrc.tmpl @@ -68,7 +68,7 @@ set index_format="%4C %{%m%d} %-16.16F [%Z] %?M?(#%03M)&(%4l)? %s" macro index \cxn '<enter-command>set index_format="%4C %{%m%d} %-16.16F [%Z] %?M?(#%03M)&(%4l)? %s"<enter>' macro index \cxw '<enter-command>set index_format="%4C %{%y%m%d} %-16.16F %-15.15B [%Z] %?M?(#%03M)&(%4l)? %s"<enter>' -set print_command="muttprint -2" +set print_command="muttprint -2 -p PDF" set mark_old=yes |