From: pdmef Date: Sun, 26 Feb 2006 16:59:34 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=b0a700a4558d9bb59395ddcf08565a5e709841e1 Rocco Rutte: - 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 --- diff --git a/VERSION.svn b/VERSION.svn index cbdc907..0c2b781 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -788 +789 diff --git a/compose.c b/compose.c index 2a701db..c061c5f 100644 --- a/compose.c +++ b/compose.c @@ -583,7 +583,7 @@ int mutt_compose_menu (HEADER * msg, /* structure for new message */ ComposeHelp); if (option (OPTMBOXPANE)) - buffy_check (1); + buffy_check (0); while (loop) { #ifdef USE_NNTP unset_option (OPTNEWS); /* for any case */