diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-11-02 13:41:42 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-11-02 13:41:42 +0000 |
commit | db0ee4da1d393dd826b0686b7404e410fd21181b (patch) | |
tree | b81f3c97af4dd410aeae7a7f356f5bfd30aca078 /mbsync | |
parent | ea797e789ed5566fe3ffb5395ea41eb74c2b73a1 (diff) |
Add Inria email
Diffstat (limited to 'mbsync')
-rw-r--r-- | mbsync/.mbsyncrc | 62 |
1 files changed, 33 insertions, 29 deletions
diff --git a/mbsync/.mbsyncrc b/mbsync/.mbsyncrc index d7607fc..6654750 100644 --- a/mbsync/.mbsyncrc +++ b/mbsync/.mbsyncrc @@ -3,6 +3,13 @@ Expunge Both SyncState * Sync All +IMAPAccount Inria +Host zimbra.inria.fr +User urbain.vaes@inria.fr +PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/urbain.vaes@inria.fr.gpg" +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + IMAPAccount Enpc Host messagerie.enpc.fr User urbain.vaes@enpc.fr @@ -10,13 +17,6 @@ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/urbain SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt -IMAPAccount Imperial -Host outlook.office365.com -User uv113@ic.ac.uk -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/u.vaes13@imperial.ac.uk.gpg" -SSLType IMAPS -CertificateFile /etc/ssl/certs/ca-certificates.crt - IMAPAccount Personal Host mail.gandi.net User urbain@vaes.uk @@ -24,27 +24,47 @@ PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.password-store/email/urbain SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt +IMAPStore Inria-remote +Account Inria + IMAPStore Enpc-remote Account Enpc -IMAPStore Imperial-remote -Account Imperial - IMAPStore Personal-remote Account Personal +MaildirStore Inria-local +Path ~/.mail/Inria/ + MaildirStore Enpc-local Path ~/.mail/Enpc/ -MaildirStore Imperial-local -Path ~/.mail/Imperial/ - MaildirStore Personal-local Path ~/.mail/Personal/ MaildirStore Misc-local Path ~/.mail/Misc/ +Channel Inria-inbox +Master :Inria-remote:"INBOX" +Slave :Inria-local:"Inria" + +Channel Inria-draft +Master :Inria-remote:"Drafts" +Slave :Inria-local:"Inria.drafts" + +Channel Inria-sent +Master :Inria-remote:"Sent" +Slave :Inria-local:"Inria.sent" + +Channel Inria-bin +Master :Inria-remote:"Trash" +Slave :Inria-local:"Inria.bin" + +Channel Inria-archive +Master :Inria-remote:"Archive" +Slave :Inria-local:"Inria.archive" + Channel Enpc-inbox Master :Enpc-remote:"INBOX" Slave :Enpc-local:"Enpc" @@ -65,22 +85,6 @@ Channel Enpc-archive Master :Enpc-remote:"Archive" Slave :Enpc-local:"Enpc.archive" -Channel Imperial-inbox -Master :Imperial-remote:"INBOX" -Slave :Imperial-local:"Imperial" - -Channel Imperial-draft -Master :Imperial-remote:"Drafts" -Slave :Imperial-local:"Imperial.drafts" - -Channel Imperial-sent -Master :Imperial-remote:"Sent Items" -Slave :Imperial-local:"Imperial.sent" - -Channel Imperial-bin -Master :Imperial-remote:"Deleted Items" -Slave :Imperial-local:"Imperial.bin" - Channel Personal-inbox Master :Personal-remote:"INBOX" Slave :Personal-local:"Personal" |