X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=bullseye%2Fhome_files%2Fuser%2F.mbsyncrc;fp=bullseye%2Fhome_files%2Fuser%2F.mbsyncrc;h=6a0e5cdf669f34c1ade2649ade300fdc3cfe6acb;hb=15171dcfb9e48aa0311fb77948478dbca48245fa;hp=0000000000000000000000000000000000000000;hpb=e6322abd2e985e59e8320e92a5b9b3082f21375a;p=config diff --git a/bullseye/home_files/user/.mbsyncrc b/bullseye/home_files/user/.mbsyncrc new file mode 100644 index 0000000..6a0e5cd --- /dev/null +++ b/bullseye/home_files/user/.mbsyncrc @@ -0,0 +1,28 @@ +IMAPAccount plom +# Address to connect to +Host mail.plomlompom.com +User plom +# For some reason, mbsync doesn't accept a PassCmd output beyond 79 chars, +# therefore the pw in ~/.authinfo should not be longer than that. +PassCmd "cat ~/.authinfo | cut -d' ' -f8-" +SSLType IMAPS +AuthMechs LOGIN + +IMAPStore core-remote +Account plom + +MaildirStore core-local +# The trailing "/" is important +Path ~/mail/maildir/ +Inbox ~/mail/inbox/ + +Channel core +Master :core-remote: +Slave :core-local: +Patterns * +# Automatically create missing mailboxes, both locally and on the server +Create Both +# Save the synchronization state files in the relevant directory +SyncState * +# If a mail is marked T ("Trashed") or deleted, remove it for real everywhere +Expunge Both