diff options
author | Yigit Sever | 2022-06-08 11:38:55 +0300 |
---|---|---|
committer | Yigit Sever | 2022-06-08 11:38:55 +0300 |
commit | c0d55f07922a00cecdba459c8a403f8025af665f (patch) | |
tree | 5007828a01e5dcaf3fe66391d45ca0ffdfc53a88 /.config/mutt/muttrc | |
parent | 6bfe21bb2a56c750937b2fcbb087d1ac484e151d (diff) | |
download | dotfiles-c0d55f07922a00cecdba459c8a403f8025af665f.tar.gz dotfiles-c0d55f07922a00cecdba459c8a403f8025af665f.tar.bz2 dotfiles-c0d55f07922a00cecdba459c8a403f8025af665f.zip |
neomutt: import ability to read emails
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r-- | .config/mutt/muttrc | 2 |
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= | |||
236 | set pager_format="%s%* %P" | 236 | set pager_format="%s%* %P" |
237 | 237 | ||
238 | macro index,pager \cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message" | 238 | macro index,pager \cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message" |
239 | set pipe_decode | ||
240 | macro index,pager \cp "<pipe-message> fsrx -c -sh | bat --style plain --paging always <Enter>" "call fsrx to read emails" | ||
239 | macro attach,compose \cb "<pipe-entry> urlscan<Enter>" "call urlscan to extract URLs out of a message" | 241 | macro attach,compose \cb "<pipe-entry> urlscan<Enter>" "call urlscan to extract URLs out of a message" |
240 | 242 | ||
241 | set crypt_autosign = no | 243 | set crypt_autosign = no |