delete threads if one of the mails is deleted
This commit is contained in:
parent
e6afa0199e
commit
5fff4b4bb4
1 changed files with 2 additions and 0 deletions
|
@ -720,6 +720,8 @@ in {
|
||||||
${notmuchTaggingNew}
|
${notmuchTaggingNew}
|
||||||
echo "mute threads"
|
echo "mute threads"
|
||||||
${pkgs.notmuch}/bin/notmuch tag +muted $(${pkgs.notmuch}/bin/notmuch search --output=threads tag:muted)
|
${pkgs.notmuch}/bin/notmuch tag +muted $(${pkgs.notmuch}/bin/notmuch search --output=threads tag:muted)
|
||||||
|
echo "delete threads"
|
||||||
|
${pkgs.notmuch}/bin/notmuch tag +deleted $(${pkgs.notmuch}/bin/notmuch search --output=threads tag:deleted)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
systemd.timers.fetchmail = {
|
systemd.timers.fetchmail = {
|
||||||
|
|
Loading…
Reference in a new issue