# Sample minimal config file. Copy this to ~/.offlineimaprc and edit to # suit to get started fast. [general] metadata = ~/.offlineimap accounts = GMAIL, GROSSMEIER maxsyncaccounts = 2 # max number of concurrent connections #### GMAIL Account Settings #### [Account GMAIL] localrepository = LocalGmail remoterepository = RemoteGmail autorefresh = 10 # minutes until next sync quick = 5 # number of 'quick' syncs between full syncs, saves time [Repository LocalGmail] type = Maildir # format of the local repository. choose Maildir if you will use Mutt localfolders = ~/.maildb/GMAIL # location of the email restoreatime = no # don't let offlineimap touch the atime of files [Repository RemoteGmail] type = IMAP remotehost = imap.gmail.com remoteuser = greg.grossmeier@gmail.com remotepass = yep ssl = yes #### GROSSMEIER Account Settings #### [Account GROSSMEIER] localrepository = LocalGrossmeier remoterepository = RemoteGrossmeier autorefresh = 10 quick = 5 [Repository LocalGrossmeier] type = Maildir localfolders = ~/.maildb/GROSSMEIER restoreatime = no [Repository RemoteGrossmeier] type = IMAP remoteuser = greg remotehost = my.host remotepass = yep ssl = yes