77 { NULL, NULL, 0, -1, NULL }
89 {
"beep_new",
DT_BOOL,
false, 0, NULL,
90 "Make a noise when new mail arrives"
92 {
"change_folder_next",
DT_BOOL,
false, 0, NULL,
93 "Suggest the next folder, rather than the first when using '<change-folder>'"
95 {
"collapse_all",
DT_BOOL,
false, 0, NULL,
96 "Collapse all threads when entering a folder"
99 "User-configurable crypto flags: signed, encrypted etc."
102 "User-configurable index flags: tagged, new, etc"
105 "User-configurable index flags: to address, cc address, etc"
108 "printf-like format string for the index menu (emails)"
111 "Prefix for macros using '<mark-message>'"
114 "External command to run when new mail arrives"
117 "Prompt before exiting NeoMutt"
119 {
"read_only",
DT_BOOL,
false, 0, NULL,
120 "Open folders in read-only mode"
123 {
"status_format",
DT_EXPANDO|
D_L10N_STRING,
IP N_(
"-%r-NeoMutt: %D [Msgs:%<M?%M/>%m%<n? New:%n>%<o? Old:%o>%<d? Del:%d>%<F? Flag:%F>%<t? Tag:%t>%<p? Post:%p>%<b? Inc:%b>%<l? %l>]---(%<T?%T/>%s/%S)-%>-(%P)---"),
IP &
StatusFormatDef, NULL,
124 "printf-like format string for the index's status line"
127 "Indicator characters for the status bar"
130 "Indicator characters for the 'To' field in the index"
132 {
"ts_enabled",
DT_BOOL,
false, 0, NULL,
133 "Allow NeoMutt to set the terminal status line and icon"
137 "printf-like format string for the terminal's icon title"
141 "printf-like format string for the terminal's status (window title)"
143 {
"uncollapse_jump",
DT_BOOL,
false, 0, NULL,
144 "When opening a thread, jump to the next unread message"
146 {
"uncollapse_new",
DT_BOOL,
true, 0, NULL,
147 "Open collapsed threads when new mail arrives"
151 {
"xterm_icon",
DT_SYNONYM,
IP "ts_icon_format",
IP "2021-03-21" },
152 {
"xterm_set_titles",
DT_SYNONYM,
IP "ts_enabled",
IP "2021-03-21" },
153 {
"xterm_title",
DT_SYNONYM,
IP "ts_status_format",
IP "2021-03-21" },
const struct ExpandoDefinition IndexFormatDef[]
Expando definitions.
Convenience wrapper for the config headers.
@ ED_MENU
Menu ED_MEN_ ExpandoDataMenu.
@ ED_GLOBAL
Global ED_GLO_ ExpandoDataGlobal.
@ ED_INDEX
Index ED_IND_ ExpandoDataIndex.
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() -.
const struct ExpandoDefinition StatusFormatDef[]
Expando definitions.
struct ConfigDef IndexVars[]
Config definitions for the Index.
static const struct ExpandoDefinition *const StatusFormatDefNoPadding
StatusFormatDefNoPadding - Status format definitions, without padding.
Data shared between Index, Pager and Sidebar.
@ ED_IND_LIMIT_COUNT
Mailbox.vcount.
@ ED_IND_MAILBOX_PATH
Mailbox.pathbuf, Mailbox.name.
@ ED_IND_DELETED_COUNT
Mailbox.msg_deleted.
@ ED_IND_NEW_COUNT
Mailbox.msg_new.
@ ED_IND_MAILBOX_SIZE
Mailbox.size.
@ ED_IND_LIMIT_PATTERN
MailboxView.pattern.
@ ED_IND_READ_COUNT
Mailbox.msg_count, Mailbox.msg_unread.
@ ED_IND_POSTPONED_COUNT
mutt_num_postponed()
@ ED_IND_FLAGGED_COUNT
Mailbox.msg_flagged.
@ ED_IND_MESSAGE_COUNT
Mailbox.msg_count.
@ ED_IND_OLD_COUNT
Mailbox.msg_unread, Mailbox.msg_new.
@ ED_IND_READONLY
Mailbox.readonly, Mailbox.dontwrite.
@ ED_IND_UNREAD_COUNT
Mailbox.msg_unread.
@ ED_IND_TAGGED_COUNT
Mailbox.msg_tagged.
@ ED_IND_LIMIT_SIZE
MailboxView.vsize.
@ ED_IND_DESCRIPTION
Mailbox.name.
@ ED_IND_UNREAD_MAILBOXES
Mailbox, mutt_mailbox_check()
Convenience wrapper for the library headers.
@ MUTT_YES
User answered 'Yes', or assume 'Yes'.
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)
@ DT_SYNONYM
synonym for another variable
@ DT_MBTABLE
multibyte char table
#define D_NOT_EMPTY
Empty strings are not allowed.
@ ED_GLO_CONFIG_USE_THREADS
Value of $use_threads.
@ ED_GLO_PADDING_EOL
Padding to end-of-line.
@ ED_GLO_CONFIG_SORT
Value of $sort.
@ ED_GLO_VERSION
NeoMutt version.
@ ED_GLO_PADDING_HARD
Hard Padding.
@ ED_GLO_PADDING_SOFT
Soft Padding.
@ ED_GLO_CONFIG_SORT_AUX
Value of $sort_aux.
@ ED_GLO_HOSTNAME
Local hostname.