aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-24 07:44:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-24 07:44:55 +0000
commitf0ded112875ffa7337d442bd05abdd97170d8dc1 (patch)
tree259b8bfc77fddba331500754053f09aebcb6b5b7 /src/main.c
parent8e167b57790543c62623e5f477d225a52bf9f9c1 (diff)
made color label text customizable (~/.sylpheed-2.0/colorlabelrc).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2406 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
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
{