Now that "new" is being cleared less aggressively, make sure we clear it
when we reply to a message.
Signed-off-by: NeilBrown <neil@brown.name>
Bugs to be fixed
----------------
-- [ ] notmuch: "reply" should clear unread/new flags.
+- [X] notmuch: "reply" should clear unread/new flags.
- [X] transparent images appear in email with horiz lines
- [ ] Replying to w3m/html mail results in unsightly markup in reply
- [ ] converting email parts with external code should be async
hdr_mode = "reply"
tag = "replied"
v = make_composition(self.list_pane, focus,
- tag="tag +%s id:%s" % (tag, self.message_pane['message-id']))
+ tag="tag +%s -new -unread id:%s" % (tag, self.message_pane['message-id']))
if v:
v.call("compose-email:copy-headers", self.message_pane, hdr_mode)
if quote_mode == "inline":