From fa266e650fba7c94243ca87618bfabbc9d4db05e Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 13 Dec 2015 22:35:38 +0000 Subject: Add bindings for mutt --- .Xresources/base | 2 +- .mutt/id_imperial | 4 ++++ .mutt/id_informal | 4 ++++ .mutt/id_main | 4 ++++ .mutt/id_private | 4 ++++ .mutt/muttrc | 4 ---- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.Xresources/base b/.Xresources/base index d4d1ae4..89c1c65 100644 --- a/.Xresources/base +++ b/.Xresources/base @@ -13,7 +13,7 @@ URxvt.clipboard.pastecmd: xclip -o -selection clipboard ! Perl extensions configuration URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,fullscreen -URxvt.url-select.launcher: /usr/bin/uzbl +URxvt.url-select.launcher: /usr/bin/uzbl-browser URxvt.url-select.underline: true ! Key bindings for extensions diff --git a/.mutt/id_imperial b/.mutt/id_imperial index 55311a4..db5cb1f 100644 --- a/.mutt/id_imperial +++ b/.mutt/id_imperial @@ -5,3 +5,7 @@ set spoolfile = "+Imperial/Imperial" set record = "+Imperial/Imperial.sent" set postponed = "+Imperial/Imperial.drafts" set trash = "+Imperial/Imperial.bin" + +macro index gs " $record" +macro index gd " $postponed" +macro index gb " $trash" diff --git a/.mutt/id_informal b/.mutt/id_informal index 41e5ed7..9cc09cf 100644 --- a/.mutt/id_informal +++ b/.mutt/id_informal @@ -5,3 +5,7 @@ set spoolfile = "+Informal/Informal" set record = "+Informal/Informal.sent" set postponed = "+Informal/Informal.drafts" set trash = "+Informal/Informal.bin" + +macro index gs " $record" +macro index gd " $postponed" +macro index gb " $trash" diff --git a/.mutt/id_main b/.mutt/id_main index 9e854bc..a89f1ff 100644 --- a/.mutt/id_main +++ b/.mutt/id_main @@ -5,3 +5,7 @@ set spoolfile = "+Main/Main" set record = "+Main/Main.sent" set postponed = "+Main/Main.drafts" set trash = "+Main/Main.bin" + +macro index gs " $record" +macro index gd " $postponed" +macro index gb " $trash" diff --git a/.mutt/id_private b/.mutt/id_private index 74bf064..f38dd7e 100644 --- a/.mutt/id_private +++ b/.mutt/id_private @@ -5,3 +5,7 @@ set spoolfile = "+Private/Private" set record = "+Private/Private.sent" set postponed = "+Private/Private.drafts" set trash = "+Private/Private.bin" + +macro index gs " $record" +macro index gd " $postponed" +macro index gb " $trash" diff --git a/.mutt/muttrc b/.mutt/muttrc index d9f1bc8..0f71a80 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -60,10 +60,6 @@ macro index gp " +Private/Private" macro index gi " +Informal/Informal" macro index gw " +Imperial/Imperial" -macro index gs " $record" -macro index gd " $postponed" -macro index gb " $trash" - # Key bindings bind index,pager \Cf next-page bind index,pager \Cb previous-page -- cgit v1.2.3