NeoMutt  2024-11-14-138-ge5ca67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
expando.h
Go to the documentation of this file.
1
23#ifndef MUTT_SIDEBAR_EXPANDO_H
24#define MUTT_SIDEBAR_EXPANDO_H
25
26#include "expando/lib.h"
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:312
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