From a16f435dac91cfea3c8d63fcd345dada458d53a0 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 16 Sep 2025 22:24:37 +0200 Subject: Add my mailbox.org account into my email setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This means instructing mbsync on how to fetch email, GNU Emacs on how to index it, and then msmtp on how to deliver it. Signed-off-by: Miquel Sabaté Solà --- .mbsyncrc | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc index 348467a..5874b4b 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -61,6 +61,54 @@ Channel gmail-inbox Channel gmail-all Channel gmail-sent +## +# mailbox.org + +MaildirStore mailbox-local +Subfolders Verbatim +Path "~/data/mail/mailbox/" +Inbox "~/data/mail/mailbox/inbox" +Trash "trash" + +IMAPAccount mailbox +Host imap.mailbox.org +Port 993 +User "mssola@mssola.com" +PassCmd "kwallet-query --read-password mailbox kdewallet --folder email" +TLSType IMAPS +TLSVersions +1.2 +1.3 + +IMAPStore mailbox-remote +Account mailbox + +Channel mailbox-inbox +Far :mailbox-remote: +Near :mailbox-local: +Sync All +Expunge Both +Create Both +CopyArrivalDate yes + +Channel mailbox-sent +Far :mailbox-remote:Sent +Near :mailbox-local:sent +Sync All +Expunge Both +Create Both +CopyArrivalDate yes + +Channel mailbox-archive +Far :mailbox-remote: +Near :mailbox-local: +Pattern Archive/* +Sync All +Expunge Both +Create Both +CopyArrivalDate yes + +Group mailbox +Channels mailbox-inbox mailbox-sent mailbox-archive + ## # suse.com -- cgit v1.2.3