| 1 | # Global defaults |
| 2 | CopyArrivalDate yes |
| 3 | |
| 4 | ###### |
| 5 | IMAPAccount amin |
| 6 | Host nix.aminb.org |
| 7 | User amin@aminb.org |
| 8 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" |
| 9 | SSLType IMAPS |
| 10 | |
| 11 | IMAPStore amin-remote |
| 12 | Account amin |
| 13 | |
| 14 | MaildirStore amin-local |
| 15 | Path ~/mail/amin/ |
| 16 | Inbox ~/mail/amin/Inbox |
| 17 | SubFolders Verbatim |
| 18 | |
| 19 | Channel amin |
| 20 | Master :amin-remote: |
| 21 | Slave :amin-local: |
| 22 | Patterns * !dovecot* |
| 23 | Create Both |
| 24 | SyncState * |
| 25 | |
| 26 | ###### |
| 27 | IMAPAccount uwaterloo |
| 28 | Host connect.uwaterloo.ca |
| 29 | User mbandali |
| 30 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg" |
| 31 | SSLType IMAPS |
| 32 | |
| 33 | IMAPStore uwaterloo-remote |
| 34 | Account uwaterloo |
| 35 | |
| 36 | MaildirStore uwaterloo-local |
| 37 | Path ~/mail/uwaterloo/ |
| 38 | Inbox ~/mail/uwaterloo/Inbox |
| 39 | SubFolders Verbatim |
| 40 | |
| 41 | Channel uwaterloo |
| 42 | Master :uwaterloo-remote: |
| 43 | Slave :uwaterloo-local: |
| 44 | Patterns * !dovecot* |
| 45 | Create Both |
| 46 | SyncState * |