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 49a6f3305ccaedf776cf826ab305635d461a2876
parent 7d87b0351421c2b8b01234e45b9abdf5b0b1578f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 25 Feb 2016 19:44:33 -0800

specify authentication method for gmail

Diffstat:
M.offlineimaprc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.offlineimaprc b/.offlineimaprc @@ -189,6 +189,7 @@ nametrans = lambda folder: {'drafts': '[Gmail]/Drafts', type = Gmail remoteuser = andersdc@gmail.com remotepasseval = get_keychain_pass(account="andersdc@gmail.com", server="imap.gmail.com") +auth_mechanisms = LOGIN realdelete = no nametrans = lambda folder: {'drafts': '[Gmail]/Drafts', 'sent': '[Gmail]/Sent Mail',