Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
54fe9261
Commit
54fe9261
authored
Aug 11, 2014
by
jkaberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include php-libawl and cleanup
parent
64b1db4c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
backend_caldav.php
conf/zpush/backend_caldav.php
+0
-1
backend_carddav.php
conf/zpush/backend_carddav.php
+3
-1
backend_combined.php
conf/zpush/backend_combined.php
+1
-0
zpush.sh
setup/zpush.sh
+1
-1
No files found.
conf/zpush/backend_caldav.php
View file @
54fe9261
...
...
@@ -62,5 +62,4 @@ define('CALDAV_PERSONAL', '');
// Setting this to false will work with most servers, but it will be slower
define
(
'CALDAV_SUPPORTS_SYNC'
,
false
);
?>
\ No newline at end of file
conf/zpush/backend_carddav.php
View file @
54fe9261
...
...
@@ -105,4 +105,6 @@ define('CARDDAV_SUPPORTS_FN_SEARCH', false);
// If your carddav server needs to use file extension to recover a vcard.
// Davical needs it
// SOGo official demo online needs it, but some SOGo installation don't need it, so test it
define
(
'CARDDAV_URL_VCARD_EXTENSION'
,
'.vcf'
);
\ No newline at end of file
define
(
'CARDDAV_URL_VCARD_EXTENSION'
,
'.vcf'
);
?>
\ No newline at end of file
conf/zpush/backend_combined.php
View file @
54fe9261
...
...
@@ -100,4 +100,5 @@ class BackendCombinedConfig {
);
}
}
?>
\ No newline at end of file
setup/zpush.sh
View file @
54fe9261
...
...
@@ -14,7 +14,7 @@ source /etc/mailinabox.conf # load global vars
# Prereqs.
apt_install
\
php-soap php5-imap
php-soap php5-imap
libawl-php
php5enmod imap
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment