This commit is contained in:
2013-11-06 11:01:53 +00:00
parent 00a805729f
commit 106287d8e0
5 changed files with 772 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ if [ "$1" = "config" ]; then
echo 'graph_order spam ham'
echo 'graph_category Mail'
echo 'mail.label mail'
echo 'mail.type AREA'
echo 'mail.type DERIVE'
echo 'mail.min 0'
echo 'mail.draw LINE1'
echo 'ham.label ham'
@@ -44,7 +44,7 @@ if [ "$1" = "config" ]; then
echo 'spam.label spam'
echo 'spam.type DERIVE'
echo 'spam.min 0'
echo 'spam.draw AREA'
echo 'spam.draw LINE1'
exit 0
fi