Read X-Kolab-Mime-Version headers if available (part 2)
This commit is contained in:
parent
40f811b33a
commit
0f9e0e5fe8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class libkolab extends rcube_plugin
|
||||||
*/
|
*/
|
||||||
function storage_init($p)
|
function storage_init($p)
|
||||||
{
|
{
|
||||||
$p['fetch_headers'] = trim($p['fetch_headers'] .' X-KOLAB-TYPE');
|
$p['fetch_headers'] = trim($p['fetch_headers'] .' X-KOLAB-TYPE X-KOLAB-MIME-VERSION');
|
||||||
return $p;
|
return $p;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue