From: Christoph Berg Date: Thu, 17 May 2007 12:40:07 +0000 (+0200) Subject: Temporarily set pipe_decode in the \cb urlview macro. (Debian #423640.) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d6b872d8883b167f3a2b6a2c518cfe7745edddd;p=neomutt Temporarily set pipe_decode in the \cb urlview macro. (Debian #423640.) --- diff --git a/Muttrc.head b/Muttrc.head index a01449bce..d30b9d5d6 100644 --- a/Muttrc.head +++ b/Muttrc.head @@ -11,8 +11,11 @@ ignore sender references return-path lines macro index \eb "~b " "search in message bodies" # simulate the old url menu -macro index,pager \cb " urlview" "call urlview to extract URLs out of a message" -macro attach,compose \cb " urlview" "call urlview to extract URLs out of a message" +macro index,pager,attach,compose \cb "\ + set my_pipe_decode=\$pipe_decode pipe_decode\ + urlview\ + set pipe_decode=\$my_pipe_decode; unset my_pipe_decode" \ +"call urlview to extract URLs out of a message" # Show documentation when pressing F1 macro generic,pager " less @docdir@/manual.txt" "show Mutt documentation"