From 5b01bb9695ae875e9db290bdc7ee9f388debe941 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 31 Dec 2015 11:16:10 -0700 Subject: [PATCH] Add urlview config and mutt hooks --- install.conf.yaml | 1 + mutt/common | 3 +++ 2 files changed, 4 insertions(+) diff --git a/install.conf.yaml b/install.conf.yaml index 0537c79..ab8e895 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -15,3 +15,4 @@ ~/.Xresources: X/.Xresources ~/.Xdefaults: X/.Xdefaults ~/.profile: etc/.profile + ~/.urlview: urlview/.urlview diff --git a/mutt/common b/mutt/common index 5945a2a..fd91414 100644 --- a/mutt/common +++ b/mutt/common @@ -12,3 +12,6 @@ set imap_check_subscribed set sort = threads set beep_new = yes + +macro pager \cu 'urlview' 'Follow links with urlview' +macro attach w 'pipefox' 'Send attachment to firefox'