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 2bcb8276c2b946840ada20d4a296ccde186ffbfe
parent 18672674b59aa29cf3926c73ea995e48aa4e0605
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 24 Feb 2016 15:19:24 -0800

fix gmail configuration

Diffstat:
M.mutt/muttrc | 1+
M.offlineimaprc | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -138,6 +138,7 @@ macro index M "T.*\n;WN" "Mark all messages as read" macro index \\1 "<change-folder>=riseup/INBOX/<enter>" "Go to Riseup inbox" macro index \\2 "<change-folder>=geomail/INBOX/<enter>" "Go to Geomail inbox" macro index \\3 "<change-folder>=ucsd/INBOX/<enter>" "Go to UCSD inbox" +macro index \\4 "<change-folder>=gmail/INBOX/<enter>" "Go to Gmail inbox" macro index A "!$EDITOR ~/.mutt/aliases\n:source ~/.mutt/aliases\n" "Edit aliases file and reload it" macro pager A "!$EDITOR ~/.mutt/aliases\n:source ~/.mutt/aliases\n" "Edit aliases file and reload it" diff --git a/.offlineimaprc b/.offlineimaprc @@ -184,7 +184,7 @@ nametrans = lambda folder: {'drafts': '[Gmail]/Drafts', # Remote repos can be IMAP or Gmail, the latter being a preconfigured IMAP. type = Gmail remoteuser = andersdc@gmail.com -remotepass = get_keychain_pass(account="andersdc@gmail.com", server="imap.gmail.com") +remotepasseval = get_keychain_pass(account="andersdc@gmail.com", server="imap.gmail.com") realdelete = no nametrans = lambda folder: {'drafts': '[Gmail]/Drafts', 'sent': '[Gmail]/Sent Mail',