1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2025-07-13 13:00:23 +02:00
aerc/lib/hooks
inwit a6220d025a tag: allow to toggle tags
So far, the :tag command in the notmuch and jmap workers allows adding a
tag (by prefixing it with '+') and removing it (by prefixing it with
'-'). Add a new functionality to this command, allowing it to toggle a
tag by prefixing it with '!'.

Fixes: https://todo.sr.ht/~rjarry/aerc/292
Changelog-added: It is now possible to toggle notmuch and JMAP tags.
Signed-off-by: inwit <inwit@sindominio.net>
Acked-by: Robin Jarry <robin@jarry.cc>
2025-03-30 22:10:58 +02:00
..
aerc-shutdown.go hooks: add aerc-shutdown 2023-04-01 01:01:09 +02:00
aerc-startup.go hooks: add aerc-startup hook 2023-04-01 01:01:09 +02:00
exec.go hooks: add logging for STDOUT and STDERR 2024-08-04 18:24:42 +02:00
flag-changed.go hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNT 2024-06-05 08:41:13 +02:00
interface.go config: replace triggers with hooks 2023-04-01 01:01:09 +02:00
mail-added.go hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNT 2024-06-05 08:41:13 +02:00
mail-deleted.go hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNT 2024-06-05 08:41:13 +02:00
mail-received.go hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNT 2024-06-05 08:41:13 +02:00
mail-sent.go hooks: add AERC_ACCOUNT_BACKEND to hooks with AERC_ACCOUNT 2024-06-05 08:41:13 +02:00
tag-modified.go tag: allow to toggle tags 2025-03-30 22:10:58 +02:00