NeoMutt
2025-12-11-949-g4870ee
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
functions_fuzzy.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_SIDEBAR_FUNCTIONS_FUZZY_H
24
#define MUTT_SIDEBAR_FUNCTIONS_FUZZY_H
25
26
struct
KeyEvent
;
27
struct
SidebarFunctionData
;
28
29
int
op_sidebar_start_search
(
struct
SidebarFunctionData
*fdata,
const
struct
KeyEvent
*event);
30
31
#endif
/* MUTT_SIDEBAR_FUNCTIONS_FUZZY_H */
op_sidebar_start_search
int op_sidebar_start_search(struct SidebarFunctionData *fdata, const struct KeyEvent *event)
Selects the last unhidden mailbox - Implements sidebar_function_t -.
Definition
functions_fuzzy.c:185
KeyEvent
An event such as a keypress.
Definition
get.h:75
SidebarFunctionData
Data passed to Sidebar worker functions.
Definition
functions_sidebar.h:32