GUI display the mailboxes in a side panel. More...
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 -. | |
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 201 of file sidebar.c.
void sb_cleanup | ( | void | ) |
Clean up the Sidebar.
Definition at line 213 of file sidebar.c.