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