From 4fc73c77daaa5075fc01ab5d0d2b4e9b3aa0938f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 30 Nov 2025 17:24:01 +0100 Subject: Initial commit --- .config/isyncrc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/isyncrc (limited to '.config/isyncrc') diff --git a/.config/isyncrc b/.config/isyncrc new file mode 100644 index 0000000..44f60bc --- /dev/null +++ b/.config/isyncrc @@ -0,0 +1,18 @@ +IMAPStore mailbox-remote +Host imap.mailbox.org +User sebastiano@tronto.net +PassCmd "cat ~/.ssh/mailbox.org" +TLSType STARTTLS + +MaildirStore mailbox-local +Path ~/mail/ +Inbox ~/mail/INBOX +SubFolders Verbatim + +Channel mailbox +Far :mailbox-remote: +Near :mailbox-local: +Patterns * !Archives +Create Both +Expunge Both +SyncState * -- cgit v1.3