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 ca3ac5ed58893ec454f98893fd5d592e111aaddc
parent 2539562e3a7516f4dbb77930d4057ed5d23d4aa5
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri, 16 Mar 2018 09:54:45 -0400

Use CA file instead of fingerprints for offlineimap. Fix NYT bookmark

Diffstat:
Mlinks/.offlineimaprc | 12++++++++----
Mlinks/.w3m/bookmark.html | 2+-
2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/links/.offlineimaprc b/links/.offlineimaprc @@ -58,7 +58,8 @@ remoteuser = andersd #remotepasseval = get_keychain_pass(account="andersd", server="mail.riseup.net") remotepasseval = get_pass("andersd@riseup.net") ssl = yes -cert_fingerprint = 92471a2f5f1082cc2752f308e0c5631a43f14af3 +#cert_fingerprint = 92471a2f5f1082cc2752f308e0c5631a43f14af3 +sslcacertfile=/usr/local/etc/openssl/cert.pem #folderfilter = lambda folder: folder not in ['Drafts'] # Instead of closing the connection once a sync is complete, offlineimap will @@ -103,7 +104,8 @@ remoteuser = au217756 #remotepasseval = get_keychain_pass(account="au217756", server="imap.au.dk") remotepasseval = get_pass("anders.damsgaard@geo.au.dk") ssl = yes -cert_fingerprint = 702e90054bdc1cc1c63e109e9bde434c654fc3bf +#cert_fingerprint = 702e90054bdc1cc1c63e109e9bde434c654fc3bf +sslcacertfile=/usr/local/etc/openssl/cert.pem folderfilter = lambda folder: not re.search('NFIT-Import|geo07kej|Suggested Contacts|Noter|Opgaver|Journal|Slettet post|archive|Kalender|Kontaktpersoner|RSS Feeds', folder) # Instead of closing the connection once a sync is complete, offlineimap will @@ -147,7 +149,8 @@ remotehost = mail.ucsd.edu remoteuser = adamsgaard remotepasseval = get_keychain_pass(account="adamsgaard", server="mail.ucsd.edu") ssl = yes -cert_fingerprint = ec083b38e0a1942725d301d120893c1014701062 +#cert_fingerprint = ec083b38e0a1942725d301d120893c1014701062 +sslcacertfile=/usr/local/etc/openssl/cert.pem #folderfilter = lambda folder: folder not in ['Kalender','Kontaktpersoner','Slettet post','NFIT-Import-adc-2012-09-11-04:18'] # Instead of closing the connection once a sync is complete, offlineimap will @@ -288,7 +291,8 @@ remotehost = exchangeimap.princeton.edu remoteuser = andersd remotepasseval = get_pass("andersd@princeton.edu") ssl = yes -cert_fingerprint = 0855b2039ba7540c2f53f186bfc34fde80468fad +#cert_fingerprint = 0855b2039ba7540c2f53f186bfc34fde80468fad +sslcacertfile=/usr/local/etc/openssl/cert.pem #folderfilter = lambda folder: folder not in ['Kalender','Kontaktpersoner','Slettet post','NFIT-Import-adc-2012-09-11-04:18'] # Instead of closing the connection once a sync is complete, offlineimap will diff --git a/links/.w3m/bookmark.html b/links/.w3m/bookmark.html @@ -11,7 +11,7 @@ <ul> <li><a href="https://text.npr.org/">NPR (text only)</a> <li><a href="https://lite.cnn.io/en">CNN (text only)</a> -<li><a href="https://www.nytimes.com/">NYT</a> +<li><a href="https://www.nytimes.com/">New York Times</a> <!--End of section (do not delete this comment)--> </ul> <h2>Security</h2>