aboutsummaryrefslogtreecommitdiff
path: root/src/colorlabel.h
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/colorlabel.h
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/colorlabel.h')
-rw-r--r--src/colorlabel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/colorlabel.h b/src/colorlabel.h
index 26f43d55..cf71df82 100644
--- a/src/colorlabel.h
+++ b/src/colorlabel.h
@@ -34,4 +34,7 @@ GtkWidget *colorlabel_create_color_menu (void);
guint colorlabel_get_color_menu_active_item (GtkWidget *menu);
void colorlabel_update_menu (void);
+gint colorlabel_read_config (void);
+void colorlabel_write_config (void);
+
#endif /* COLORLABEL_H__ */