Method

EDataServerSourceMailCompositionset_composer_mode

unstable since: 3.62

Declaration [src]

void
e_source_mail_composition_set_composer_mode (
  ESourceMailComposition* extension,
  const gchar* composer_mode
)

Description [src]

Sets the preferred composer mode for this account. Use NULL to unset any previous value.

Available since: 3.62

Parameters

composer_mode

Type: const gchar*

A composer mode nick string, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.