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 1d15ed35b50857760d74df2d0d694e10e7e57207
parent 4df554397d47b0b28748c118af97d09a1bc7989f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun,  3 Apr 2016 21:18:49 -0700

add missing string delimiter

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

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -132,7 +132,7 @@ 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" macro index \ 3 "<change-folder>=ucsd/INBOX/<enter>" "Go to UCSD inbox" -macro index \ \# <change-folder>=ucsd/Sent Items/<enter>" "Go to UCSD sent" +macro index \ \# "<change-folder>=ucsd/Sent Items/<enter>" "Go to UCSD sent" macro index \ 4 "<change-folder>=gmail/INBOX/<enter>" "Go to Gmail inbox" macro index \ $ "<change-folder>=gmail/[Gmail].Sent\ Mail/<enter>" "Go to Gmail sent" macro index \ c "<change-folder>=geomail/INBOX.cryolist/<enter>" "Go to cryolist"