NeoMutt  2025-09-05-43-g177ed6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
expando.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_SIDEBAR_EXPANDO_H
24#define MUTT_SIDEBAR_EXPANDO_H
25
26#include "expando/lib.h" // IWYU pragma: keep
27
29
34{
35 struct SbEntry *entry;
37};
38
39#endif /* MUTT_SIDEBAR_EXPANDO_H */
Parse Expando string.
const struct ExpandoRenderCallback SidebarRenderCallbacks[]
Callbacks for Sidebar Expandos.
Definition expando.c:294
Data shared between Index, Pager and Sidebar.
Definition shared_data.h:37
Info about folders in the sidebar.
Definition private.h:41
Data passed to sidebar_format_str()
Definition expando.h:34
struct IndexSharedData * shared
Shared Index Data.
Definition expando.h:36
struct SbEntry * entry
Info about a folder.
Definition expando.h:35