blob: 495eaeeb7b3576d4ade84d1724aacd2dfe1aad18 (
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
|
[general]
accounts = protonmail
[mbnames]
enabled = yes
filename = ~/.mutt/mailboxes_auto
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"
[Account protonmail]
localrepository = protonmail-local
remoterepository = protonmail-remote
[Repository protonmail-local]
type = Maildir
localfolders = ~/Mail/matthewlemonproton
[Repository protonmail-remote]
type = IMAP
remoteport = 1143
remotehost = localhost
remoteuser = matthewlemon@protonmail.com
remotepass = 0UXvm1uetT9rtuiXTDHDJkHEyCq5a3+Q6qQ4PeSkBpE=
folderfilter = lambda foldername: foldername in ['INBOX', 'Archive', 'Drafts', 'Starred', 'Sent', 'Trash', 'Mailing Lists', 'Scans']
ssl = no
starttls = yes
|