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, int op) |
| Perform a Sidebar function - Implements function_dispatcher_t -. | |
| enum CommandResult | parse_sidebar_pin (const struct Command *cmd, struct Buffer *line, struct Buffer *err) |
| Parse the 'sidebar_pin' command - Implements Command::parse() -. | |
| enum CommandResult | parse_sidebar_unpin (const struct Command *cmd, struct Buffer *line, struct Buffer *err) |
| Parse the 'sidebar_unpin' command - Implements Command::parse() -. | |
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 211 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: