]> git.rmz.io Git - dotfiles.git/blob - offlineimaprc
dwb: do not set background images per default
[dotfiles.git] / offlineimaprc
1 [general]
2 #metadata = ~/.offlineimap
3 accounts = gmail
4 maxsyncaccounts = 1
5 #ui = basic
6 #ignore-readonly = no
7 pythonfile = ~/bin/offlineimap_utils.py
8 socktimeout = 120
9 fsync = false
10
11 [mbnames]
12 enabled = yes
13 filename = ~/.mutt/mailboxes
14 header = "mailboxes "
15 peritem = "+%(accountname)s/%(foldername)s"
16 sep = " "
17 footer = "\n"
18 # sort_keyfunc = lambda d: (d['accountname'], d['foldername'])
19 sort_keyfunc = sort_key
20
21 [Account gmail]
22 localrepository = gmail-local
23 remoterepository = gmail-remote
24 #autorefresh = 1
25 quick = 10
26 # presynchook = imapfilter
27 # postsynchook = notifysync.sh
28 # presynchook = imapfilter -c someotherconfig.lua
29 status_backend = sqlite
30 # maxsize = 2000000
31 # maxage =
32 #maildir-windows-compatible = no
33
34 [Repository gmail-local]
35 type = Maildir
36 localfolders = ~/mail/gmail
37 #sep = .
38 #restoreatime = no
39 nametrans = translocal
40
41 [Repository gmail-remote]
42 type = Gmail
43 remoteuser = samir.benmendil@gmail.com
44 nametrans = transremote
45 #folderfilter = lambda foldername: foldername not in '[Google Mail]/All Mail'
46 sslcacertfile = /etc/ssl/certs/ca-certificates.crt
47 trashfolder = '[Google Mail]/Bin'
48 spamfolder = '[Google Mail]/Spam'
49 maxconnections = 3
50 holdconnectionopen = yes
51 keepalive = 60
52 #readonly = False