NeoMutt  2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Sidebar functions

Sidebar functions

Data

Data Description Links
OpSidebar Functions for the Sidebar Window
SidebarDefaultBindings Key bindings for the Sidebar Window
SidebarFunctions All the NeoMutt functions that the Sidebar supports

Functions

Function Description Links
op_sidebar_abort_search() Close the Sidebar Search sidebar_function_t, sidebar_function_api
op_sidebar_first() Selects the first unhidden mailbox sidebar_function_t, sidebar_function_api
op_sidebar_last() Selects the last unhidden mailbox sidebar_function_t, sidebar_function_api
op_sidebar_next() Selects the next unhidden mailbox sidebar_function_t, sidebar_function_api
op_sidebar_next_new() Selects the next new mailbox sidebar_function_t, sidebar_function_api
op_sidebar_open() Open highlighted mailbox sidebar_function_t, sidebar_function_api
op_sidebar_page_down() Selects the first entry in the next page of mailboxes sidebar_function_t, sidebar_function_api
op_sidebar_page_up() Selects the last entry in the previous page of mailboxes sidebar_function_t, sidebar_function_api
op_sidebar_prev() Selects the previous unhidden mailbox sidebar_function_t, sidebar_function_api
op_sidebar_prev_new() Selects the previous new mailbox sidebar_function_t, sidebar_function_api
op_sidebar_start_search() Selects the last unhidden mailbox sidebar_function_t, sidebar_function_api
op_sidebar_toggle_virtual() Deprecated sidebar_function_t, sidebar_function_api
op_sidebar_toggle_visible() Make the sidebar (in)visible sidebar_function_t, sidebar_function_api
sb_function_dispatcher() Perform a Sidebar function function_dispatcher_t, dispatcher_api
sb_next() Find the next unhidden Mailbox
sb_next_new() Return the next mailbox with new messages
sb_prev() Find the previous unhidden Mailbox
sb_prev_new() Return the previous mailbox with new messages
sidebar_get_submenu() Get the Sidebar SubMenu
sidebar_init_keys() Initialise the Sidebar Keybindings ::init_keys_api
sidebar_matcher_cb() React to keys as they are entered get_field_callback_t