Functions
e_send_options_dialog_new ()
ESendOptionsDialog *
e_send_options_dialog_new (void
);
e_send_options_set_need_general_options ()
void
e_send_options_set_need_general_options
(ESendOptionsDialog *sod
,
gboolean needed
);
e_send_options_get_need_general_options ()
gboolean
e_send_options_get_need_general_options
(ESendOptionsDialog *sod
);
e_send_options_dialog_run ()
gboolean
e_send_options_dialog_run (ESendOptionsDialog *sod
,
GtkWidget *parent
,
Item_type type
);
e_send_options_set_global ()
gboolean
e_send_options_set_global (ESendOptionsDialog *sod
,
gboolean set
);
Types and Values
enum ESendOptionsPriority
enum ESendOptionsSecurity
enum ESendOptionsReturnNotify
ESendOptionsGeneral
typedef struct {
ESendOptionsPriority priority;
gint classify;
gboolean reply_enabled;
gboolean reply_convenient;
gint reply_within;
gboolean expiration_enabled;
gint expire_after;
gboolean delay_enabled;
time_t delay_until;
gint security;
} ESendOptionsGeneral;
ESendOptionsStatusTracking
typedef struct {
gboolean tracking_enabled;
TrackInfo track_when;
gboolean autodelete;
ESendOptionsReturnNotify opened;
ESendOptionsReturnNotify accepted;
ESendOptionsReturnNotify declined;
ESendOptionsReturnNotify completed;
} ESendOptionsStatusTracking;
ESendOptionsData
typedef struct {
gboolean initialized;
ESendOptionsGeneral *gopts;
ESendOptionsStatusTracking *sopts;
ESendOptionsStatusTracking *mopts;
ESendOptionsStatusTracking *copts;
ESendOptionsStatusTracking *topts;
} ESendOptionsData;