From 8ee006423870ba568f174644b61dfd2f0dba2922 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Aug 2021 15:15:54 +0200 Subject: [PATCH] Fix --- doc/DESCRIPTION.md | 7 ++++++- doc/DISCLAIMER.md | 1 + doc/DISCLAIMER_fr.md | 1 + scripts/restore | 2 -- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index a38565a..39dc2ad 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,6 @@ -Roundcube is a browser-based multilingual IMAP client with an application-like user interface. \ No newline at end of file +Roundcube is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an email client, including MIME support, address book, folder manipulation, message searching and spell checking. + +### Features + +- CardDAV to connect with baïkal or Nextcloud +- Support for PGP encryption with Enigma plugin diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 7ffbd46..496009e 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -9,6 +9,7 @@ In addition to Roundcube core features, the following are made available with th * Synchronize your email aliases as identities in Roundcube * Install the [contextmenu](https://plugins.roundcube.net/packages/johndoh/contextmenu) and [automatic addressbook](https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook) plugins by default * Allow to install the [CardDAV](https://plugins.roundcube.net/packages/roundcube/carddav) (address book) synchronization plugin at the installation - note that if you have installed Nextcloud or Baïkal, it will automatically add the corresponding and existing address book. +* Support for PGP encryption with Enigma plugin by default. #### Multi-users support diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 1389e7c..7ef82b3 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -10,6 +10,7 @@ En plus des fonctionnalités principales de Roundcube, les éléments suivants s * Installation des plugins [contextmenu](https://plugins.roundcube.net/packages/johndoh/contextmenu) et [automatic addressbook](https://plugins.roundcube.net/packages/sblaisot/automatic_addressbook) par default. * Permettre d'installer [CardDAV](https://plugins.roundcube.net/packages/roundcube/carddav) (carnet d'adresses) de synchronisation à l'installation - notez que si vous avez installé Nextcloud ou Baïkal, il ajoutera automatiquement le carnet d'adresses correspondant. +* Prise en charge du cryptage PGP avec le plugin Enigma installé par default. #### Support multi-utilisateur diff --git a/scripts/restore b/scripts/restore index b51aa04..9ae8cab 100644 --- a/scripts/restore +++ b/scripts/restore @@ -35,8 +35,6 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=3 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "