Skip to content

Commit

Permalink
config updates for new version of offlineimap
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Jul 2, 2020
1 parent 89d7144 commit 9696d9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .offlineimap.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_keychain_password(key):
return ""

def get_imap_password():
return get_keychain_password("fastmail-email")
return get_keychain_password("fastmail-password")

def get_imap_email():
return get_keychain_password("fastmail-username") + "@fastmail.fm"
1 change: 0 additions & 1 deletion .offlineimaprc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ maxsyncaccounts = 3
[Account Fastmail]
localrepository = Local
remoterepository = Remote
status_backend = sqlite

[Repository Local]
localfolders = ~/Downloads/Mail
Expand Down

0 comments on commit 9696d9d

Please sign in to comment.