diff options
| author | David Kaufmann <astra@ionic.at> | 2020-11-15 04:48:59 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2020-11-15 04:48:59 +0100 |
| commit | 8f3e4208f22064e488cba8a0269ff9133af856f2 (patch) | |
| tree | 1a3b272c8e4d75a051b29ef7fdab181a390f78c6 /home | |
| parent | 8af82a021c50150c8c94375fb2686ba247a1fd7e (diff) | |
| download | config-8f3e4208f22064e488cba8a0269ff9133af856f2.tar.gz | |
update xcompose, mutt
Diffstat (limited to 'home')
| -rw-r--r-- | home/.mutt/muttrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/home/.mutt/muttrc b/home/.mutt/muttrc index 73dc2a8..7013450 100644 --- a/home/.mutt/muttrc +++ b/home/.mutt/muttrc @@ -240,7 +240,12 @@ bind generic { top-page bind generic } bottom-page bind generic \177 last-entry -macro index \cb "<pipe-message> urlview<Enter>" # simulate the old browse-url function +# simulate the old url menu +macro index,pager,attach,compose \cb "\ +<enter-command> set my_pipe_decode=\$pipe_decode pipe_decode<Enter>\ +<pipe-message> urlview<Enter>\ +<enter-command> set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<Enter>" \ +"call urlview to extract URLs out of a message" bind editor <Tab> complete-query bind editor ^T complete |
