[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sieve, problem backing up mail
From: |
Sergey Poznyakoff |
Subject: |
Re: Sieve, problem backing up mail |
Date: |
Sun, 08 Jun 2025 22:07:05 +0200 |
User-agent: |
MH (GNU Mailutils 3.17.90) |
Hi Steve,
While at it, it appeared to me that you don't need sieve for that
purpose. With the recent commit ([1], [2]), you can just use
movemail as follows:
movemail --keep --sync=uidnext --max-messages=100 \
imaps://user:pass@server maildir://$HOME/.mail/myaccount-test/INBOX
(change source mailbox name, of course). Options were selected to
provide a behavior closest to that of mbsync in your configuration.
Regards,
Sergey
[1]
https://cgit.git.savannah.gnu.org/cgit/mailutils.git/commit/?id=5bbf1b5bd18777824f7346a9e6bc9eb454376839
[2]
https://git.gnu.org.ua/mailutils.git/commit/?id=5bbf1b5bd18777824f7346a9e6bc9eb454376839