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