-
Notifications
You must be signed in to change notification settings - Fork 7
/
.mbsyncrc
61 lines (56 loc) · 1.58 KB
/
.mbsyncrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# IMAP keeps an "internaldate" attribute for messages, which is separate
# from the date given in the message header, set based upon when the
# message was first received. Fastmail's webmail interface at least
# uses this attribute to properly order messages chronologically.
# The CopyArrivalDate option isn't well documented but it seems that when
# synchronising a new message it uses the Maildir file's Modify date as the
# IMAP internaldate attribute and vice versa. Otherwise it seemed the
# synchronisation time was being used instead. By setting the option here it's
# enabled by default for all Channels.
CopyArrivalDate yes
IMAPAccount kzar
Host imap.fastmail.com
SSLType IMAPS
SSLVersions TLSv1.2
User [email protected]
PassCmd "secret-tool lookup email [email protected]"
AuthMechs PLAIN
IMAPStore kzar-remote
Account kzar
MaildirStore kzar-local
# The trailing "/" is important
Path ~/Maildir/kzar/
Inbox ~/Maildir/kzar/INBOX
Flatten .
Channel kzar
Far :kzar-remote:
Near :kzar-local:
Patterns INBOX Travel Archive Sent Spam Trash
Expunge Both
SyncState *
Sync All
Create Both
# IMAPAccount duckduckgo
# Host outlook.office365.com
# SSLType IMAPS
# SSLVersions TLSv1.2
# User [email protected]
# PassCmd "secret-tool lookup email [email protected]"
#
# IMAPStore duckduckgo-remote
# Account duckduckgo
#
# MaildirStore duckduckgo-local
# # The trailing "/" is important
# Path ~/Maildir/duckduckgo/
# Inbox ~/Maildir/duckduckgo/INBOX
# Flatten .
#
# Channel duckduckgo
# Far :duckduckgo-remote:
# Near :duckduckgo-local:
# Expunge Both
# Patterns *
# SyncState *
# Sync All
# Create Both