mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
26 lines
483 B
Plaintext
26 lines
483 B
Plaintext
[general]
|
|
accounts = gmail
|
|
#pythonfile = ~/.config/Scripts/decrypt.py
|
|
starttls = yes
|
|
ssl = yes
|
|
|
|
|
|
#######
|
|
[Account gmail]
|
|
|
|
localrepository = gmail-local
|
|
remoterepository = gmail-remote
|
|
|
|
[Repository gmail-remote]
|
|
type = Gmail
|
|
remoteuser = YOURNAME@gmail.com
|
|
remotepass = $PASSWORD
|
|
#folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail']
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
[Repository gmail-local]
|
|
type = Maildir
|
|
localfolders = ~/.Mail/Gmail
|
|
|
|
#######
|