dotfiles/mbsync/.mbsyncrc

111 lines
1.8 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
2021-02-08 15:29:54 +01:00
Far :gmail-remote:
Near :gmail-local:
Create Both
Expunge Both
SyncState *
2019-03-24 15:03:56 +01:00
Channel sync-gmail-sent
2021-02-08 15:29:54 +01:00
Far :gmail-remote:"[Gmail]/Sent Mail"
Near :gmail-local:sent
Create Both
Expunge Both
SyncState *
2019-03-24 15:03:56 +01:00
Channel sync-gmail-trash
2021-02-08 15:29:54 +01:00
Far :gmail-remote:"[Gmail]/Bin"
Near :gmail-local:trash
Create Both
Expunge Both
SyncState *
2019-03-24 15:03:56 +01:00
Channel sync-gmail-junk
2021-02-08 15:29:54 +01:00
Far :gmail-remote:"[Gmail]/Spam"
Near :gmail-local:junk
Create Both
Expunge Both
SyncState *
2019-03-24 15:03:56 +01:00
# 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
IMAPAccount uni
2021-05-11 15:31:47 +02:00
Host imapcorreo.ugr.es
2021-02-17 13:53:23 +01:00
User akasroua
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
2021-02-08 15:29:54 +01:00
Far :uni-remote:
Near :uni-local:
Create Both
Expunge Both
SyncState *
2019-03-24 15:03:56 +01:00
Channel uni-sent
2021-02-08 15:29:54 +01:00
Far :uni-remote:"Sent"
Near :uni-local:sent
Create Both
Expunge Both
SyncState *
2019-03-24 15:03:56 +01:00
Channel uni-trash
2021-02-08 15:29:54 +01:00
Far :uni-remote:"Trash"
Near :uni-local:trash
Create Both
Expunge Both
SyncState *
2019-03-24 15:03:56 +01:00
Channel uni-archive
2021-02-08 15:29:54 +01:00
Far :uni-remote:"BUZONdeEntradaUGR"
Near :uni-local:archive
Create Both
Expunge Both
SyncState *
2019-03-24 15:03:56 +01:00
# Get all the channels together into a group.
Group uni
Channel uni-default
Channel uni-sent
Channel uni-trash
Channel uni-archive