| Top |
Functions
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
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;
Signal Details
The “sod-response” signal
void user_function (ESendOptionsDialog *esendoptionsdialog, gint arg1, gpointer user_data)
Flags: Run First
