-
Notifications
You must be signed in to change notification settings - Fork 0
/
.offlineimaprc.example
73 lines (56 loc) · 1.25 KB
/
.offlineimaprc.example
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
62
63
64
65
66
67
68
69
70
71
72
73
[general]
# accounts = small_hoster, big_webmailer, gmail
accounts = small_hoster, big_webmailer
# this setting needs to be >= the number of accounts
maxsyncaccounts = 3
ui = Blinkenlights
# disable fsync to reduce write cycles on the SSD
fsync = false
[Account small_hoster]
localrepository = SmallLocal
remoterepository = SmallRemote
[Account big_webmailer]
localrepository = BigLocal
remoterepository = BigRemote
[Account gmail]
localrepository = GmailLocal
remoterepository = GmailRemote
[Repository BigLocal]
type = Maildir
localfolders = ~/Mail/big
sep = /
[Repository BigRemote]
type = IMAP
remotehost =
remoteuser =
ssl = yes
remotepassfile =
# subscribedonly = yes
[Repository SmallLocal]
type = Maildir
localfolders = ~/Mail/small
sep = /
[Repository SmallRemote]
type = IMAP
remotehost =
remoteuser =
ssl = yes
subscribedonly = yes
remotepassfile =
[Repository GmailLocal]
type = Maildir
localfolders = ~/Mail/gmail
[Repository GmailRemote]
type = Gmail
remoteuser =
remotepassfile =
# google "offers" translated folders/tags
trashfolder = [Google Mail]/Papierkorb
spamfolder = [Google Mail]/Spam
[mbnames]
enabled = yes
filename = ~/.mutt/offlineimaps
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"