From fd39cc012b3bf8f8b04dda2e95c339f5e3f64366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Fri, 15 Dec 2023 09:23:28 +0000 Subject: [PATCH] Update email addresses --- dots/.gitconfig | 2 +- dots/.offlineimaprc | 29 +++++++++++++++++++++++++---- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/dots/.gitconfig b/dots/.gitconfig index b98e91f..a290d48 100644 --- a/dots/.gitconfig +++ b/dots/.gitconfig @@ -7,5 +7,5 @@ [merg] conflictstyle = diff3 [user] - email = eheu48@gmail.com + email = git@praze.net name = trémeur diff --git a/dots/.offlineimaprc b/dots/.offlineimaprc index e97985e..d96227c 100644 --- a/dots/.offlineimaprc +++ b/dots/.offlineimaprc @@ -1,6 +1,6 @@ [general] -accounts = Gmail -maxsyncaccounts = 1 +accounts = Gmail, Fastmail +maxsyncaccounts = 2 [Account Gmail] localrepository = LocalGmail @@ -17,7 +17,28 @@ localfolders = ~/Maildir/Gmail type = Gmail maxconnections = 2 remoteuser = eheu48 -remotepass = # to be added +remotepass = folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail', '[Gmail]/Important', '[Gmail]/Tous les messages', '[Gmail]/Spam'] sslcacertfile = /etc/ssl/certs/ca-certificates.crt -# sslcacertfile = OS-DEFAULT \ No newline at end of file +# sslcacertfile = OS-DEFAULT + +[Account Fastmail] +localrepository = LocalFastmail +remoterepository = RepositoryFastmail +autorefresh = 5 +quick = 10 +postsynchook = mu index --maildir ~/Maildir + +[Repository LocalFastmail] +type = Maildir +localfolders = ~/Maildir/Fastmail + +[Repository RepositoryFastmail] +type = IMAP +remotehost = imap.fastmail.com +maxconnections = 2 +remoteuser = tre@praze.net +remotepass = +folderfilter = lambda foldername: foldername not in ['[Fastmail]/All Mail', '[Fastmail]/Important', '[Fastmail]/Spam'] +sslcacertfile = /etc/ssl/certs/ca-certificates.crt +# sslcacertfile = OS-DEFAULT