summaryrefslogtreecommitdiffstats
path: root/offlineimap/.offlineimaprc
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-09-22 22:56:54 +0200
committerGravatar Tom Willemse2014-09-22 23:04:10 +0200
commit931979b5c6ac0d16ee46365a1d770274ba9e03f0 (patch)
tree45f5eb374670c1cb39130c544768131375c7a363 /offlineimap/.offlineimaprc
parent9ccb99ee15f087a30eb746adb48984b49d5a6d79 (diff)
downloaddotfiles-931979b5c6ac0d16ee46365a1d770274ba9e03f0.tar.gz
dotfiles-931979b5c6ac0d16ee46365a1d770274ba9e03f0.zip
Use a keyring to store some credentials
Diffstat (limited to 'offlineimap/.offlineimaprc')
-rw-r--r--offlineimap/.offlineimaprc8
1 files changed, 4 insertions, 4 deletions
diff --git a/offlineimap/.offlineimaprc b/offlineimap/.offlineimaprc
index af59f59..07a2893 100644
--- a/offlineimap/.offlineimaprc
+++ b/offlineimap/.offlineimaprc
@@ -18,8 +18,8 @@ nametrans = lambda folder: re.sub('^Inbox$', 'INBOX', folder.capitalize())
[Repository ryuslash.org-remote]
type = IMAP
remotehost = imap.alwaysdata.com
-remoteusereval = getuser("imap.alwaysdata.com")
-remotepasseval = getpassword("imap.alwaysdata.com")
+remoteuser = 'tom@ryuslash.org'
+remotepasseval = getpassword("ryuslash")
nametrans = lambda folder: folder.lower()
[Account picturefix]
@@ -71,8 +71,8 @@ nametrans = lambda folder: re.sub('^inbox$', 'INBOX', re.sub('^drafts$', '[Gm
[Repository gmail-remote]
type = Gmail
-remoteusereval = getuser("imap.google.com")
-remotepasseval = getpassword("imap.google.com")
+remoteuser = "ryuslash@gmail.com"
+remotepasseval = getpassword("gmail")
realdelete = no
cert_fingerprint = 687687a7f2dc166baf58221ff7a42f1683d0d164
folderfilter = lambda folder: folder in ['INBOX', '[Gmail]/Drafts', '[Gmail]/Sent Mail', '[Gmail]/Trash']