mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 22:16:30 +00:00
27 lines
509 B
Text
27 lines
509 B
Text
|
# ---- TU Dresden ----
|
||
|
IMAPAccount tu-dresden
|
||
|
Host msx.tu-dresden.de
|
||
|
User {{USER}}
|
||
|
#PassCmd "pass mail/tud | head -1"
|
||
|
Pass "{{PASSWORD}}"
|
||
|
SSLType IMAPS
|
||
|
AuthMechs LOGIN
|
||
|
# because exchange apparently can't handle parallel accesses:
|
||
|
PipelineDepth 1
|
||
|
|
||
|
IMAPStore tu-dresden-remote
|
||
|
Account tu-dresden
|
||
|
|
||
|
MaildirStore tu-dresden-local
|
||
|
Subfolders Verbatim
|
||
|
Path ~/.mail/tu-dresden/
|
||
|
Inbox ~/.mail/tu-dresden/Inbox
|
||
|
|
||
|
Channel tu-dresden
|
||
|
Master :tu-dresden-remote:
|
||
|
Slave :tu-dresden-local:
|
||
|
Patterns *
|
||
|
Create Both
|
||
|
SyncState *
|
||
|
|