myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 89840e37c2b78cacb17abaaf71a546bdf938f9ae
parent 1c557ed36a3b9b16906522ce99f45d9ab3737883
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 12 Sep 2013 12:04:38 +0200

fix

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

diff --git a/mutt/muttrc b/mutt/muttrc @@ -161,7 +161,7 @@ bind index <Home> noop # == Bindings == macro index,pager p "s=hand_spam<enter>" "mark as spam" -macro index,pager x "s!" "save to inbox" +macro index,pager x "s!<enter>" "save to inbox" macro index,pager E "C=useful<enter>" "copy to useful" macro index,pager I c!<enter> "inbox" macro index,pager S "<change-folder-readonly>~/Mail_alot/sent<enter>G" "sent mail"