Skip to content

Commit

Permalink
offlineimaprc: use new password path to imap.fastmail.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhoy committed Jul 27, 2024
1 parent 93e3552 commit 831521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offlineimaprc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ remotehost = imap.fastmail.com
remoteport = 993
remoteuser = [email protected]
# remotepass = remote-pass-here
remotepasseval = get_password(path="Email/[email protected]/mail.messagingengine.com")
remotepasseval = get_password(path="Email/[email protected]/imap.fastmail.com")
folderfilter = lambda folder: folder not in ['Junk Mail',
]

Expand Down

0 comments on commit 831521b

Please sign in to comment.