dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 319e3f42810cb701c1d2a9b306fcf71a423073e7
parent 7064c5ec35bc60e6f3a476673a5f9c4cba90172e
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 19 Nov 2022 19:24:03 +0100

neomutt: pager format & w3m macro

Diffstat:
Mneomutt/muttrc | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/neomutt/muttrc b/neomutt/muttrc @@ -59,7 +59,7 @@ bind generic : tag-prefix set date_format = "%d/%m" set index_format="%2C %Z %?X?A& ? %?[1y?%[%b %d %H:%M]&%[%F %H:%M]? %-15.15F %s (%-4.4c) %> [%g]" -set pager_format="-%Z- %C/%m: %-20.20n %?[1y?%[%b %d %H:%M]&%[%F %H:%M]? %s%* -- (%P)" +set pager_format="-%Z- %C/%m: %-20.20n %-20.40A %?[1y?%[%b %d %H:%M]&%[%F %H:%M]? %s%* -- (%P)" # this is: # current message number (width 2) # message status flags @@ -181,6 +181,8 @@ bind index,pager,browser N search-opposite bind index,pager f forward-message macro index A "<limit>all<enter>" +macro attach w '<pipe-entry>w3m -T text/html -config ~/.config/w3m/config<enter>' + set nm_default_url = "notmuch://`notmuch config get database.path`" bind index,pager + entire-thread bind index,pager \Cf vfolder-from-query