aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-23 09:37:11 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-23 09:37:11 +0000
commitcb38c25474b1e7823ff8696155fcebba7de5e07d (patch)
treedf07611eccfbb8d0c09900a811f364f217a9d572 /src/compose.h
parent91146ec1ec9d8cba872f0d9b564c6130ef700d30 (diff)
added PGP Sign/Encrypt check button on the compose window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@279 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compose.h b/src/compose.h
index 95928f3f..14f95a51 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -105,6 +105,9 @@ struct _Compose
GtkWidget *followup_hbox;
GtkWidget *followup_entry;
+ GtkWidget *signing_chkbtn;
+ GtkWidget *encrypt_chkbtn;
+
GtkWidget *paned;
GtkWidget *attach_scrwin;