talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 2109cc1653cb502cd906b0c65bf0a951dbb78447
parent 51cd7832ec2781acc73bd1b2e5c4f2236aee6e76
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri, 16 Nov 2018 22:17:48 +0100

Use black as default value for folder_color folder pref.

Diffstat:
Msrc/folder_item_prefs.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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},