]> granicus.if.org Git - mutt/commitdiff
Fix hcache build issue when building with gdbm if qdbm is installed, too
authorRocco Rutte <pdmef@gmx.net>
Thu, 29 Nov 2007 09:18:54 +0000 (10:18 +0100)
committerRocco Rutte <pdmef@gmx.net>
Thu, 29 Nov 2007 09:18:54 +0000 (10:18 +0100)
ChangeLog
hcache.c

index ea11570532285760d5d5ed99d01109f4c958a0fc..20cb89960fc9756092f31cf61fb9b2fded69a590 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-11-21 13:19 +0100  Miroslav Lichvar  <mlichvar@redhat.com>  (9286a76e79a2)
+
+       * send.c: Don't ignore $from in batch send mode.
+
+2007-11-23 15:11 +0100  Rocco Rutte  <pdmef@gmx.net>  (12a1d843c975)
+
+       * ChangeLog, curs_lib.c: Don't attempt to print progress if inc is 0,
+       just print initial message
+
 2007-11-21 14:14 -0800  Ronny Haryanto  <ronnylist@haryan.to>  (0e99eaaecd67)
 
        * po/id.po: Updated Indonesian translation
index c45dff94f9211c72c96aad7e4ddfc432aca457e5..553f0df138f3b60c4a898c43624745513a2f4e37 100644 (file)
--- a/hcache.c
+++ b/hcache.c
@@ -22,7 +22,7 @@
 #include "config.h"
 #endif                         /* HAVE_CONFIG_H */
 
-#if HAVE_VILLA_H
+#if HAVE_QDBM
 #include <depot.h>
 #include <cabin.h>
 #include <villa.h>