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
b5928de7
Commit
b5928de7
authored
Aug 11, 2014
by
jkaberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use subdir
parent
a80c076d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
backend_caldav.php
conf/zpush/backend_caldav.php
+1
-1
backend_carddav.php
conf/zpush/backend_carddav.php
+1
-1
No files found.
conf/zpush/backend_caldav.php
View file @
b5928de7
...
...
@@ -52,7 +52,7 @@ define('CALDAV_SERVER', 'https://localhost');
define
(
'CALDAV_PORT'
,
'443'
);
// Path
define
(
'CALDAV_PATH'
,
'/remote.php/caldav/calendars/%u/'
);
define
(
'CALDAV_PATH'
,
'/
owncloud/
remote.php/caldav/calendars/%u/'
);
// Personal CalDAV folder (calendar folder/principal)
define
(
'CALDAV_PERSONAL'
,
''
);
...
...
conf/zpush/backend_carddav.php
View file @
b5928de7
...
...
@@ -71,7 +71,7 @@ define('CARDDAV_PATH', '/remote.php/carddav/addressbooks/%u/');
// %u: replaced with the username
// %d: replaced with the domain
// Add the trailing /
define
(
'CARDDAV_DEFAULT_PATH'
,
'/remote.php/carddav/addressbooks/%u/contacts/'
);
define
(
'CARDDAV_DEFAULT_PATH'
,
'/
owncloud/
remote.php/carddav/addressbooks/%u/contacts/'
);
// Server path to the GAL addressbook. This addressbook is readonly and searchable by the user, but it will NOT be synced.
// If you don't want GAL, comment it
...
...
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