On Fri, May 17, 2024 at 11:49:19AM +0200, Reza Housseini wrote:
> Hi Adam
> 
> Thanks for the response. I am using Guix System and tried to configure a
> configuration file for offlineimap with guix home
> 
> (simple-service 'offlineimaprc
>                         home-files-service-type
>                         (list `(".offlineimaprc"
>                                 ,(mixed-text-file "offlineimaprc" "
> 
> [general]
> accounts = Gmail
> maxsyncaccounts = 3
> pythonfile = ~/.config/mailpassword.py
> 
> [Account Gmail]
> localrepository = Local
> remoterepository = Remote
> 
> [Repository Local]
> type = Maildir
> localfolders = ~/Maildir
> 
> [Repository Remote]
> type = IMAP
> remotehost = imap.gmail.com
> remoteuser = reza.housse...@gmail.com
> remotepasseval = mailpassword('gmail')
> ssl = yes
> sslcacertfile = " nss-certs "/etc/ssl/certs/ca-certificates.crt
> maxconnections = 1
> "))))

What I end up using is:
(or (getenv "GIT_SSL_CAINFO") (getenv "SSL_CERT_FILE"))

-- 
Efraim Flashner   <efr...@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature

Reply via email to