Skip to content

Commit

Permalink
Make ingo sieve script header a but nicer to read
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 15, 2015
1 parent 8ef431c commit 4909191
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ingo/lib/Script/Sieve.php
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,9 @@ public function generate()
protected function _generate()
{
$this->_addItem(Ingo::RULE_ALL, new Ingo_Script_Sieve_Comment(
"Sieve Filter\n"
. _("Generated by Ingo") . ' (http://www.horde.org/apps/ingo/) ('
"Sieve Filter\n\n"
. _("Generated by Ingo") . " (http://www.horde.org/apps/ingo/)\n"
. trim(strftime($this->_params['date_format'] . ', ' . $this->_params['time_format']))
. ")"
));

$filters = $this->_params['storage']
Expand Down

0 comments on commit 4909191

Please sign in to comment.