remove fleang and other tools like that.
[apps/madmutt.git] / curs_main.c
index 4341a71..4917163 100644 (file)
@@ -111,7 +111,7 @@ static const char *No_visible = N_("No visible messages.");
 
 extern size_t UngetCount;
 
-void index_make_entry (char *s, size_t l, MUTTMENU * menu, int num)
+void index_make_entry (char *s, ssize_t l, struct menu_t * menu, int num)
 {
   format_flag flag =
     M_FORMAT_MAKEPRINT | M_FORMAT_ARROWCURSOR | M_FORMAT_INDEX;
@@ -434,7 +434,7 @@ int mutt_index_menu (void)
                                   IndexHelp);
 
   if (!attach_msg) {
-    buffy_check (1);       /* force the buffy check after we enter the folder */
+    buffy_check (0);       /* force the buffy check after we enter the folder */
     /* record folder we open to place sidebar indicator properly */
     if (Context && Context->path)
       sidebar_set_current (Context->path);
@@ -990,7 +990,7 @@ int mutt_index_menu (void)
         break;
       }
 
-      if (query_quadoption (OPT_QUIT, _("Quit Mutt-ng?")) == M_YES) {
+      if (query_quadoption (OPT_QUIT, _("Quit Madmutt?")) == M_YES) {
         int check;
 
         oldcount = Context ? Context->msgcount : 0;
@@ -1269,7 +1269,7 @@ int mutt_index_menu (void)
                                       IndexHelp);
 #endif
       mutt_clear_error ();
-      buffy_check (1);     /* force the buffy check after we have changed
+      buffy_check (0);     /* force the buffy check after we have changed
                                    the folder */
       menu->redraw = REDRAW_FULL;
       set_option (OPTSEARCHINVALID);
@@ -1319,7 +1319,7 @@ int mutt_index_menu (void)
 
       if ((menu->menu == MENU_MAIN)
           && (query_quadoption (OPT_QUIT,
-                                _("Exit Mutt-ng without saving?")) == M_YES))
+                                _("Exit Madmutt without saving?")) == M_YES))
       {
         if (Context) {
           mx_fastclose_mailbox (Context);