added: winix uses now [filter] statement from ezc

added: notifications to threads (were temporarily disabled)
changed: templates in notifications



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@712 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-01-26 12:45:38 +00:00
parent 00521c490e
commit ecf19034ae
27 changed files with 244 additions and 141 deletions

View File

@@ -1,24 +1,27 @@
Subject: [if notify_file_added]{notify_new}[else]{notify_change}[end]\n
From: {notify_from}\n
To: [notify_to_name] <[notify_to_email]>\n
Subject: [filter fil_qencode][if notify_add]{notify_new}[else]{notify_change}[end][end]\n
From: [filter fil_qencode]{notify_from_name}[end] <{notify_from_email}>\n
To: [filter fil_qencode][notify_to_name][end] <[notify_to_email]>\n
Content-Type: {notify_content_type}
\n\n
{notify_header}
\n\n
{notify_msg1}\s
[if-one notify_file_added notify_dir_added]
[if notify_add]
{notify_msg6}\n
[notify_item_link]\n\n
[end]
[if notify_file_edited]
[if notify_edit]
{notify_msg7}\n
[notify_item_link]\n\n
[end]
[if notify_file_deleted]
[if notify_delete]
{notify_msg8}\n
[notify_item_link]\n\n
[end]