dotfiles/mbsync/.mbsyncrc

87 lines
1.6 KiB
Plaintext
Raw Normal View History

2019-08-27 01:08:54 +02:00
# Mbsync config
2019-03-24 15:03:56 +01:00
IMAPAccount gmail
Host imap.gmail.com
User akasroua@gmail.com
2020-05-24 02:23:06 +02:00
PassCmd "pass mail/gmail"
2019-03-24 15:03:56 +01:00
SSLType IMAPS
2019-08-27 01:08:54 +02:00
CertificateFile /etc/ssl/certs/ca-certificates.crt
2019-03-24 15:03:56 +01:00
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
Subfolders Verbatim
# The trailing "/" is important
Path ~/.mail/gmail/
Inbox ~/.mail/gmail/Inbox/
Channel sync-gmail-default
Master :gmail-remote:
Slave :gmail-local:
Channel sync-gmail-sent
Master :gmail-remote:"[Gmail]/Sent Mail"
Slave :gmail-local:sent
Channel sync-gmail-trash
Master :gmail-remote:"[Gmail]/Bin"
Slave :gmail-local:trash
Channel sync-gmail-junk
Master :gmail-remote:"[Gmail]/Spam"
Slave :gmail-local:junk
# Get all the channels together into a group.
Group gmail
Channel sync-gmail-default
Channel sync-gmail-sent
Channel sync-gmail-trash
Channel sync-gmail-junk
Create Both
Expunge Both
SyncState *
IMAPAccount uni
Host correo.ugr.es
User akasroua@correo.ugr.es
2020-05-24 02:23:06 +02:00
PassCmd "pass mail/uni"
2019-03-24 15:03:56 +01:00
SSLType IMAPS
2019-08-27 01:08:54 +02:00
CertificateFile /etc/ssl/certs/ca-certificates.crt
2019-03-24 15:03:56 +01:00
IMAPStore uni-remote
Account uni
MaildirStore uni-local
Subfolders Verbatim
# The trailing "/" is important
Path ~/.mail/uni/
Inbox ~/.mail/uni/INBOX/
Channel uni-default
Master :uni-remote:
Slave :uni-local:
Channel uni-sent
Master :uni-remote:"Sent"
Slave :uni-local:sent
Channel uni-trash
Master :uni-remote:"Trash"
Slave :uni-local:trash
Channel uni-archive
Master :uni-remote:"BUZONdeEntradaUGR"
Slave :uni-local:archive
# Get all the channels together into a group.
Group uni
Channel uni-default
Channel uni-sent
Channel uni-trash
Channel uni-archive
Create Both
Expunge Both
SyncState *