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

change keybind to spam folder

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

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -130,7 +130,7 @@ 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 \ u "<change-folder>=riseup/Spam.unsure/<enter>" "Go to Riseup/Spam.unsure" +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 \ ! "<change-folder>=riseup/Sent/<enter>" "Go to Riseup sent" macro index \ 2 "<change-folder>=geomail/INBOX/<enter>" "Go to Geomail inbox"