about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-09-18 03:36:22 +0000
committerClint Adams <clint@users.sourceforge.net>2000-09-18 03:36:22 +0000
commit2d9e68f3cbd7fe817fa3a204d1a55ac79980abeb (patch)
tree8c3a2f987188deb21a4c02562fbf42752422e203 /ChangeLog
parent04bf2c822fd3ba20438ec2c51186b0cd438a50f0 (diff)
downloadzsh-2d9e68f3cbd7fe817fa3a204d1a55ac79980abeb.tar.gz
zsh-2d9e68f3cbd7fe817fa3a204d1a55ac79980abeb.tar.xz
zsh-2d9e68f3cbd7fe817fa3a204d1a55ac79980abeb.zip
unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a3ec84c3..ff07b6461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-17  Clint Adams  <schizo@debian.org>
 
+	* unposted: Src/system.h, Src/utils.c: define mailstat()
+	as a macro if MAILDIR_SUPPORT is undefined.
+
 	* 12823: Src/builtin.c, Src/utils.c: use zsh heap instead of
 	permanent heap.