39#define ISPELL "ispell"
57 { NULL, NULL, 0, -1, -1, NULL }
66 {
"compose_confirm_detach_first",
DT_BOOL,
true, 0, NULL,
67 "Prevent the accidental deletion of the composed message"
71 "printf-like format string for the Compose panel's status bar"
73 {
"compose_show_user_headers",
DT_BOOL,
true, 0, NULL,
74 "Controls whether or not custom headers are shown in the compose envelope"
77 "Save outgoing emails to $record"
79 {
"edit_headers",
DT_BOOL,
false, 0, NULL,
80 "Let the user edit the email headers whilst editing an email"
83 "External command to perform spell-checking"
86 "Save messages to the `$postponed` folder"
static struct ConfigDef ComposeVars[]
Config definitions for compose.
static const struct ExpandoDefinition ComposeFormatDef[]
Expando definitions.
@ ED_COM_ATTACH_COUNT
ComposeAttachData, num_attachments()
@ ED_COM_ATTACH_SIZE
ComposeAttachData, cum_attachs_size()
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
@ E_TYPE_STRING
Data is a string.
@ ED_COMPOSE
Compose ED_COM_ ExpandoDataCompose.
@ ED_GLOBAL
Global ED_GLO_ ExpandoDataGlobal.
bool config_init_compose(struct ConfigSet *cs)
Register compose config variables - Implements module_init_config_t -.
struct ExpandoNode * node_padding_parse(const char *str, int did, int uid, ExpandoParserFlags flags, const char **parsed_until, struct ExpandoParseError *err)
Parse a Padding Expando - Implements ExpandoDefinition::parse() -.
Data shared between Index, Pager and Sidebar.
Convenience wrapper for the library headers.
@ MUTT_ASKYES
Ask the user, defaulting to 'Yes'.
@ MUTT_YES
User answered 'Yes', or assume 'Yes'.
Container for lots of config items.
Definition of a format string.
#define D_STRING_COMMAND
A command.
#define D_L10N_STRING
String can be localised.
@ DT_QUAD
quad-option (no/yes/ask-no/ask-yes)
@ ED_GLO_PADDING_EOL
Padding to end-of-line.
@ ED_GLO_VERSION
NeoMutt version.
@ ED_GLO_PADDING_HARD
Hard Padding.
@ ED_GLO_PADDING_SOFT
Soft Padding.
@ ED_GLO_HOSTNAME
Local hostname.