Hid/revealed mail subject body config.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1933 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2006-04-12 15:17:31 +00:00
parent f0c08b561d
commit cbe11fb17c
1 changed files with 6 additions and 6 deletions

View File

@ -828,7 +828,7 @@ ZoneMinder"',
requires => [ { name => "ZM_OPT_EMAIL", value => "yes" } ],
help => "This option is used to define the content of the email that is sent for any events that match the appropriate filters.",
type => $types{text},
category => "mail",
category => "hidden",
},
{
name => "ZM_EMAIL_SUBJECT",
@ -837,7 +837,7 @@ ZoneMinder"',
requires => [ { name => "ZM_OPT_EMAIL", value => "yes" } ],
help => "This option is used to define the subject of the email that is sent for any events that match the appropriate filters.",
type => $types{string},
category => "hidden",
category => "mail",
},
{
name => "ZM_EMAIL_BODY",
@ -861,7 +861,7 @@ ZoneMinder",
requires => [ { name => "ZM_OPT_EMAIL", value => "yes" } ],
help => "This option is used to define the content of the email that is sent for any events that match the appropriate filters.",
type => $types{text},
category => "hidden",
category => "mail",
},
{
name => "ZM_OPT_MESSAGE",
@ -888,7 +888,7 @@ body = "ZM alarm detected - %ED% secs, %EF%/%EFA% frames, t%EST%/m%ESM%/a%ESA% s
requires => [ { name => "ZM_OPT_MESSAGE", value => "yes" } ],
help => "This option is used to define the content of the message that is sent for any events that match the appropriate filters.",
type => $types{text},
category => "mail",
category => "hidden",
},
{
name => "ZM_MESSAGE_SUBJECT",
@ -897,7 +897,7 @@ body = "ZM alarm detected - %ED% secs, %EF%/%EFA% frames, t%EST%/m%ESM%/a%ESA% s
requires => [ { name => "ZM_OPT_MESSAGE", value => "yes" } ],
help => "This option is used to define the subject of the message that is sent for any events that match the appropriate filters.",
type => $types{string},
category => "hidden",
category => "mail",
},
{
name => "ZM_MESSAGE_BODY",
@ -906,7 +906,7 @@ body = "ZM alarm detected - %ED% secs, %EF%/%EFA% frames, t%EST%/m%ESM%/a%ESA% s
requires => [ { name => "ZM_OPT_MESSAGE", value => "yes" } ],
help => "This option is used to define the content of the message that is sent for any events that match the appropriate filters.",
type => $types{text},
category => "hidden",
category => "mail",
},
{
name => "ZM_NEW_MAIL_MODULES",