diff options
author | 2019-02-06 23:08:58 -0500 | |
---|---|---|
committer | 2019-02-06 23:08:58 -0500 | |
commit | bb60074bc1784847f77321e96e13b8c0bab6df56 (patch) | |
tree | ff2139787cb79e1e95b3eeaf1789d5d0afd6f600 /rc.org | |
parent | 2dff0318fc314ce817db04d7e758d2bcfa0db565 (diff) | |
download | configs-bb60074bc1784847f77321e96e13b8c0bab6df56.tar.gz configs-bb60074bc1784847f77321e96e13b8c0bab6df56.tar.xz configs-bb60074bc1784847f77321e96e13b8c0bab6df56.zip |
[emacs,rc] add csclub mail
Diffstat (limited to 'rc.org')
-rw-r--r-- | rc.org | 36 |
1 files changed, 35 insertions, 1 deletions
@@ -822,6 +822,31 @@ Channel uwaterloo Master :uwaterloo-remote: Slave :uwaterloo-local: Patterns * + +###### +IMAPAccount csclub +Host mail.csclub.uwaterloo.ca +User abandali +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub.gpg" +SSLType IMAPS + +IMAPStore csclub-remote +Account csclub + +IMAPAccount csclub-dovecot +Host 127.0.0.1 +Port 143 +User abandali@csclub.uw +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/csclub-dovecot.gpg" +SSLType None + +IMAPStore csclub-local +Account csclub-dovecot + +Channel csclub +Master :csclub-remote: +Slave :csclub-local: +Patterns * #+end_src *** mbsync.service @@ -1434,6 +1459,15 @@ user abandali passwordeval gpg2 --no-tty -q -d ~/.passwd/uwaterloo.gpg tls_trust_file /etc/ssl/certs/ca-certificates.crt +# csclub +account csclub +host mail.csclub.uwaterloo.ca +tls_starttls on +from abandali@csclub.uwaterloo.ca +user abandali +passwordeval gpg2 --no-tty -q -d ~/.passwd/csclub.gpg +tls_trust_file /etc/ssl/certs/ca-certificates.crt + # Set a default account account default : aminb #+end_src @@ -4380,7 +4414,7 @@ alias mv="mv -iv" alias cp="cp -iv" alias scl=systemctl alias jcl=journalctl -alias m="mbsync uwaterloo; mbsync amin" +alias m="mbsync csclub; mbsync uwaterloo; mbsync amin" alias best="youtube-dl -f best" alias sd="ssh deb" alias sf="ssh fp" |