aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-07-24 08:45:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-07-24 08:45:08 +0000
commite80b60f834edd13192bee986183f3bb8eb45ed20 (patch)
treef5d60463113885d1c1673412d20801f289b4c1b2 /src/summaryview.h
parentce7be87adabcbc7b48bd69758939479b491c8949 (diff)
added 'Set as (not) junk mail' to the summary context menu.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1096 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.h')
-rw-r--r--src/summaryview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/summaryview.h b/src/summaryview.h
index 06e1f75d..aaeaa57e 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -88,6 +88,9 @@ struct _SummaryView
GtkWidget *reedit_menuitem;
GtkWidget *reedit_separator;
+ GtkWidget *junk_menuitem;
+ GtkWidget *nojunk_menuitem;
+ GtkWidget *junk_separator;
GtkWidget *window;