commit be0a27bb7c87c7b5bb83ad91389ad74c97f47225 parent c76c03b1155227acaa95e268ac3e7aa84f68574e Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Wed, 19 Mar 2014 14:51:59 +0100 Fixed shortcuts (\1 and \2) Diffstat:
M | .mutt/muttrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -121,8 +121,8 @@ bind index <space> collapse-thread macro index M "T.*\n;WN" "Mark all messages as read" # Macros to change between inboxes -macro index \1 "<change-folder>=riseup/INBOX/<enter>" -macro index \2 "<change-folder>=geomail/INBOX/<enter>" +macro index \\1 "<change-folder>=riseup/INBOX/<enter>" +macro index \\2 "<change-folder>=geomail/INBOX/<enter>" # Sync email macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail"