blob: 4a405bf4565b2d9fdabdb7ff51f06a7ac76ea5de (
plain) (
blame)
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
|
SyncState *
Sync Pull All Push All
IMAPAccount gmail
Host imap.gmail.com
User matthew.lemon@gmail.com
PassCmd "echo $(pass google_isync_mbsync)"
SSLType IMAPS
#CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
SubFolders Verbatim
Path ~/.mail/gmail/
Inbox ~/.mail/gmail/Inbox
Channel gmail
Far :gmail-remote:
Near :gmail-local:
# Exclude everything under the internal [Gmail] folder, except the interesting folders
Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
# Or include everything
#Patterns *
# Automatically create missing mailboxes, both locally and on the server
Create Both
# Sync the movement of messages between folders and deletions, add after making sure the sync works
Expunge Both
# Save the synchronization state files in the relevant directory
SyncState *
IMAPAccount mrlemon@purelymail.com
Host imap.purelymail.com
Port 993
User mrlemon@purelymail.com
PassCmd "echo $(pass purelymail_neomutt)"
SSLType IMAPS
IMAPStore purelymail-remote
Account mrlemon@purelymail.com
UseNamespace yes
MaildirStore purelymail-local
SubFolders Verbatim
Inbox ~/.mail/purelymail/INBOX
Path ~/.mail/purelymail/
Flatten .
Channel purelymailchannel
Far :purelymail-remote:
Near :purelymail-local:
Patterns *
Create Both
Expunge Both
SyncState *
|