[general] metadata = ~/.cache/offlineimap accounts = pehjota.net-pj, libiquity.com-patrick.mcdermott ui = quiet # Cleanly handle sockets broken by system suspension, as recommended in # offlineimap(1). socktimeout = 60 [Account pehjota.net-pj] localrepository = pehjota.net-pj-local remoterepository = pehjota.net-pj-remote # Quickly synchronize every 10 minutes, and fully synchronize every 6 hours. # (Synchronize every 10 minutes, with 35 quick synchronizations between every # full one.) autorefresh = 10 quick = 35 [Repository pehjota.net-pj-local] type = Maildir localfolders = ~/Mail/pehjota.net/pj sep = / sync_deletes = no utime_from_header = yes filename_use_mail_timestamp = yes [Repository pehjota.net-pj-remote] type = IMAP preauthtunnel = ssh -q pj@mail.pehjota.net /usr/lib/dovecot/imap readonly = True [Account libiquity.com-patrick.mcdermott] localrepository = libiquity.com-patrick.mcdermott-local remoterepository = libiquity.com-patrick.mcdermott-remote # Quickly synchronize every 10 minutes, and fully synchronize every 6 hours. # (Synchronize every 10 minutes, with 35 quick synchronizations between every # full one.) autorefresh = 10 quick = 35 [Repository libiquity.com-patrick.mcdermott-local] type = Maildir localfolders = ~/Mail/libiquity.com/patrick.mcdermott sep = / sync_deletes = no utime_from_header = yes filename_use_mail_timestamp = yes [Repository libiquity.com-patrick.mcdermott-remote] type = IMAP preauthtunnel = ssh -q patrick.mcdermott@mail.libiquity.com /usr/lib/dovecot/imap readonly = True