diff options
Diffstat (limited to '.config/isyncrc')
| -rw-r--r-- | .config/isyncrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/isyncrc b/.config/isyncrc new file mode 100644 index 0000000..44f60bc --- /dev/null +++ b/.config/isyncrc | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | IMAPStore mailbox-remote | ||
| 2 | Host imap.mailbox.org | ||
| 3 | User sebastiano@tronto.net | ||
| 4 | PassCmd "cat ~/.ssh/mailbox.org" | ||
| 5 | TLSType STARTTLS | ||
| 6 | |||
| 7 | MaildirStore mailbox-local | ||
| 8 | Path ~/mail/ | ||
| 9 | Inbox ~/mail/INBOX | ||
| 10 | SubFolders Verbatim | ||
| 11 | |||
| 12 | Channel mailbox | ||
| 13 | Far :mailbox-remote: | ||
| 14 | Near :mailbox-local: | ||
| 15 | Patterns * !Archives | ||
| 16 | Create Both | ||
| 17 | Expunge Both | ||
| 18 | SyncState * | ||
