]> granicus.if.org Git - mutt/commitdiff
Fix #813.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 11:09:53 +0000 (11:09 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 11:09:53 +0000 (11:09 +0000)
browser.c

index a195299d89cd9df660c2786a299186b04e835184..611e438bfaa21b76a28ed3d4ef755f9bb9c2a4e9 100644 (file)
--- a/browser.c
+++ b/browser.c
@@ -489,6 +489,8 @@ static void init_menu (struct browser_state *state, MUTTMENU *menu, char *title,
   if (menu->top > menu->current)
     menu->top = 0;
 
+  menu->tagged = 0;
+  
   if (buffy)
     snprintf (title, titlelen, _("Mailboxes [%d]"), mutt_buffy_check (0));
   else