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 3c6026edb6eddfa74df7d729227d9f165c31b063
parent 1f7964aefc682b59e13ff909afae101c61254156
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Thu,  9 Jun 2016 07:44:51 -0700

fix reversed bindings

Diffstat:
M.mutt/muttrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -130,8 +130,8 @@ macro index M "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "Mark all messages as rea # IMAP folders with spaces bind editor <space> noop macro index \ 1 "<change-folder>=riseup/INBOX/<enter>" "Go to Riseup inbox" -macro index \ s "<change-folder>=riseup/Spam.unsure/<enter>" "Go to Riseup/Spam.unsure" -macro index \ j "<change-folder>=riseup/Spam/<enter>" "Go to Riseup/Spam" +macro index \ u "<change-folder>=riseup/Spam.unsure/<enter>" "Go to Riseup/Spam.unsure" +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" macro index \ @ "<change-folder>=geomail/Sent/<enter>" "Go to Geomail sent"