From e3778c6d7550b5e1522d97bdcb5671a7bad9ff69 Mon Sep 17 00:00:00 2001 From: Rodriguez Nyiringabo Date: Thu, 9 Nov 2023 21:14:01 +0200 Subject: [PATCH 1/2] Make sieve work --- conf/hm3.sample.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/hm3.sample.ini b/conf/hm3.sample.ini index 826b5cc..76c5cf9 100644 --- a/conf/hm3.sample.ini +++ b/conf/hm3.sample.ini @@ -716,7 +716,7 @@ modules[]=keyboard_shortcuts ; Sieve Filters ; ------------------ ; Enables configurable Sieve based IMAP filters -; modules[]=sievefilters +modules[]=sievefilters ; Site ; ---- From 41921dd143da3f678f792c586fd14cf0a8090f8e Mon Sep 17 00:00:00 2001 From: Rodriguez Nyiringabo Date: Thu, 9 Nov 2023 22:42:11 +0200 Subject: [PATCH 2/2] Update the app version installed shown on the installation page --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index def5001..f9f4282 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All your E-mail, from all your accounts, in one place. Cypht is not your father' Cypht is an application built entirely of plugins, or as we call them, module sets (which is obviously way cooler sounding than plugins), that are executed by the framework. Modules provide a flexible way to add new features or customize the program without hacking the code. -**Shipped version:** 1.4.0~ynh1 +**Shipped version:** 1.4.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5880808..db28fca 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Cypht est un client de messagerie web. Vous pouvez accéder à vos comptes de messagerie qui supportent IMAP, POP3 ou SMTP - comme la plupart. -**Version incluse :** 1.4.0~ynh1 +**Version incluse :** 1.4.1~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index 368ae71..01ac765 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Cypht" description.en = "Lightweight Open Source webmail" description.fr = "Webmail Open Source léger" -version = "1.4.0~ynh1" +version = "1.4.1~ynh1" maintainers = ["eric_G"]