aboutsummaryrefslogtreecommitdiff
path: root/src/headerview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-13 10:04:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-13 10:04:31 +0000
commit286e3a8873173e736398b7093a7664b1c15515c4 (patch)
tree90fe4a902b40a27ea9b9286ee4c1c63c040bc655 /src/headerview.h
parent8e15366905070b1db0728e94055224326cf029e6 (diff)
added Cc: header to the header view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1296 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/headerview.h')
-rw-r--r--src/headerview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/headerview.h b/src/headerview.h
index db7d810b..bf1e4db4 100644
--- a/src/headerview.h
+++ b/src/headerview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999,2000 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -35,6 +35,8 @@ struct _HeaderView
GtkWidget *from_body_label;
GtkWidget *to_header_label;
GtkWidget *to_body_label;
+ GtkWidget *cc_header_label;
+ GtkWidget *cc_body_label;
GtkWidget *ng_header_label;
GtkWidget *ng_body_label;
GtkWidget *subject_header_label;