diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2006-07-17 19:35:44 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2006-07-17 19:35:44 +0800 |
commit | a474f3b1b6a754c35e28ec919cbda72b82386f28 (patch) | |
tree | 7805bcacfbe00ffb3707c0eb3568bbc57990b266 /widgets/misc/e-send-options.h | |
parent | 17a2e89e3b6378b76586c61a0d47889c5d0cccf3 (diff) | |
download | gsoc2013-evolution-a474f3b1b6a754c35e28ec919cbda72b82386f28.tar.gz gsoc2013-evolution-a474f3b1b6a754c35e28ec919cbda72b82386f28.tar.zst gsoc2013-evolution-a474f3b1b6a754c35e28ec919cbda72b82386f28.zip |
Evolution side coding for implementing security-classification send-options for GroupWise
svn path=/trunk/; revision=32329
Diffstat (limited to 'widgets/misc/e-send-options.h')
-rw-r--r-- | widgets/misc/e-send-options.h | 10 |
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 { |