Nico Golde:
[apps/madmutt.git] / compose.c
index 036f30e..d529d4a 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -588,7 +588,8 @@ 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);
+  if (option (OPTSTATUSONTOP))
+    mutt_buffy_check(1);
   while (loop)
   {
 #ifdef USE_NNTP