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 0aa4b21af4745763f8d639d9dab79f0bf75100e0
parent d5c1cd792a8e05d23f328d351cef473aad17147b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 28 Jun 2019 14:53:44 +0200

Update DWM and change mutt binding for cryolist folder

Diffstat:
M.config/mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -127,6 +127,7 @@ macro index \ u "<change-folder>=adamsgaard/Spam.unsure/<enter>" "Go to adamsgaa macro index \ a "<change-folder>=adamsgaard/academic-alerts/<enter>" "Go to adamsgaard/academic-alerts" macro index \ s "<change-folder>=adamsgaard/Spam/<enter>" "Go to adamsgaard/Spam" macro index \ ! "<change-folder>=adamsgaard/Sent/<enter>" "Go to adamsgaard/Sent" +macro index \ c "<change-folder>=adamsgaard/INBOX/maillists/cryolist/<enter>" "Go to cryolist" macro index \ g "<change-folder>=adamsgaard/git/<enter>" "Go to adamsgaard/git" macro index \ 2 "<change-folder>=geomail/INBOX/<enter>" "Go to Geomail inbox" macro index \ @ "<change-folder>=geomail/Sent/<enter>" "Go to Geomail sent" @@ -134,7 +135,6 @@ macro index \ 6 "<change-folder>=ucsd/INBOX/<enter>" "Go to UCSD inbox" macro index \ ^ "<change-folder>=ucsd/Sent Items/<enter>" "Go to UCSD sent" macro index \ 4 "<change-folder>=gmail/INBOX/<enter>" "Go to Gmail inbox" macro index \ $ "<change-folder>=gmail/[Gmail].Sent\ Mail/<enter>" "Go to Gmail sent" -macro index \ c "<change-folder>=geomail/INBOX/cryolist/<enter>" "Go to cryolist" macro index \ 3 "<change-folder>=princeton/INBOX/<enter>" "Go to Princeton inbox" macro index \ \# "<change-folder>=princeton/Sent Items/<enter>" "Go to Princeton sent" macro index \ 5 "<change-folder>=noaa/INBOX/<enter>" "Go to NOAA inbox"