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 98a535c3f875c2c8f0fa1c9862c80fca379f8082
parent 65b4851495210ef855cbeb8c1eae659122cf9dd3
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Sun, 28 Oct 2012 20:24:07 +0100

Fixed folder-hook error in gmail

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

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -52,7 +52,7 @@ account-hook imaps://imap.gmail.com:993/ 'set \ imap_pass = $my_gmail_pass\ smtp_url = "smtp://$my_gmail_user@smtp.gmail.com:587"\ smtp_pass = $my_gmail_pass' -folder-hook imaps://imap.au.dk:993/ 'set \ +folder-hook imaps://imap.gmail.com:993/ 'set \ spoolfile = "+INBOX"\ record = "+[Gmail]/Sent Mail"\ postponed = "+[Gmail]/Drafts"\