aboutsummaryrefslogtreecommitdiff
path: root/email/.offlineimaprc
blob: 6c07a1b8bc477703fd2d0fbeb8fe2d7f4a4f32d9 (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
58
59
60
61
62
[general]
pythonfile = ~/aux/offlineimap.py
ui = quiet
accounts = Personal,ViviSoft,Radboud

[Account Personal]
localrepository = Personal-Local
remoterepository = Personal-Remote

[Repository Personal-Local]
type = Maildir
localfolders = ~/.mutt/mail/Personal

[Repository Personal-Remote]
type = IMAP
remotepasseval = passwd('Personal/Email info@camilstaps.nl')
remotehost = mail.camilstaps.nl
remoteuser = info@camilstaps.nl
ssl = yes
cert_fingerprint = c74f6f6e0cd2a8a7c905b620ea79e7d7e589778c

[Account ViviSoft]
localrepository = ViviSoft-Local
remoterepository = ViviSoft-Remote

[Repository ViviSoft-Local]
type = Maildir
localfolders = ~/.mutt/mail/ViviSoft

[Repository ViviSoft-Remote]
type = IMAP
remotepasseval = passwd('ViviSoft/eMail/Email info@vivisoft.nl')
remotehost = mail.vivisoft.nl
remoteuser = info@vivisoft.nl
ssl = yes
cert_fingerprint = 708c7200cbd1f91da214f9406d784380fd2fa72e

[Account Radboud]
localrepository = Radboud-Local
remoterepository = Radboud-Remote

[Repository Radboud-Local]
type = Maildir
localfolders = ~/.mutt/mail/Radboud

[Repository Radboud-Remote]
type = IMAP
remotepasseval = passwd('Personal/Radboud')
remotehost = mail.ru.nl
remoteuser = c.staps@student.ru.nl
ssl = yes

[mbnames]
enabled = yes
filename = ~/.mutt/mailboxes
header = "mailboxes "
peritem = "~/.mutt/mail/%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"
incremental = "yes"

; vim: set ft=dosini: