-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot.mbsyncrc
More file actions
43 lines (38 loc) · 1.17 KB
/
dot.mbsyncrc
File metadata and controls
43 lines (38 loc) · 1.17 KB
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
# -*- mode:conf ; -*-
###
# Ruschival.de
###
IMAPAccount ruschival.de
Host mail.rolf-dv.de
# Port
User thomas@ruschival.de
# Pass ***************
#Setup for pgp protected password file (key can be on yubikey or file)
# PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mailpass.gpg"
# Password lookup using freedesktop secret api
# a) Keepassxc entry needs to be exposed (group freedesktop secrets)
# b) entry needs an attribute named MBSYNC with value MBSYNC
PassCmd "secret-tool lookup MBSYNC MBSYNC"
# Use SSL
# SSLVersions TLSv1.2
SSLType IMAPS
IMAPStore ruschival-remote
Account ruschival.de
MaildirStore ruschival-local
# The trailing "/" is important
Path ~/Maildir/ruschival.de/
Inbox ~/Maildir/ruschival.de/INBOX
SubFolders Verbatim
Channel ruschival.de
Far :ruschival-remote:
Near :ruschival-local:
# Exclude everything under the internal 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 Slave
Expunge Both
# Save the synchronization state files in the relevant directory
SyncState *
Sync All