Christopher Warrington
2008-Apr-10 20:41 UTC
[sup-talk] Removing label from thread on message arrival
I''d like to automatically remove a certain label from threads when a new message for that thread arrives. What I am trying to do is label threads that I need a reply with the label "nr". Then, when a reply comes in, remove the "nr" label automatically. That way, I don''t have to do this manually and my "nr" listing is up-to-date. I don''t see any way to do this with a current hook, but I though that I would ask before hacking sup. -- Christopher Warrington <chrisw at rice.edu>
William Morgan
2008-Apr-10 21:09 UTC
[sup-talk] Removing label from thread on message arrival
Reformatted excerpts from Christopher Warrington''s message of 2008-04-10:> I don''t see any way to do this with a current hook, but I though that > I would ask before hacking sup.Yeah, I think this would require an "after-message-threaded" (or something) hook that would pass in both a message and its thread. -- William <wmorgan-sup at masanjin.net>