Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 26 Feb 2006 16:59:34 +0000 (16:59 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 26 Feb 2006 16:59:34 +0000 (16:59 +0000)
- don't force buffy check when entering compose menu after edit; let it decide checks based on regular timeouts

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@789 e385b8ad-14ed-0310-8656-cc95a2468c6d

VERSION.svn
compose.c

index cbdc907..0c2b781 100644 (file)
@@ -1 +1 @@
-788
+789
index 2a701db..c061c5f 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -583,7 +583,7 @@ int mutt_compose_menu (HEADER * msg,    /* structure for new message */
                          ComposeHelp);
 
   if (option (OPTMBOXPANE))
                          ComposeHelp);
 
   if (option (OPTMBOXPANE))
-    buffy_check (1);
+    buffy_check (0);
   while (loop) {
 #ifdef USE_NNTP
     unset_option (OPTNEWS);     /* for any case */
   while (loop) {
 #ifdef USE_NNTP
     unset_option (OPTNEWS);     /* for any case */