From: pdmef Date: Mon, 2 May 2005 12:03:07 +0000 (+0000) Subject: Rocco Rutte: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=e272a1bd50cf1dba38067899500593aa148c88a5 Rocco Rutte: build fix (reported by Iain Lea) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@284 e385b8ad-14ed-0310-8656-cc95a2468c6d --- 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