blob: ab77aeca6f9cdc9afcc2f597088be120f96673a3 [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
6IMAPAccount gmail
7Host imap.gmail.com
8# The User and PassCmd fields are not available in dotfiles-external, only in
9# the private repo, sorry.
10AuthMechs XOAUTH2
11TLSType IMAPS
12
13IMAPStore gmail-remote
14Account gmail
15
16MaildirStore gmail-local
17SubFolders Verbatim
18Path ~/.mail/gmail/
19Inbox ~/.mail/gmail/Inbox
20
21Channel gmail-inbox
22Far :gmail-remote:
23Near :gmail-local:
24Patterns "INBOX" "[Gmail]/Drafts"
25Create Both
26Expunge Both
27SyncState *
Adrià Vilanova Martínezd55850f2025-01-25 16:23:38 +010028
29Channel gmail-sent
30Far :gmail-remote:
31Near :gmail-local:
32Patterns "[Gmail]/Sent Mail"
33Create Both
34Expunge Both
35SyncState *
36MaxMessages 100
37
38Group gmail
39Channel gmail-inbox
40Channel gmail-sent