summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-06-08 11:38:55 +0300
committerYigit Sever2022-06-08 11:38:55 +0300
commitc0d55f07922a00cecdba459c8a403f8025af665f (patch)
tree5007828a01e5dcaf3fe66391d45ca0ffdfc53a88
parent6bfe21bb2a56c750937b2fcbb087d1ac484e151d (diff)
downloaddotfiles-c0d55f07922a00cecdba459c8a403f8025af665f.tar.gz
dotfiles-c0d55f07922a00cecdba459c8a403f8025af665f.tar.bz2
dotfiles-c0d55f07922a00cecdba459c8a403f8025af665f.zip
neomutt: import ability to read emails
-rw-r--r--.config/mutt/muttrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
index d716202..c65a390 100644
--- a/.config/mutt/muttrc
+++ b/.config/mutt/muttrc
@@ -236,6 +236,8 @@ set compose_format=
236set pager_format="%s%* %P" 236set pager_format="%s%* %P"
237 237
238macro index,pager \cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message" 238macro index,pager \cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message"
239set pipe_decode
240macro index,pager \cp "<pipe-message> fsrx -c -sh | bat --style plain --paging always <Enter>" "call fsrx to read emails"
239macro attach,compose \cb "<pipe-entry> urlscan<Enter>" "call urlscan to extract URLs out of a message" 241macro attach,compose \cb "<pipe-entry> urlscan<Enter>" "call urlscan to extract URLs out of a message"
240 242
241set crypt_autosign = no 243set crypt_autosign = no