-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.offlineimaprc
More file actions
32 lines (27 loc) · 872 Bytes
/
.offlineimaprc
File metadata and controls
32 lines (27 loc) · 872 Bytes
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
[general]
accounts = wclouser@mozilla.com
status_backend = sqlite
ui = quiet
############################################################################
[Account wclouser@mozilla.com]
localrepository = local-wclouser@mozilla.com
remoterepository = remote-wclouser@mozilla.com
[Repository local-wclouser@mozilla.com]
type = Maildir
localfolders = ~/Mail/wclouser@mozilla.com
[Repository remote-wclouser@mozilla.com]
remotehost = mail.mozilla.com
remoteuser = wclouser@mozilla.com
remotepass =
ssl = yes
type = IMAP
#folderfilter = lambda folder: folder not in ['Chats', 'Contacts', 'Emailed Contacts']
folderfilter = lambda foldername: foldername in ['Drafts', 'INBOX', 'Sent']
folderincludes = ['INBOX/ifwedontrememberme']
[mbnames]
enabled = yes
filename = ~/.mutt/mailboxes
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"