Commit 54fe9261 authored by jkaberg's avatar jkaberg

include php-libawl and cleanup

parent 64b1db4c
...@@ -62,5 +62,4 @@ define('CALDAV_PERSONAL', ''); ...@@ -62,5 +62,4 @@ define('CALDAV_PERSONAL', '');
// Setting this to false will work with most servers, but it will be slower // Setting this to false will work with most servers, but it will be slower
define('CALDAV_SUPPORTS_SYNC', false); define('CALDAV_SUPPORTS_SYNC', false);
?> ?>
\ No newline at end of file
...@@ -105,4 +105,6 @@ define('CARDDAV_SUPPORTS_FN_SEARCH', false); ...@@ -105,4 +105,6 @@ define('CARDDAV_SUPPORTS_FN_SEARCH', false);
// If your carddav server needs to use file extension to recover a vcard. // If your carddav server needs to use file extension to recover a vcard.
// Davical needs it // Davical needs it
// SOGo official demo online needs it, but some SOGo installation don't need it, so test it // SOGo official demo online needs it, but some SOGo installation don't need it, so test it
define('CARDDAV_URL_VCARD_EXTENSION', '.vcf'); define('CARDDAV_URL_VCARD_EXTENSION', '.vcf');
\ No newline at end of file
?>
\ No newline at end of file
...@@ -100,4 +100,5 @@ class BackendCombinedConfig { ...@@ -100,4 +100,5 @@ class BackendCombinedConfig {
); );
} }
} }
?> ?>
\ No newline at end of file
...@@ -14,7 +14,7 @@ source /etc/mailinabox.conf # load global vars ...@@ -14,7 +14,7 @@ source /etc/mailinabox.conf # load global vars
# Prereqs. # Prereqs.
apt_install \ apt_install \
php-soap php5-imap php-soap php5-imap libawl-php
php5enmod imap php5enmod imap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment