Top | ![]() |
![]() |
![]() |
![]() |
ESendOptionsDialog * | e_send_options_dialog_new () |
void | e_send_options_set_need_general_options () |
gboolean | e_send_options_get_need_general_options () |
gboolean | e_send_options_dialog_run () |
gboolean | e_send_options_set_global () |
ESendOptionsDialog *
e_send_options_dialog_new (void
);
e_send_options_dialog_new
is deprecated and should not be used in newly-written code.
void e_send_options_set_need_general_options (ESendOptionsDialog *sod
,gboolean needed
);
e_send_options_set_need_general_options
is deprecated and should not be used in newly-written code.
gboolean
e_send_options_get_need_general_options
(ESendOptionsDialog *sod
);
e_send_options_get_need_general_options
is deprecated and should not be used in newly-written code.
gboolean e_send_options_dialog_run (ESendOptionsDialog *sod
,GtkWidget *parent
,Item_type type
);
e_send_options_dialog_run
is deprecated and should not be used in newly-written code.
ESendOptionsPriority
is deprecated and should not be used in newly-written code.
ESendOptionsSecurity
is deprecated and should not be used in newly-written code.
ESendOptionsReturnNotify
is deprecated and should not be used in newly-written code.
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;
ESendOptionsGeneral
is deprecated and should not be used in newly-written code.
typedef struct { gboolean tracking_enabled; TrackInfo track_when; gboolean autodelete; ESendOptionsReturnNotify opened; ESendOptionsReturnNotify accepted; ESendOptionsReturnNotify declined; ESendOptionsReturnNotify completed; } ESendOptionsStatusTracking;
ESendOptionsStatusTracking
is deprecated and should not be used in newly-written code.
typedef struct { gboolean initialized; ESendOptionsGeneral *gopts; ESendOptionsStatusTracking *sopts; ESendOptionsStatusTracking *mopts; ESendOptionsStatusTracking *copts; ESendOptionsStatusTracking *topts; } ESendOptionsData;
ESendOptionsData
is deprecated and should not be used in newly-written code.