45 {
"allow_ansi",
DT_BOOL,
false, 0, NULL,
46 "Allow ANSI color codes in rich text messages"
49 "External command to pre-process an email before display"
51 {
"header_color_partial",
DT_BOOL,
false, 0, NULL,
52 "Only color the part of the header matching the regex"
55 "External command for viewing messages, or empty to use NeoMutt's"
58 "Number of lines of overlap when changing pages in the pager"
61 "printf-like format string for the pager's status bar"
64 "Number of index lines to display above the pager"
67 "Number of seconds to wait before marking a message read"
70 "Lines of context to show when skipping quoted text"
72 {
"pager_stop",
DT_BOOL,
false, 0, NULL,
73 "Don't automatically open the next message when at the end of a message"
75 {
"prompt_after",
DT_BOOL,
true, 0, NULL,
76 "Pause after running an external pager"
79 "Context to display around search matches"
81 {
"smart_wrap",
DT_BOOL,
true, 0, NULL,
82 "Wrap text at word boundaries"
84 {
"smileys",
DT_REGEX,
IP "(>From )|(:[-^]?[][)(><}{|/DP])", 0, NULL,
85 "Regex to match smileys to prevent mistakes when quoting text"
87 {
"tilde",
DT_BOOL,
false, 0, NULL,
88 "Display '~' in the pager after the end of the email"
91 "Number of quote levels to show with toggle-quoted"
94 {
"skip_quoted_offset",
DT_SYNONYM,
IP "pager_skip_quoted_context",
IP "2021-06-18" },
const char * cs_subset_string(const struct ConfigSubset *sub, const char *name)
Get a string config item by name.
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
bool config_init_pager(struct ConfigSet *cs)
Register pager config variables - Implements module_init_config_t -.
Convenience wrapper for the library headers.
bool mutt_str_equal(const char *a, const char *b)
Compare two strings.
Container for lots of config items.
A set of inherited config items.
Definition of a format string.
#define D_STRING_COMMAND
A command.
@ DT_SYNONYM
synonym for another variable
@ DT_REGEX
regular expressions
#define D_INTEGER_NOT_NEGATIVE
Negative numbers are not allowed.