aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-attachment.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-attachment.h')
-rw-r--r--e-util/e-attachment.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/e-attachment.h b/e-util/e-attachment.h
index b21a0f2899..2942d042de 100644
--- a/e-util/e-attachment.h
+++ b/e-util/e-attachment.h
@@ -100,6 +100,12 @@ gboolean e_attachment_get_saving (EAttachment *attachment);
gboolean e_attachment_get_shown (EAttachment *attachment);
void e_attachment_set_shown (EAttachment *attachment,
gboolean shown);
+gboolean e_attachment_get_save_self (EAttachment *attachment);
+void e_attachment_set_save_self (EAttachment *attachment,
+ gboolean save_self);
+gboolean e_attachment_get_save_extracted (EAttachment *attachment);
+void e_attachment_set_save_extracted (EAttachment *attachment,
+ gboolean save_extracted);
camel_cipher_validity_encrypt_t
e_attachment_get_encrypted (EAttachment *attachment);
void e_attachment_set_encrypted (EAttachment *attachment,