GUI display the mailboxes in a side panel. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | sb_init (void) |
| Set up the Sidebar. | |
| void | sb_cleanup (void) |
| 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 SubMenu *sm_generic) |
| Initialise the Sidebar Keybindings - Implements ::init_keys_api. | |
| struct SubMenu * | sidebar_get_submenu (void) |
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 | ( | void | ) |
Set up the Sidebar.
Definition at line 213 of file sidebar.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void sb_cleanup | ( | void | ) |
Clean up the Sidebar.
Definition at line 227 of file sidebar.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void sidebar_init_keys | ( | struct SubMenu * | sm_generic | ) |
Initialise the Sidebar Keybindings - Implements ::init_keys_api.
Definition at line 70 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct SubMenu * sidebar_get_submenu | ( | void | ) |