%META:TOPICINFO{author="VickiBrown" date="1189109603" format="1.1" reprev="1.1" version="1.1"}% %META:TOPICPARENT{name="MailInContrib"}% ---+ Templates for the MailInContrib This is the local template file containing the template definitions used by MailInContrib to insert mail messages intto topics. Each template is specified in the form of a pair of TWiki template definitions, (surrounded by verbatim tags below for readability). The template to use when inserting incoming mail in a topic is decided from the parameters in the =<--MAIL--> comment in the topic. The default template is =normal=. %TMPL:DEF{MAILIN:normal}%---++ %SUBJECT% %TEXT% -- %WIKIUSERNAME% %ATTACHMENTS% -------------------------------------- %TMPL:END% =%ATTACHMENTS%= in the previous template will be expanded to a list of attachments that came in the mail. Each attachment in the list is formatted by the following template: %TMPL:DEF{MAILIN:normal:ATTACHMENT}% * %A_FILE% %TMPL:END%