[Commits] [SCM] claws branch, master, updated. 3.13.1-8-gfc42499

ticho at claws-mail.org ticho at claws-mail.org
Sun Jan 3 17:42:13 CET 2016


The branch, master has been updated
       via  fc42499ce0b3d1dc84914d5b15c9b5d19c904cd9 (commit)
       via  3a9d744883c04209d43d228de31d4deaf4399664 (commit)
      from  6eb02a559886a1c193524fa4f641bd2e4a799193 (commit)

Summary of changes:
 configure.ac                    |    6 +++++-
 src/plugins/vcalendar/claws.def |    1 +
 2 files changed, 6 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit fc42499ce0b3d1dc84914d5b15c9b5d19c904cd9
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Jan 3 17:40:05 2016 +0100

    Use a different default CFG_RC_DIR for Windows platform.

diff --git a/configure.ac b/configure.ac
index 6d63ed6..95e8db8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -509,7 +509,11 @@ dnl RC dir (will be default at a certain point in time)
 AC_ARG_WITH(config-dir,    [  --with-config-dir=RCDIR      Local configuration dir (default: .claws-mail)],
 	      ac_cv_with_config_dir="$withval", ac_cv_with_config_dir=".claws-mail")
 if test x"$ac_cv_with_config_dir" = x""; then
-	ac_cv_with_config_dir=".claws-mail"
+	if test x"$platform_win32" = xyes; then
+		ac_cv_with_config_dir="Claws-mail"
+	else
+		ac_cv_with_config_dir=".claws-mail"
+	fi
 fi
 AC_DEFINE_UNQUOTED(CFG_RC_DIR, "$ac_cv_with_config_dir", Configuration directory)
 

commit 3a9d744883c04209d43d228de31d4deaf4399664
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Jan 3 17:39:41 2016 +0100

    Add missing symbol to vcalendar claws.def file.

diff --git a/src/plugins/vcalendar/claws.def b/src/plugins/vcalendar/claws.def
index 8e532f2..de9bbe5 100644
--- a/src/plugins/vcalendar/claws.def
+++ b/src/plugins/vcalendar/claws.def
@@ -67,6 +67,7 @@ folder_scan_tree
 folder_set_xml
 folder_unregister_class
 folderview_check_new
+folderview_get_opened_item
 folderview_get_selected_item
 folderview_register_popup
 folderview_unregister_popup

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list