123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- # -*- mode: conf-space; -*-
- IMAPAccount mail
- Host mail.gandi.net
- User mail@ambrevar.xyz
- PassCmd "pass mail@ambrevar.xyz@mail.gandi.net"
- SSLType IMAPS
- IMAPStore mail-remote
- Account mail
- MaildirStore mail-local
- # The trailing "/" is important
- Path ~/.cache/mail/mail/
- Inbox ~/.cache/mail/mail/inbox
- Channel mail-all
- Master :mail-remote:
- Slave :mail-local:
- Patterns * "!Sent"
- Create Both
- Expunge Both
- SyncState *
- Channel mail-sent
- Master :mail-remote:
- Slave :mail-local:
- Patterns !* "Sent"
- Create Both
- Expunge Both
- SyncState *
- ################################################################################
- IMAPAccount atlas
- Host mail.gandi.net
- User pierre@atlas.engineer
- PassCmd "pass pierre@atlas.engineer@mail.gandi.net"
- SSLType IMAPS
- IMAPStore atlas-remote
- Account atlas
- MaildirStore atlas-local
- # The trailing "/" is important
- Path ~/.cache/mail/atlas/
- Inbox ~/.cache/mail/atlas/inbox
- Channel atlas-all
- Master :atlas-remote:
- Slave :atlas-local:
- Patterns * "!Sent"
- Create Both
- Expunge Both
- SyncState *
- Channel atlas-sent
- Master :atlas-remote:
- Slave :atlas-local:
- Patterns !* "Sent"
- Create Both
- Expunge Both
- SyncState *
|