... | in email.naml |
178 179 180 181 182 183 184 185 186 187 188
|
<macro name="text_email_message_with_signature" requires="node" unindent="true">
<n.email_message.>
<n.node_message_as_text />
<n.if.owner.has_signature>
<then>
<n.crlf/>-----
<n.owner.signature.as_text/>
</then>
</n.if.owner.has_signature>
</n.email_message.>
</macro>
|
Free forum by Nabble | Edit this page |