root / offlineimap.conf.minimal
| 1 | # Sample minimal config file. Copy this to ~/.offlineimaprc and edit to |
|---|---|
| 2 | # suit to get started fast. |
| 3 | |
| 4 | [general] |
| 5 | accounts = Test |
| 6 | |
| 7 | [Account Test] |
| 8 | localrepository = Local |
| 9 | remoterepository = Remote |
| 10 | |
| 11 | [Repository Local] |
| 12 | type = Maildir |
| 13 | localfolders = ~/Test |
| 14 | |
| 15 | [Repository Remote] |
| 16 | type = IMAP |
| 17 | remotehost = examplehost |
| 18 | remoteuser = jgoerzen |