The correct msgid reply tag (at the moment) is '+draft/reply'
This commit is contained in:
parent
976b6ae335
commit
26bfd61487
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Out(object):
|
||||||
|
|
||||||
tags = {}
|
tags = {}
|
||||||
if self._msgid:
|
if self._msgid:
|
||||||
tags["reply"] = self._msgid
|
tags["+draft/reply"] = self._msgid
|
||||||
|
|
||||||
self.target.send_message(text,
|
self.target.send_message(text,
|
||||||
prefix=Utils.FONT_RESET + "[%s] " % self.prefix(), tags=tags)
|
prefix=Utils.FONT_RESET + "[%s] " % self.prefix(), tags=tags)
|
||||||
|
|
Loading…
Reference in a new issue