Commit 9a768e87 authored by Jérome Perrin's avatar Jérome Perrin

when creating a related event after acknowledging an event, if we choose to

quote original message, also set the title to the reply subject (prepend "Re: ")


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22634 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 018c9040
......@@ -106,6 +106,7 @@ if create_event:\n
\n
if quote_original_message:\n
new_event.edit(text_format=event.getTextFormat(),\n
title=event.getReplySubject(),\n
text_content=event.getReplyBody())\n
</string> </value>
</item>
......
296
\ No newline at end of file
297
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment