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
6ecada7e
Commit
6ecada7e
authored
Sep 27, 2014
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
93a722f8
'
parents
94c4352f
93a722f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
backend_caldav.php
conf/zpush/backend_caldav.php
+1
-5
backend_carddav.php
conf/zpush/backend_carddav.php
+1
-7
No files found.
conf/zpush/backend_caldav.php
View file @
6ecada7e
...
...
@@ -9,10 +9,6 @@ define('CALDAV_SERVER', 'https://localhost');
define
(
'CALDAV_PORT'
,
'443'
);
define
(
'CALDAV_PATH'
,
'/caldav/calendars/%u/'
);
define
(
'CALDAV_PERSONAL'
,
''
);
// If the CalDAV server supports the sync-collection operation
// DAViCal and SOGo support it
// Setting this to false will work with most servers, but it will be slower
define
(
'CALDAV_SUPPORTS_SYNC'
,
false
);
define
(
'CALDAV_SUPPORTS_SYNC'
,
true
);
?>
conf/zpush/backend_carddav.php
View file @
6ecada7e
...
...
@@ -14,13 +14,7 @@ define('CARDDAV_DEFAULT_PATH', '/carddav/addressbooks/%u/contacts/'); /* subdire
define
(
'CARDDAV_GAL_PATH'
,
''
);
/* readonly, searchable, not syncd */
define
(
'CARDDAV_GAL_MIN_LENGTH'
,
5
);
define
(
'CARDDAV_CONTACTS_FOLDER_NAME'
,
'%u Addressbook'
);
// If the CardDAV server supports the sync-collection operation
// DAViCal supports it, but SabreDav, Owncloud, SOGo don't
// Setting this to false will work with most servers, but it will be slower: 1 petition for the href of vcards, and 1 petition for each vcard
define
(
'CARDDAV_SUPPORTS_SYNC'
,
false
);
define
(
'CARDDAV_SUPPORTS_SYNC'
,
true
);
// If the CardDAV server supports the FN attribute for searches
// DAViCal supports it, but SabreDav, Owncloud and SOGo don't
...
...
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