blob: 0f65615c9357c4b84008af8166b9d5bdc21d7428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
###############################################################################
# Work
IMAPAccount work
Host mx.tribe29.com
User on
PassCmd "pass show Correos/mx.tribe29.com"
AuthMechs LOGIN
SSLType IMAPS
IMAPStore work-remote
Account work
MaildirStore work-local
Path ~/.mail/work/
Inbox ~/.mail/work/Inbox
SubFolders Verbatim
Channel work
Far :work-remote:
Near :work-local:
Patterns *
Create Both
SyncState *
Expunge Both
# Local Variables:
# mode: conf-unix
# End:
|