From e272a1bd50cf1dba38067899500593aa148c88a5 Mon Sep 17 00:00:00 2001 From: pdmef Date: Mon, 2 May 2005 12:03:07 +0000 Subject: [PATCH] Rocco Rutte: build fix (reported by Iain Lea) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@284 e385b8ad-14ed-0310-8656-cc95a2468c6d --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.c b/commands.c index 13d26e2..da3bc50 100644 --- a/commands.c +++ b/commands.c @@ -778,7 +778,7 @@ int mutt_save_message (HEADER * h, int delete, if (need_buffy_cleanup) { #ifdef BUFFY_SIZE - tmp = mutt_find_mailbox (buf); + tmp = buffy_find_mailbox (buf); if (tmp && tmp->new <= 0) buffy_update_mailbox (tmp); #else -- 2.20.1