Exemplo n.º 1
0
 def customize_forward(cls, app, editor, dom, reply, inreplyto):
     return cls.customize_attribution(
         original=Message.forwardedMessagePrefixWithSpacer_(False),
         editor=editor,
         dom=dom,
         reply=reply,
         inreplyto=inreplyto,
         template=app.custom_forwarding_attribution,
         messagetype=FORWARD)
Exemplo n.º 2
0
 def customize_forward(cls, app, editor, dom, reply, inreplyto):
     return cls.customize_attribution(
         original    = Message.forwardedMessagePrefixWithSpacer_(False),
         editor      = editor,
         dom         = dom,
         reply       = reply,
         inreplyto   = inreplyto,
         template    = app.custom_forwarding_attribution,
         messagetype = FORWARD
     )