| 1 | # Global defaults |
| 2 | CopyArrivalDate yes |
| 3 | Create Both |
| 4 | Expunge Both |
| 5 | |
| 6 | ###### |
| 7 | IMAPAccount amin |
| 8 | Host mail.bndl.org |
| 9 | User amin@bndl.org |
| 10 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" |
| 11 | SSLType IMAPS |
| 12 | |
| 13 | IMAPStore amin-remote |
| 14 | Account amin |
| 15 | |
| 16 | IMAPAccount amin-dovecot |
| 17 | Host 127.0.0.1 |
| 18 | Port 143 |
| 19 | User amin@bndl.local |
| 20 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin-dovecot.gpg" |
| 21 | SSLType None |
| 22 | |
| 23 | IMAPStore amin-local |
| 24 | Account amin-dovecot |
| 25 | |
| 26 | Channel amin |
| 27 | Master :amin-remote: |
| 28 | Slave :amin-local: |
| 29 | Patterns * |
| 30 | |
| 31 | ###### |
| 32 | IMAPAccount uwaterloo |
| 33 | Host connect.uwaterloo.ca |
| 34 | User abandali |
| 35 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg" |
| 36 | SSLType IMAPS |
| 37 | |
| 38 | IMAPStore uwaterloo-remote |
| 39 | Account uwaterloo |
| 40 | |
| 41 | IMAPAccount uwaterloo-dovecot |
| 42 | Host 127.0.0.1 |
| 43 | Port 143 |
| 44 | User abandali@uw.local |
| 45 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo-dovecot.gpg" |
| 46 | SSLType None |
| 47 | |
| 48 | IMAPStore uwaterloo-local |
| 49 | Account uwaterloo-dovecot |
| 50 | |
| 51 | Channel uwaterloo |
| 52 | Master :uwaterloo-remote: |
| 53 | Slave :uwaterloo-local: |
| 54 | Patterns * |
| 55 | |
| 56 | ###### |
| 57 | IMAPAccount csclub |
| 58 | Host mail.csclub.uwaterloo.ca |
| 59 | User abandali |
| 60 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub.gpg" |
| 61 | SSLType IMAPS |
| 62 | |
| 63 | IMAPStore csclub-remote |
| 64 | Account csclub |
| 65 | |
| 66 | IMAPAccount csclub-dovecot |
| 67 | Host 127.0.0.1 |
| 68 | Port 143 |
| 69 | User abandali@csc.uw.local |
| 70 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-dovecot.gpg" |
| 71 | SSLType None |
| 72 | |
| 73 | IMAPStore csclub-local |
| 74 | Account csclub-dovecot |
| 75 | |
| 76 | Channel csclub |
| 77 | Master :csclub-remote: |
| 78 | Slave :csclub-local: |
| 79 | Patterns * |