aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-send-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-send-options.h')
-rw-r--r--widgets/misc/e-send-options.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/e-send-options.h b/widgets/misc/e-send-options.h
index 0ea71e269b..7b49ebcbd6 100644
--- a/widgets/misc/e-send-options.h
+++ b/widgets/misc/e-send-options.h
@@ -51,6 +51,15 @@ typedef enum {
} ESendOptionsPriority;
typedef enum {
+ E_SECURITY_NORMAL,
+ E_SECURITY_PROPRIETARY,
+ E_SECURITY_CONFIDENTIAL,
+ E_SECURITY_SECRET,
+ E_SECURITY_TOP_SECRET,
+ E_SECURITY_FOR_YOUR_EYES_ONLY
+} ESendOptionsSecurity;
+
+typedef enum {
E_RETURN_NOTIFY_NONE,
E_RETURN_NOTIFY_MAIL
} ESendOptionsReturnNotify;
@@ -71,6 +80,7 @@ typedef struct {
gint expire_after;
gboolean delay_enabled;
time_t delay_until;
+ gint security;
} ESendOptionsGeneral;
typedef struct {