[Commits] [SCM] claws branch, master, updated. 4.1.0-17-gc23d02b23
wwp at claws-mail.org
wwp at claws-mail.org
Thu May 19 08:03:58 CEST 2022
The branch, master has been updated
via c23d02b23105ab05d0b0e1a037da7596e6c61777 (commit)
from 483668f092adda735a4628355a7922d28b9d53fc (commit)
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit c23d02b23105ab05d0b0e1a037da7596e6c61777
Author: wwp <subscript at free.fr>
Date: Thu May 19 08:03:17 2022 +0200
Fix a typo error, thanks to Milan Obuch.
diff --git a/configure.ac b/configure.ac
index bbd87a2fc..06954c344 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2096,7 +2096,7 @@ AM_CONDITIONAL(BUILD_DILLO_PLUGIN, test x"$enable_dillo_plugin" != xno)
AM_CONDITIONAL(BUILD_FANCY_PLUGIN, test x"$enable_fancy_plugin" != xno)
AM_CONDITIONAL(BUILD_FETCHINFO_PLUGIN, test x"$enable_fetchinfo_plugin" != xno)
AM_CONDITIONAL(BUILD_GDATA_PLUGIN, test x"$enable_gdata_plugin" != xno)
-AM_CONDITIONAL(BUILD_KEYWORD_WARNER_PLUGIN, test x"$enable_keywordwarner_plugin" != xno)
+AM_CONDITIONAL(BUILD_KEYWORD_WARNER_PLUGIN, test x"$enable_keyword_warner_plugin" != xno)
AM_CONDITIONAL(BUILD_LIBRAVATAR_PLUGIN, test x"$enable_libravatar_plugin" != xno)
AM_CONDITIONAL(BUILD_LITEHTML_VIEWER_PLUGIN, test x"$enable_litehtml_viewer_plugin" != xno)
AM_CONDITIONAL(BUILD_MAILMBOX_PLUGIN, test x"$enable_mailmbox_plugin" != xno)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list