[Commits] [SCM] claws branch, master, updated. 3.14.0-93-g244b9ca

ticho at claws-mail.org ticho at claws-mail.org
Sun Sep 25 16:26:08 CEST 2016


The branch, master has been updated
       via  244b9cae9f63616168222e9adfa32f26e5388001 (commit)
      from  94fb81e08689930bb236c163d30d7bb65dfac5f4 (commit)

Summary of changes:
 src/common/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 244b9cae9f63616168222e9adfa32f26e5388001
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sun Sep 25 16:22:16 2016 +0200

    Change home directory fallback to "C:\Claws-mail" on Windows.
    
    It is unlikely ever to be used, since CSIDL_APPDATA special
    folder is guaranteed to be defined, but still...

diff --git a/src/common/utils.c b/src/common/utils.c
index 053a0b0..ad67d3c 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -1792,7 +1792,7 @@ const gchar *get_home_dir(void)
 		if (w32_shgetfolderpath
 			    (NULL, CSIDL_APPDATA|CSIDL_FLAG_CREATE,
 			     NULL, 0, home_dir_utf16) < 0)
-				strcpy (home_dir_utf16, "C:\\Sylpheed");
+				strcpy (home_dir_utf16, "C:\\Claws Mail");
 		home_dir_utf8 = g_utf16_to_utf8 ((const gunichar *)home_dir_utf16, -1, NULL, NULL, NULL);
 	}
 	return home_dir_utf8;

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list