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