diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-11-30 17:24:01 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-07 14:23:42 +0100 |
| commit | 4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f (patch) | |
| tree | 99de1c0323d87fc798bafacdd5c04f7566322da4 /.config/isyncrc | |
| download | config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.tar.gz config-4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f.zip | |
Initial commit
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 * | ||
