offlineimap only fetches mail from first account listed

Zoran Zaric lists at zoranzaric.de
Sat Jan 8 11:51:49 GMT 2011


Hey everybody,

I'm happy to see so much activity on this project.

After some time I started using offlineimap again.  With 6.2.0 wich is
the current version on Arch Linux I have the problem, that only the
first account listed in the accounts directive is synced.

my .offlineimaprc pretty my looks like this:

------>3------>3------>3------>3------
[general]
accounts = foo at example.com, bar at example.com, baz at example.com

[Account foo at example.com]
localrepository = foo at example.comLocal
remoterepository = foo at example.comRemote
autorefresh = 30

[Repository foo at example.comLocal]
type = Maildir
localfolders = ~/Mail/foo at example.com

[Repository foo at example.comRemote]
type = IMAP
remotehost = mail.example.com
remoteuser = foo at example.com
remotepass = foobarbaz
folderfilter = lambda foldername: not re.search('dovecot', foldername)


[Account bar at example.com]
localrepository = bar at example.comLocal
remoterepository = bar at example.comRemote
autorefresh = 30

[Repository bar at example.comLocal]
type = Maildir
localfolders = ~/Mail/bar at example.com

[Repository bar at example.comRemote]
type = IMAP
remotehost = mail.example.com
remoteuser = bar at example.com
remotepass = foobarbaz
folderfilter = lambda foldername: not re.search('dovecot', foldername)


[Account baz at example.com]
localrepository = baz at example.comLocal
remoterepository = baz at example.comRemote
autorefresh = 30

[Repository baz at example.comLocal]
type = Maildir
localfolders = ~/Mail/baz at example.com

[Repository baz at example.comRemote]
type = IMAP
remotehost = mail.example.com
remoteuser = baz at example.com
remotepass = foobarbaz
folderfilter = lambda foldername: not re.search('dovecot', foldername)
------>3------>3------>3------>3------

I'm sorry if I missed a configuration change and would really appreciate
any help.

Thanks,
Zoran




More information about the OfflineIMAP-project mailing list