GUI display the mailboxes in a side panel. More...
#include "mutt/list.h"
Include dependency graph for lib.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | sb_init (struct MuttWindow *all_dialogs_window) |
| Set up the Sidebar. | |
| void | sb_cleanup (struct ListHead *sidebar_pinned, struct MuttWindow *all_dialogs_window) |
| Clean up the Sidebar. | |
| int | sb_function_dispatcher (struct MuttWindow *win, const struct KeyEvent *event) |
| Perform a Sidebar function - Implements function_dispatcher_t -. | |
| enum CommandResult | parse_sidebar_pin (const struct Command *cmd, struct Buffer *line, const struct ParseContext *pc, struct ParseError *pe) |
| Parse the 'sidebar-pin' command - Implements Command::parse() -. | |
| enum CommandResult | parse_sidebar_unpin (const struct Command *cmd, struct Buffer *line, const struct ParseContext *pc, struct ParseError *pe) |
| Parse the 'sidebar-unpin' command - Implements Command::parse() -. | |
| void | sidebar_init_keys (struct NeoMutt *n, struct SubMenu *sm_generic) |
| Initialise the Sidebar Keybindings - Implements ::init_keys_api. | |
| struct SubMenu * | sidebar_get_submenu (void) |
| Get the Sidebar SubMenu. | |
GUI display the mailboxes in a side panel.
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 lib.h.
| void sb_init | ( | struct MuttWindow * | all_dialogs_window | ) |
Set up the Sidebar.
| all_dialogs_window | All Dialogs Window |
Definition at line 214 of file sidebar.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void sb_cleanup | ( | struct ListHead * | sidebar_pinned, |
| struct MuttWindow * | all_dialogs_window ) |
Clean up the Sidebar.
| sidebar_pinned | List of pinned sidebar entries |
| all_dialogs_window | All Dialogs Window |
Definition at line 234 of file sidebar.c.
Here is the call graph for this function:
Here is the caller graph for this function:Initialise the Sidebar Keybindings - Implements ::init_keys_api.
Definition at line 82 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function: