Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Wed, 9 Mar 2005 09:24:36 +0000 (09:24 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Wed, 9 Mar 2005 09:24:36 +0000 (09:24 +0000)
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

index e8ef1ad..036f30e 100644 (file)
--- 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