Hi Tamas,
On Thursday Apr 02 2026, Tamas Papp wrote:
> Currently I am doing the following:
>
> 1. search for a particular year, eg with the query
>
> 2. mark all messages by pressing '*' (I could not find a way to
> something-mark all messages in a query, is there one?)
>
> 3. e'x'ecuting the mark, and then specifying 'm' and the target folder.
>
> If I create the target folder in my maildir, is it automatically
> indexed? (that seems to be the case after moving).
>
> Is there a way to make this more efficient, especially (2)?
I think batch operations are best done outside mu4e; perhaps something
like the following to move all messages from 2010 to the archive folder
$ mu find date:2010..2010 --exec 'echo' | \
xargs -I {} echo "mu move {} /archive"
(this ^^ just echoes, use to test first...).
'mu move' also updates the index.
Kind regards,
Dirk.
--
Dirk-Jan C. Binnema Helsinki, Finland
e:dj...@djcbsoftware.nl w:
www.djcbsoftware.nl
gpg: 6987 9CED 1745 9375 0F14 DA98 11DD FEA9 DCC4 A036