X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sidebar.h;h=4e7bbf3d245ee517d217549eede425a1c44e3d33;hp=a6647d4ebb905ac89a7b01aec211936c96f1d012;hb=377cbd44d1e296a96a5d07c1f26386a4fff80cc9;hpb=cfd46a622a446af8a5fa286637cd88259f1b50a5 diff --git a/sidebar.h b/sidebar.h index a6647d4..4e7bbf3 100644 --- a/sidebar.h +++ b/sidebar.h @@ -20,16 +20,11 @@ #ifndef SIDEBAR_H #define SIDEBAR_H -struct MBOX_LIST { - char *path; - int msgcount; - int new; -} MBLIST; - /* parameter is whether or not to go to the status line */ /* used for omitting the last | that covers up the status bar in the index */ int draw_sidebar(int); void scroll_sidebar(int, int); void set_curbuffy(char*); +void set_buffystats (CONTEXT*); #endif /* SIDEBAR_H */