abysmify mail
This commit is contained in:
parent
f913e5f4e5
commit
f48d588c5e
2 changed files with 8 additions and 8 deletions
90
mbsyncrc
90
mbsyncrc
|
@ -1,90 +0,0 @@
|
|||
|
||||
# Accounts {{{
|
||||
IMAPAccount gmail
|
||||
Host "imap.gmail.com"
|
||||
User "felix.vanderjeugt@gmail.com"
|
||||
PassCmd "gpg -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
||||
SSLType "IMAPS"
|
||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||
|
||||
IMAPAccount ugent
|
||||
Host "owa.ugent.be"
|
||||
User "felix.vanderjeugt@ugent.be"
|
||||
PassCmd "gpg -u Noctua -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
||||
AuthMechs "PLAIN"
|
||||
SSLTYPE "IMAPS"
|
||||
CertificateFile "/etc/ssl/certs/ca-certificates.crt"
|
||||
# }}} Accounts
|
||||
|
||||
# Remote Stores {{{
|
||||
IMAPStore gmail-remote
|
||||
Account "gmail"
|
||||
|
||||
IMAPStore ugent-remote
|
||||
Account "ugent"
|
||||
# }}}
|
||||
|
||||
# Local Stores {{{
|
||||
MaildirStore gmail-local
|
||||
Path "/mnt/lexicon/Mail/gmail/"
|
||||
Inbox "/mnt/lexicon/Mail/gmail/Inbox"
|
||||
|
||||
MaildirStore ugent-local
|
||||
Path "/mnt/lexicon/Mail/ugent/"
|
||||
Inbox "/mnt/lexicon/Mail/ugent/Inbox"
|
||||
Trash "/mnt/lexicon/Mail/ugent/Trash"
|
||||
SubFolders "Verbatim"
|
||||
# }}}
|
||||
|
||||
# Channels {{{
|
||||
Channel gmail-inbox
|
||||
Master ":gmail-remote:"
|
||||
Slave ":gmail-local:"
|
||||
Create "Slave"
|
||||
Pattern "INBOX"
|
||||
SyncState "*"
|
||||
|
||||
Channel gmail-sent
|
||||
Master ":gmail-remote:[Google Mail]/Sent Mail"
|
||||
Slave ":gmail-local:Sent"
|
||||
Create "Slave"
|
||||
SyncState "*"
|
||||
|
||||
Channel gmail-trash
|
||||
Master ":gmail-remote:[Google Mail]/Bin"
|
||||
Slave ":gmail-local:Trash"
|
||||
Create "Slave"
|
||||
SyncState "*"
|
||||
|
||||
Channel ugent-inbox
|
||||
Master ":ugent-remote:Inbox"
|
||||
Slave ":ugent-local:"
|
||||
Create "Slave"
|
||||
SyncState "*"
|
||||
|
||||
Channel ugent-sent
|
||||
Master ":ugent-remote:Verzonden Items"
|
||||
Slave ":ugent-local:Sent"
|
||||
Create "Slave"
|
||||
SyncState "*"
|
||||
|
||||
Channel ugent-trash
|
||||
Master ":ugent-remote:Verwijderde Items"
|
||||
Slave ":ugent-local:Trash"
|
||||
Create "Slave"
|
||||
SyncState "*"
|
||||
# }}}
|
||||
|
||||
# Groups {{{
|
||||
Group gmail
|
||||
Channel "gmail-inbox"
|
||||
Channel "gmail-sent"
|
||||
Channel "gmail-trash"
|
||||
|
||||
Group ugent
|
||||
Channel "ugent-inbox"
|
||||
Channel "ugent-sent"
|
||||
Channel "ugent-trash"
|
||||
# }}}
|
||||
|
||||
# vim: foldmethod=marker
|
Loading…
Add table
Add a link
Reference in a new issue