X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-ui%2Fsidebar.h;fp=lib-ui%2Fsidebar.h;h=239366a31c33eaba06b8e738ba7436fc78602570;hp=0000000000000000000000000000000000000000;hb=3692b834c97c9933088d7082464fec5ae903920f;hpb=18ff9999274c2154db35366296639d26792f977e diff --git a/lib-ui/sidebar.h b/lib-ui/sidebar.h new file mode 100644 index 0000000..239366a --- /dev/null +++ b/lib-ui/sidebar.h @@ -0,0 +1,25 @@ +/* + * Copyright notice from original mutt: + * Copyright (C) ????-2004 Justin Hibbits + * Copyright (C) 2004 Thomer M. Gil + * + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. + */ + +#ifndef _SIDEBAR_H +#define _SIDEBAR_H + +#include "mutt.h" /* because of CONTEXT :| */ + +int sidebar_draw (int); +void sidebar_draw_frames (void); +void sidebar_scroll (int, int); +void sidebar_set_buffystats (CONTEXT *); +const char* sidebar_get_current (void); +void sidebar_set_current (const char*); +/* returns one if buff_check should thorougly count */ +int sidebar_need_count (void); + +#endif /* _SIDEBAR_H */