Sidebar fuzzy search functions. More...
#include "config.h"#include <stdbool.h>#include <string.h>#include "private.h"#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "gui/lib.h"#include "editor/lib.h"#include "fuzzy/lib.h"#include "history/lib.h"#include "index/lib.h"#include "key/lib.h"#include "functions_sidebar.h"
Include dependency graph for functions_fuzzy.c:Go to the source code of this file.
Functions | |
| struct MenuDefinition * | sb_fuzzy_init_menu (void) |
| Initialise the Fuzzy Search Menu - Implements ::init_keys_api. | |
| int | sb_fuzzy_function_dispatcher (struct MuttWindow *win, const struct KeyEvent *event) |
| Perform a Fuzzy Search function - Implements function_dispatcher_t -. | |
| static void | sidebar_matcher_cb (const char *text, void *data) |
| React to keys as they are entered - Implements get_field_callback_t. | |
| int | op_sidebar_start_search (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the last unhidden mailbox - Implements sidebar_function_t -. | |
Variables | |
| static const struct SidebarFunction | FuzzyFunctions [] |
| All the NeoMutt functions that the Sidebar Fuzzy Search supports. | |
Sidebar fuzzy search functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions_fuzzy.c.
| struct MenuDefinition * sb_fuzzy_init_menu | ( | void | ) |
Initialise the Fuzzy Search Menu - Implements ::init_keys_api.
| ptr | MenuDefinition for the fuzzy search |
Definition at line 48 of file functions_fuzzy.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
React to keys as they are entered - Implements get_field_callback_t.
Definition at line 120 of file functions_fuzzy.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
All the NeoMutt functions that the Sidebar Fuzzy Search supports.
Definition at line 66 of file functions_fuzzy.c.