Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 2 May 2005 12:03:07 +0000 (12:03 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 2 May 2005 12:03:07 +0000 (12:03 +0000)
build fix (reported by Iain Lea)

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

commands.c

index 13d26e2..da3bc50 100644 (file)
@@ -778,7 +778,7 @@ int mutt_save_message (HEADER * h, int delete,
 
     if (need_buffy_cleanup) {
 #ifdef BUFFY_SIZE
 
     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
       if (tmp && tmp->new <= 0)
         buffy_update_mailbox (tmp);
 #else