Hello Emmanuel,
On 2025-02-19 10:34, Emmanuel Beffara <manu@beffara.org> writes:
> For this reason I wrote my own tag synchronisation tool: I essentially store
> a dump of the tag set in an SQLite database, with some extra information to
> allow efficiently synchronising this dump with the notmuch database. Then I
> keep this SQLite file synchronised between machines (I use rsync on a personal
> server, but anything else would work). This way I fetch mail locally on each
> machine (using mbsync) and integrate tag synchronisation in the post-new hook.
>
> The code is available on <https://framagit.org/manu/notmuch-tools> and it
> includes other small tools I wrote for my personal usage. I have been using
> these tools mostly unchanged for several years and have never lost any data. I
> never advertised them publicly until now, for a combination of prudence and
> laziness, but I would be happy to have feedback from other users.
This looks very promising, thanks a lot for coding this! I’ll give it a
try (as soon as my second machine is set up) and will report if I need
help.
Alan