75 { NULL, NULL, 0, -1, NULL }
84 {
"change_folder_next",
DT_BOOL,
false, 0, NULL,
85 "Suggest the next folder, rather than the first when using '<change-folder>'"
87 {
"collapse_all",
DT_BOOL,
false, 0, NULL,
88 "Collapse all threads when entering a folder"
91 "Prefix for macros using '<mark-message>'"
94 {
"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,
95 "printf-like format string for the index's status line"
97 {
"uncollapse_jump",
DT_BOOL,
false, 0, NULL,
98 "When opening a thread, jump to the next unread message"
100 {
"uncollapse_new",
DT_BOOL,
true, 0, NULL,
101 "Open collapsed threads when new mail arrives"
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
@ ED_MENU
Menu ED_MEN_ ExpandoDataMenu.
@ ED_GLOBAL
Global ED_GLO_ ExpandoDataGlobal.
@ ED_INDEX
Index ED_IND_ ExpandoDataIndex.
bool config_init_index(struct ConfigSet *cs)
Register index 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() -.
const struct ExpandoDefinition StatusFormatDef[]
Expando definitions.
static struct ConfigDef IndexVars[]
Config definitions for the Index.
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.
Container for lots of config items.
Definition of a format string.
#define D_L10N_STRING
String can be localised.
@ 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.