diff options
author | Yigit Sever | 2024-08-08 09:29:01 +0200 |
---|---|---|
committer | Yigit Sever | 2024-08-08 09:29:01 +0200 |
commit | e5efb957c622f00d1a797052bbad498777f1238b (patch) | |
tree | d531deb0213fe9ca48417d9ab80aa1977de363a5 | |
parent | 35dca146b4a965b9791a6b3393f374575a842d25 (diff) | |
download | dotfiles-e5efb957c622f00d1a797052bbad498777f1238b.tar.gz dotfiles-e5efb957c622f00d1a797052bbad498777f1238b.tar.bz2 dotfiles-e5efb957c622f00d1a797052bbad498777f1238b.zip |
isync: update config
xdg compliant config file location, SSLType->TLSType, better pass hierarchy
-rw-r--r-- | .config/isyncrc (renamed from .mbsyncrc) | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/.mbsyncrc b/.config/isyncrc index 850f412..b4c8fd3 100644 --- a/.mbsyncrc +++ b/.config/isyncrc | |||
@@ -2,9 +2,9 @@ IMAPStore ceng_argor-remote | |||
2 | Host imap.ceng.metu.edu.tr | 2 | Host imap.ceng.metu.edu.tr |
3 | Port 993 | 3 | Port 993 |
4 | User yigit | 4 | User yigit |
5 | PassCmd "pass mutt-wizard-ceng_argor" | 5 | PassCmd "pass metu/ceng/argor" |
6 | AuthMechs LOGIN | 6 | AuthMechs LOGIN |
7 | SSLType IMAPS | 7 | TLSType IMAPS |
8 | CertificateFile /etc/ssl/certs/ca-certificates.crt | 8 | CertificateFile /etc/ssl/certs/ca-certificates.crt |
9 | 9 | ||
10 | MaildirStore ceng_argor-local | 10 | MaildirStore ceng_argor-local |
@@ -28,9 +28,9 @@ IMAPStore metu_argor-remote | |||
28 | Host imap.metu.edu.tr | 28 | Host imap.metu.edu.tr |
29 | Port 993 | 29 | Port 993 |
30 | User ysever | 30 | User ysever |
31 | PassCmd "pass mutt-wizard-metu_argor" | 31 | PassCmd "pass metu/personel" |
32 | AuthMechs LOGIN | 32 | AuthMechs LOGIN |
33 | SSLType IMAPS | 33 | TLSType IMAPS |
34 | CertificateFile /etc/ssl/certs/ca-certificates.crt | 34 | CertificateFile /etc/ssl/certs/ca-certificates.crt |
35 | 35 | ||
36 | MaildirStore metu_argor-local | 36 | MaildirStore metu_argor-local |
@@ -54,9 +54,9 @@ IMAPStore ceng_stu-remote | |||
54 | Host imap.ceng.metu.edu.tr | 54 | Host imap.ceng.metu.edu.tr |
55 | Port 993 | 55 | Port 993 |
56 | User e2482057 | 56 | User e2482057 |
57 | PassCmd "pass mutt-wizard-ceng_stu" | 57 | PassCmd "pass metu/ceng/student" |
58 | AuthMechs LOGIN | 58 | AuthMechs LOGIN |
59 | SSLType IMAPS | 59 | TLSType IMAPS |
60 | CertificateFile /etc/ssl/certs/ca-certificates.crt | 60 | CertificateFile /etc/ssl/certs/ca-certificates.crt |
61 | 61 | ||
62 | MaildirStore ceng_stu-local | 62 | MaildirStore ceng_stu-local |
@@ -80,9 +80,9 @@ IMAPStore metu_stu-remote | |||
80 | Host imap.metu.edu.tr | 80 | Host imap.metu.edu.tr |
81 | Port 993 | 81 | Port 993 |
82 | User e248205 | 82 | User e248205 |
83 | PassCmd "pass mutt-wizard-metu_stu" | 83 | PassCmd "pass metu/student" |
84 | AuthMechs LOGIN | 84 | AuthMechs LOGIN |
85 | SSLType IMAPS | 85 | TLSType IMAPS |
86 | CertificateFile /etc/ssl/certs/ca-certificates.crt | 86 | CertificateFile /etc/ssl/certs/ca-certificates.crt |
87 | 87 | ||
88 | MaildirStore metu_stu-local | 88 | MaildirStore metu_stu-local |
@@ -106,9 +106,9 @@ IMAPStore xyz-remote | |||
106 | Host mail.yigitsever.com | 106 | Host mail.yigitsever.com |
107 | Port 993 | 107 | Port 993 |
108 | User yigit | 108 | User yigit |
109 | PassCmd "pass mutt-wizard-xyz" | 109 | PassCmd "pass xyz/mail" |
110 | AuthMechs LOGIN | 110 | AuthMechs LOGIN |
111 | SSLType IMAPS | 111 | TLSType IMAPS |
112 | CertificateFile /etc/ssl/certs/ca-certificates.crt | 112 | CertificateFile /etc/ssl/certs/ca-certificates.crt |
113 | 113 | ||
114 | MaildirStore xyz-local | 114 | MaildirStore xyz-local |
@@ -127,4 +127,3 @@ SyncState * | |||
127 | MaxMessages 0 | 127 | MaxMessages 0 |
128 | ExpireUnread no | 128 | ExpireUnread no |
129 | # End profile | 129 | # End profile |
130 | |||