Indent fix
This commit is contained in:
parent
c9cf1c5a3d
commit
079ea7fe69
@ -16,15 +16,15 @@ class easy_unsubscribe extends rcube_plugin
|
|||||||
$this->include_stylesheet('easy_unsubscribe.css');
|
$this->include_stylesheet('easy_unsubscribe.css');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function storage_init($p)
|
public function storage_init($p)
|
||||||
{
|
{
|
||||||
$p['fetch_headers'] = trim($p['fetch_headers'] . ' ' . strtoupper('List-Unsubscribe'));
|
$p['fetch_headers'] = trim($p['fetch_headers'] . ' ' . strtoupper('List-Unsubscribe'));
|
||||||
return $p;
|
return $p;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function message_headers($p)
|
public function message_headers($p)
|
||||||
{
|
{
|
||||||
if($this->message_headers_done===false)
|
if($this->message_headers_done===false)
|
||||||
{
|
{
|
||||||
$this->message_headers_done = true;
|
$this->message_headers_done = true;
|
||||||
|
|
||||||
@ -47,6 +47,6 @@ class easy_unsubscribe extends rcube_plugin
|
|||||||
$p['output']['subject']['html'] = 1;
|
$p['output']['subject']['html'] = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $p;
|
return $p;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user