Commit | Line | Data |
---|---|---|
f945d4cb AB |
1 | # Global defaults |
2 | CopyArrivalDate yes | |
3 | ||
4 | ###### | |
818a4af5 AB |
5 | IMAPAccount amin |
6 | Host nix.aminb.org | |
7acb70d3 | 7 | User amin@aminb.org |
818a4af5 | 8 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" |
f945d4cb AB |
9 | SSLType IMAPS |
10 | ||
818a4af5 AB |
11 | IMAPStore amin-remote |
12 | Account amin | |
f945d4cb | 13 | |
818a4af5 AB |
14 | MaildirStore amin-local |
15 | Path ~/mail/amin/ | |
16 | Inbox ~/mail/amin/Inbox | |
f945d4cb | 17 | |
818a4af5 AB |
18 | Channel amin |
19 | Master :amin-remote: | |
20 | Slave :amin-local: | |
f945d4cb | 21 | Patterns * !dovecot* |
818a4af5 | 22 | Create Both |
f945d4cb AB |
23 | SyncState * |
24 | ||
25 | ###### | |
26 | IMAPAccount gmail | |
27 | Host imap.gmail.com | |
de295c49 | 28 | User amin.bandali@gmail.com |
818a4af5 | 29 | PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gmail.gpg" |
f945d4cb AB |
30 | SSLType IMAPS |
31 | ||
32 | IMAPStore gmail-remote | |
33 | Account gmail | |
34 | ||
35 | MaildirStore gmail-local | |
818a4af5 AB |
36 | Path ~/mail/gmail/ |
37 | Inbox ~/mail/gmail/Inbox | |
f945d4cb | 38 | |
de295c49 | 39 | Channel gmail-default |
f945d4cb AB |
40 | Master :gmail-remote: |
41 | Slave :gmail-local: | |
de295c49 | 42 | Patterns "INBOX" "Self Notes" "Trash" |
818a4af5 | 43 | Create Both |
f945d4cb | 44 | SyncState * |
de295c49 AB |
45 | |
46 | Channel gmail-drafts | |
47 | Master :gmail-remote:"[Gmail]/Drafts" | |
48 | Slave :gmail-local:Drafts | |
49 | Create Both | |
50 | SyncState * | |
51 | ||
52 | Channel gmail-sent | |
53 | Master :gmail-remote:"[Gmail]/Sent Mail" | |
54 | Slave :gmail-local:Sent | |
55 | Create Both | |
56 | SyncState * | |
57 | ||
58 | Group gmail | |
59 | Channel gmail-default | |
60 | Channel gmail-drafts | |
61 | Channel gmail-sent |