diff options
author | Ben Burwell <ben@benburwell.com> | 2019-08-13 15:58:25 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-08-13 15:58:25 -0400 |
commit | 5e349e2c951c182e277c1e1ab28391d44d0ed90b (patch) | |
tree | 4a4648c21dad142a732e8764e2fd6bf740aa412d | |
parent | e42030bc3449ea966e114626cd22009df4abdba8 (diff) |
fixup! offlineimap: adopt
-rw-r--r-- | templates/.offlineimaprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/.offlineimaprc b/templates/.offlineimaprc index 8b97d59..0436787 100644 --- a/templates/.offlineimaprc +++ b/templates/.offlineimaprc @@ -18,7 +18,7 @@ type = IMAP remotehost = imap.fastmail.com remoteport = 993 remoteuser = benburwell@fastmail.com -remotepasseval = {{ pass "mail/benburwell@fastmail.com" }} +remotepass = {{ pass "mail/benburwell@fastmail.com" }} maxconnections = 3 sslcacertfile = /etc/ssl/cert.pem ssl = yes |