Merge pull request #297 from bessone/master
Update CardDAv for Roundcube
Dieser Commit ist enthalten in:
Commit
223cdd4e2f
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -102,10 +102,10 @@ $config['password_query'] = "UPDATE mailbox SET password = %P WHERE username = %
|
||||||
|
|
||||||
### Integrate CardDAV addressbooks in Roundcube
|
### Integrate CardDAV addressbooks in Roundcube
|
||||||
|
|
||||||
Download the latest release of [RCMCardDAV](https://github.com/blind-coder/rcmcarddav/) to the Roundcube plugin directory and extract it (here `rc/plugins`):
|
Download the latest release of [RCMCardDAV](https://github.com/mstilkerich/rcmcarddav) to the Roundcube plugin directory and extract it (here `rc/plugins`):
|
||||||
```
|
```
|
||||||
cd data/web/rc/plugins
|
cd data/web/rc/plugins
|
||||||
wget -O - https://github.com/blind-coder/rcmcarddav/releases/download/v3.0.3/carddav-3.0.3.tar.bz2 | tar xfvj -
|
wget -O - https://github.com/mstilkerich/rcmcarddav/releases/download/v4.1.2/carddav-v4.1.2.tar.gz | tar xfvz -
|
||||||
chown -R root: carddav/
|
chown -R root: carddav/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Laden …
Tabelle hinzufĂĽgen
In neuem Issue referenzieren