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 d3171728be09989554072158f52ee641381a5df4
parent 42022cbe8732dd93bd7300d9139422e6f3228501
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon, 21 Nov 2016 21:49:42 -0800

add binding to go to academic alerts folder

Diffstat:
M.mutt/muttrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -131,6 +131,7 @@ macro index \ f "l~F<enter>" "Show only flagged messages" bind editor <space> noop macro index \ 1 "<change-folder>=riseup/INBOX/<enter>" "Go to Riseup inbox" macro index \ u "<change-folder>=riseup/Spam.unsure/<enter>" "Go to Riseup/Spam.unsure" +macro index \ a "<change-folder>=riseup/academic-alerts/<enter>" "Go to Riseup/academic-alerts" macro index \ s "<change-folder>=riseup/Spam/<enter>" "Go to Riseup/Spam" macro index \ ! "<change-folder>=riseup/Sent/<enter>" "Go to Riseup sent" macro index \ 2 "<change-folder>=geomail/INBOX/<enter>" "Go to Geomail inbox"