1 mute threads
thomas edited this page 2020-07-30 20:09:40 +02:00

Ansatz 1 (notmuch hook)

.notmuch/hooks/mute-threads.sh

#!/bin/bash
notmuch tag +muted $(notmuch search --output=threads tag:muted)"
notmuch tag -muted -unmuted $(notmuch search --output=threads tag:muted and tag:unmute)"

Ansatz 2 (afew KillThreadsFilter)

https://github.com/afewmail/afew/blob/master/afew/filters/KillThreadsFilter.py Is a shit solution and I don't like the term "killed".

[KillThreadsFilter]