Add urlscan to open links in neomutt
This commit is contained in:
parent
2efcda631c
commit
d4442e8b8a
2 changed files with 3 additions and 0 deletions
roles/neomutt
|
@ -7,6 +7,7 @@
|
|||
name:
|
||||
- neomutt
|
||||
- lynx
|
||||
- urlscan
|
||||
- mpv
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
|
@ -16,6 +17,7 @@
|
|||
name:
|
||||
- neomutt
|
||||
- lynx
|
||||
- urlscan
|
||||
- mpv
|
||||
when: ansible_facts['distribution'] == 'Debian'
|
||||
|
||||
|
|
|
@ -77,6 +77,7 @@ bind editor <Tab> complete-query
|
|||
#macro index,pager Ma ";<save-message>=Archive<enter>" "move mail to archive"
|
||||
#macro index,pager Ca ";<copy-message>=Archive<enter>" "copy mail to archive"
|
||||
|
||||
macro pager \Cb <pipe-entry>'urlscan'<enter> "follow links with urlscan"
|
||||
#macro index,pager a "<enter-command>set my_pipe_decode=\$pipe_decode pipe_decode<return><pipe-message>abook --add-email<return><enter-command>set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<return>" "add the sender address to abook"
|
||||
#macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"
|
||||
#macro index O "<shell-escape>mw -Y<enter>" "run mw -Y to sync all mail"
|
||||
|
|
Loading…
Add table
Reference in a new issue