40#define ISPELL "ispell"
58 { NULL, NULL, 0, -1, NULL }
67 {
"compose_confirm_detach_first",
DT_BOOL,
true, 0, NULL,
68 "Prevent the accidental deletion of the composed message"
72 "printf-like format string for the Compose panel's status bar"
74 {
"compose_show_preview",
DT_BOOL,
false, 0, NULL,
75 "Display a preview of the message body in the Compose window"
77 {
"compose_show_user_headers",
DT_BOOL,
true, 0, NULL,
78 "Controls whether or not custom headers are shown in the compose envelope"
81 "Hide the preview if it has fewer than this number of rows"
83 {
"compose_preview_above_attachments",
DT_BOOL,
false, 0, NULL,
84 "Show the message preview above the attachments list. By default it is shown below it."
87 "Save outgoing emails to $record"
89 {
"edit_headers",
DT_BOOL,
false, 0, NULL,
90 "Let the user edit the email headers whilst editing an email"
93 "External command to perform spell-checking"
96 "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.
@ 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, struct ExpandoFormat *fmt, 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)
#define D_INTEGER_NOT_NEGATIVE
Negative numbers are not allowed.
@ 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.