35#define ISPELL "ispell"
43 {
"compose_format",
DT_STRING,
IP "-- NeoMutt: Compose [Approx. msg size: %l Atts: %a]%>-", 0, NULL,
44 "printf-like format string for the Compose panel's status bar"
46 {
"compose_show_user_headers",
DT_BOOL,
true, 0, NULL,
47 "Controls whether or not custom headers are shown in the compose envelope"
50 "Save outgoing emails to $record"
52 {
"edit_headers",
DT_BOOL,
false, 0, NULL,
53 "Let the user edit the email headers whilst editing an email"
56 "External command to perform spell-checking"
59 "Save messages to the `$postponed` folder"
static struct ConfigDef ComposeVars[]
Config definitions for compose.
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[], uint32_t flags)
Register a set of config items.
bool config_init_compose(struct ConfigSet *cs)
Register compose config variables - Implements module_init_config_t -.
@ MUTT_ASKYES
Ask the user, defaulting to 'Yes'.
@ MUTT_YES
User answered 'Yes', or assume 'Yes'.
Container for lots of config items.
#define DT_QUAD
quad-option (no/yes/ask-no/ask-yes)
#define DT_BOOL
boolean option
#define DT_STRING
a string
#define DT_COMMAND
A command.
#define DT_NO_FLAGS
No flags are set.