NeoMutt  2025-01-09-117-gace867
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
expando_status.h
Go to the documentation of this file.
1
23#ifndef MUTT_INDEX_EXPANDO_STATUS_H
24#define MUTT_INDEX_EXPANDO_STATUS_H
25
26#include "expando/lib.h"
27
32{
34 struct Menu *menu;
35};
36
38
43{
48};
49
50#endif /* MUTT_INDEX_EXPANDO_STATUS_H */
Parse Expando string.
const struct ExpandoRenderCallback StatusRenderCallbacks[]
Callbacks for Status Expandos.
StatusChars
Index into the $status_chars config variable.
@ STATUS_CHAR_UNCHANGED
Mailbox is unchanged.
@ STATUS_CHAR_READ_ONLY
Mailbox is read-only.
@ STATUS_CHAR_NEED_RESYNC
Mailbox has been changed and needs to be resynchronized.
@ STATUS_CHAR_ATTACH
Mailbox opened in attach-message mode.
Data shared between Index, Pager and Sidebar.
Definition: shared_data.h:37
Data for creating a Menu line.
struct IndexSharedData * shared
Data shared between Index, Pager and Sidebar.
struct Menu * menu
Current Menu.
Definition: lib.h:79