blob: 19d083b9ad34f60664e3160baffc8d361ce91234 [file] [log] [blame]
Adrià Vilanova Martínez227df182024-12-27 20:06:39 +01001# Config file for isync's mbsync
2#
3# Heavily inspired by:
4# https://wiki.archlinux.org/index.php?title=Isync&oldid=823186#Configuring.
5
Adrià Vilanova Martínezb2fe16d2025-01-25 16:23:38 +01006ExpireUnread no
7
Adrià Vilanova Martínez227df182024-12-27 20:06:39 +01008IMAPAccount gmail
9Host imap.gmail.com
10# The User and PassCmd fields are not available in dotfiles-external, only in
11# the private repo, sorry.
12AuthMechs XOAUTH2
13TLSType IMAPS
14
15IMAPStore gmail-remote
16Account gmail
17
18MaildirStore gmail-local
19SubFolders Verbatim
20Path ~/.mail/gmail/
21Inbox ~/.mail/gmail/Inbox
22
23Channel gmail-inbox
24Far :gmail-remote:
25Near :gmail-local:
26Patterns "INBOX" "[Gmail]/Drafts"
27Create Both
28Expunge Both
29SyncState *
Adrià Vilanova Martínezd55850f2025-01-25 16:23:38 +010030
31Channel gmail-sent
32Far :gmail-remote:
33Near :gmail-local:
34Patterns "[Gmail]/Sent Mail"
35Create Both
36Expunge Both
37SyncState *
38MaxMessages 100
39
40Group gmail
41Channel gmail-inbox
42Channel gmail-sent