diff options
Diffstat (limited to 'src/headerview.h')
-rw-r--r-- | src/headerview.h | 4 |
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; |