fix sync cache

This commit is contained in:
Clément DOUIN
2023-11-28 12:30:50 +01:00
parent 7629a66c9c
commit a0888067da
6 changed files with 428 additions and 266 deletions
+6 -4
View File
@@ -6,13 +6,13 @@ default = true
display-name = "My example account"
email = "example@localhost"
sync = true
sync-dir = "./.sync"
# The default backend used for all the features like adding folders,
# listing envelopes or copying messages.
backend = "imap"
# Override the backend used for sending messages.
message.send.backend = "smtp"
# IMAP config
imap.host = "localhost"
imap.port = 3143
@@ -23,6 +23,9 @@ imap.insecure = true
imap.auth = "passwd"
imap.passwd.raw = "example"
# Override the backend used for sending messages.
message.send.backend = "smtp"
# SMTP config
smtp.host = "localhost"
smtp.port = 3025
@@ -32,4 +35,3 @@ smtp.starttls = false
smtp.insecure = true
smtp.auth = "passwd"
smtp.passwd.raw = "example"