From f0ded112875ffa7337d442bd05abdd97170d8dc1 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 24 Dec 2009 07:44:55 +0000 Subject: made color label text customizable (~/.sylpheed-2.0/colorlabelrc). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2406 ee746299-78ed-0310-b773-934348b2243d --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index aa69bc31..eb8cd860 100644 --- a/src/main.c +++ b/src/main.c @@ -85,6 +85,7 @@ #include "plugin_manager.h" #include "foldersel.h" #include "update_check.h" +#include "colorlabel.h" #if USE_GPGME # include "rfc2015.h" @@ -259,6 +260,7 @@ int main(int argc, char *argv[]) filter_read_config(); prefs_actions_read_config(); prefs_display_header_read_config(); + colorlabel_read_config(); #ifdef G_OS_WIN32 { -- cgit v1.2.3