Add Sign/Encrypt toggle buttons to Compose toolbar.
[claws.git] / src / compose.h
index cca482d0b483b48527ba6bc2cf0256ef52486244..ddfc63f55a1429a7b618cc0caaf0bd4c6d9f2807 100644 (file)
@@ -344,4 +344,7 @@ void compose_reopen_exit_drafts             (void);
 void compose_attach_from_list (Compose *compose, GList *file_list, gboolean free_data);
 void compose_check_for_email_account(Compose *compose);
 
+void compose_use_signing(Compose *compose, gboolean use_signing);
+void compose_use_encryption(Compose *compose, gboolean use_encryption);
+
 #endif /* __COMPOSE_H__ */