aboutsummaryrefslogtreecommitdiffstats
path: root/isync
diff options
context:
space:
mode:
Diffstat (limited to 'isync')
-rw-r--r--isync/.mbsyncrc11
1 files changed, 10 insertions, 1 deletions
diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc
index 6827fb7..b9d95f2 100644
--- a/isync/.mbsyncrc
+++ b/isync/.mbsyncrc
@@ -21,7 +21,7 @@ CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPAccount mailbox
Host imap.mailbox.org
Port 993
-User yannherklotzgrave@mailbox.org
+User ymherklotz@mailbox.org
PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authmail.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
@@ -59,6 +59,9 @@ Patterns "[Gmail]/Sent Mail" "[Gmail]/Drafts" "[Gmail]/Trash" INBOX MyArchive
Create Both
# Save the synchronization state files in the relevant directory
SyncState *
+MaxMessages 100
+ExpireUnread no
+Expunge Both
Channel imperial
Master :imperial-remote:
@@ -66,6 +69,9 @@ Slave :imperial-local:
Patterns "Sent Items" MyArchive "Deleted Items" INBOX Drafts
Create Both
SyncState *
+MaxMessages 100
+ExpireUnread no
+Expunge Both
Channel mailbox
Master :mailbox-remote:
@@ -73,3 +79,6 @@ Slave :mailbox-local:
Patterns *
Create Both
SyncState *
+MaxMessages 100
+ExpireUnread no
+Expunge Both \ No newline at end of file