mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
137 lines
2.8 KiB
Plaintext
137 lines
2.8 KiB
Plaintext
Create Both
|
|
Expunge Both
|
|
SyncState *
|
|
|
|
IMAPStore ryankes-remote
|
|
Host imap.mailbox.org
|
|
Port 993
|
|
User ryan@ryankes.eu
|
|
PassCmd "~/.local/bin/getpassword ryankes"
|
|
SSLType IMAPS
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
MaildirStore ryankes-local
|
|
Subfolders Verbatim
|
|
Path ~/.local/share/mail/ryankes/
|
|
Inbox ~/.local/share/mail/ryankes/INBOX
|
|
Flatten .
|
|
|
|
Channel ryankes-all
|
|
Master :ryankes-remote:
|
|
Slave :ryankes-local:
|
|
Patterns INBOX* Trash Drafts Sent Archive Archive/quicknet Spam
|
|
Sync All
|
|
|
|
Group ryankes
|
|
Channel ryankes-all
|
|
|
|
IMAPStore gmail-remote
|
|
Host imap.gmail.com
|
|
Port 993
|
|
User alrayyes@gmail.com
|
|
PassCmd "~/.local/bin/getpassword gmail"
|
|
SSLType IMAPS
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
MaildirStore gmail-local
|
|
Subfolders Verbatim
|
|
Path ~/.local/share/mail/gmail/
|
|
Inbox ~/.local/share/mail/gmail/INBOX
|
|
Flatten .
|
|
|
|
Channel gmail-inbox
|
|
Master :gmail-remote:
|
|
Slave :gmail-local:
|
|
Patterns "INBOX"
|
|
Sync All
|
|
|
|
Channel gmail-sent
|
|
Master :gmail-remote:"[Gmail]/Sent Mail"
|
|
Slave :gmail-local:Sent
|
|
Sync All
|
|
|
|
Channel gmail-drafts
|
|
Master :gmail-remote:"[Gmail]/Drafts"
|
|
Slave :gmail-local:Drafts
|
|
Sync All
|
|
|
|
Channel gmail-spam
|
|
Master :gmail-remote:"[Gmail]/Spam"
|
|
Slave :gmail-local:Spam
|
|
Sync All
|
|
|
|
Channel gmail-trash
|
|
Master :gmail-remote:"[Gmail]/Trash"
|
|
Slave :gmail-local:Trash
|
|
Sync All
|
|
|
|
Channel gmail-archive
|
|
Master :gmail-remote:"[Gmail]/All Mail"
|
|
Slave :gmail-local:Archive
|
|
Sync All
|
|
|
|
# Get all the channels together into a group.
|
|
Group gmail
|
|
Channel gmail-inbox
|
|
Channel gmail-sent
|
|
Channel gmail-drafts
|
|
Channel gmail-spam
|
|
Channel gmail-trash
|
|
Channel gmail-archive
|
|
# End profile
|
|
|
|
IMAPStore andthensome-remote
|
|
Host imap.gmail.com
|
|
Port 993
|
|
User ryan@andthensome.nl
|
|
PassCmd "~/.local/bin/getpassword andthensome"
|
|
SSLType IMAPS
|
|
CertificateFile /etc/ssl/certs/ca-certificates.crt
|
|
|
|
MaildirStore andthensome-local
|
|
Subfolders Verbatim
|
|
Path ~/.local/share/mail/andthensome/
|
|
Inbox ~/.local/share/mail/andthensome/INBOX
|
|
Flatten .
|
|
|
|
Channel andthensome-inbox
|
|
Master :andthensome-remote:
|
|
Slave :andthensome-local:
|
|
Patterns "INBOX"
|
|
Sync All
|
|
|
|
Channel andthensome-sent
|
|
Master :andthensome-remote:"[Gmail]/Sent Mail"
|
|
Slave :andthensome-local:Sent
|
|
Sync All
|
|
|
|
Channel andthensome-drafts
|
|
Master :andthensome-remote:"[Gmail]/Drafts"
|
|
Slave :andthensome-local:Drafts
|
|
Sync All
|
|
|
|
Channel andthensome-spam
|
|
Master :andthensome-remote:"[Gmail]/Spam"
|
|
Slave :andthensome-local:Spam
|
|
Sync All
|
|
|
|
Channel andthensome-trash
|
|
Master :andthensome-remote:"[Gmail]/Trash"
|
|
Slave :andthensome-local:Trash
|
|
Sync All
|
|
|
|
Channel andthensome-archive
|
|
Master :andthensome-remote:"[Gmail]/All Mail"
|
|
Slave :andthensome-local:Archive
|
|
Sync All
|
|
|
|
# Get all the channels together into a group.
|
|
Group andthensome
|
|
Channel andthensome-inbox
|
|
Channel andthensome-sent
|
|
Channel andthensome-drafts
|
|
Channel andthensome-spam
|
|
Channel andthensome-trash
|
|
Channel andthensome-archive
|
|
# End profile
|