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
26struct KeyEvent;
28
29int op_sidebar_start_search(struct SidebarFunctionData *fdata, const struct KeyEvent *event);
30
31#endif /* MUTT_SIDEBAR_FUNCTIONS_FUZZY_H */
int op_sidebar_start_search(struct SidebarFunctionData *fdata, const struct KeyEvent *event)
Selects the last unhidden mailbox - Implements sidebar_function_t -.
An event such as a keypress.
Definition get.h:75
Data passed to Sidebar worker functions.