You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement phantom_threading to group email alerts into threads
Some email clients such as Gmail apparently use their own heuristics
for threading and already implement this behavior based on the subject.
But for users of other email clients that only implement threading
based on the relevant headers (e.g. notmuch), those users currently
get one email thread for each newly firing alert.
With phantom_threading enabled, all alert emails (of the same alert)
on the same day are grouped into the same thread. Much nicer :)
Signed-off-by: Michael Stapelberg <[email protected]>
0 commit comments