aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-attachment.h
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2013-08-18 00:02:35 +0800
committerLAN-TW <lantw44@gmail.com>2013-08-18 00:02:35 +0800
commit5486a2614516daec62327431c511099728d14b2b (patch)
treeae98c495b59e2e75a2d31e143878544a5a1f3ccf /e-util/e-attachment.h
parent672d5151493e985d20ef1658a35eda8161c97fac (diff)
downloadgsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar
gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.gz
gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.bz2
gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.lz
gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.xz
gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.tar.zst
gsoc2013-evolution-5486a2614516daec62327431c511099728d14b2b.zip
Add properties and widgets to support archive extraction
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,