[Commits] [SCM] claws branch, master, updated. 3.17.0-171-g2109cc1
ticho at claws-mail.org
ticho at claws-mail.org
Fri Nov 16 22:18:05 CET 2018
The branch, master has been updated
via 2109cc1653cb502cd906b0c65bf0a951dbb78447 (commit)
from 51cd7832ec2781acc73bd1b2e5c4f2236aee6e76 (commit)
Summary of changes:
src/folder_item_prefs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 2109cc1653cb502cd906b0c65bf0a951dbb78447
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Fri Nov 16 22:17:48 2018 +0100
Use black as default value for folder_color folder pref.
diff --git a/src/folder_item_prefs.c b/src/folder_item_prefs.c
index d53d18e..7846551 100644
--- a/src/folder_item_prefs.c
+++ b/src/folder_item_prefs.c
@@ -84,7 +84,7 @@ static PrefParam param[] = {
NULL, NULL, NULL},
{"save_copy_to_folder", NULL, &tmp_prefs.save_copy_to_folder, P_BOOL,
NULL, NULL, NULL},
- {"folder_color", "", &tmp_prefs.color, P_COLOR,
+ {"folder_color", "#000000", &tmp_prefs.color, P_COLOR,
NULL, NULL, NULL},
{"enable_processing", "FALSE", &tmp_prefs.enable_processing, P_BOOL,
NULL, NULL, NULL},
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list