dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d0e9610236839c423aaba002314c9faef86699d8
parent 9bde88fbc822ed0a64b0dc97db1a1038da622e9d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 24 Jan 2020 13:45:46 +0100

Rename linkhandler to plumb

Diffstat:
M.config/mutt/muttrc | 2+-
M.urlview | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -190,7 +190,7 @@ macro index,pager \ l "<enter-command>unset wait_key<enter>\ # rss link handling macro index,pager \ o "<enter-command>unset wait_key<enter>\ -<pipe-message>sed -n \'s/\^URL: //p\' | linkhandler<enter>\ +<pipe-message>sed -n \'s/\^URL: //p\' | plumb<enter>\ <enter-command>set wait_key<enter>N"' # notmuch-mutt integration, from `man notmuch-mutt` diff --git a/.urlview b/.urlview @@ -1,2 +1,2 @@ REGEXP (((http|https|ftp|gopher)|mailto):(//)?[^ <>"\t]*|(www|ftp)[0-9]?\.[-a-z0-9.]+)[^ .,;\t\n\r<">\):]?[^, <>"\t]*[^ .,;\t\n\r<">\):] -COMMAND linkhandler %s +COMMAND plumb %s