Andreas Krennmair:
[apps/madmutt.git] / sidebar.h
index a6647d4..4e7bbf3 100644 (file)
--- a/sidebar.h
+++ b/sidebar.h
 #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 */