From 777c7ccc259a8b7f5fadac70267c59e62a2cb300 Mon Sep 17 00:00:00 2001 From: nion Date: Wed, 9 Mar 2005 09:24:36 +0000 Subject: [PATCH 1/1] Nico Golde: fixed sidebar entries in compose if you run muttng foo@bar and not from mutt with 'm' git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@158 e385b8ad-14ed-0310-8656-cc95a2468c6d --- compose.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.c b/compose.c index e8ef1ad..036f30e 100644 --- a/compose.c +++ b/compose.c @@ -588,6 +588,7 @@ int mutt_compose_menu (HEADER *msg, /* structure for new message */ #endif menu->help = mutt_compile_help (helpstr, sizeof (helpstr), MENU_COMPOSE, ComposeHelp); + mutt_buffy_check(1); while (loop) { #ifdef USE_NNTP -- 2.20.1