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 18d8280511ecef44a9a244a9f9a0aabe34040ca2
parent 75ba15a95f17b98c493242cbde0dc8af238c35ec
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  2 Jul 2019 18:03:47 +0200

Fix cryolist binding

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

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -127,7 +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 \ c "<change-folder>=adamsgaard/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"