summaryrefslogtreecommitdiff
path: root/libmailbox/mailbox.c
diff options
context:
space:
mode:
authorSean 'Shaleh' Perry <shaleh@debian.org>1999-11-06 10:38:50 +0000
committerSean 'Shaleh' Perry <shaleh@debian.org>1999-11-06 10:38:50 +0000
commit1ada30438d3b1f6055b2257c7962355e2ba905e0 (patch)
tree84e37bb79b63155890b40cdc22673a5af7be398f /libmailbox/mailbox.c
parent1a3b2274e8cb2a947d44e996e647556880bec5a6 (diff)
downloadmailutils-1ada30438d3b1f6055b2257c7962355e2ba905e0.tar.gz
mailutils-1ada30438d3b1f6055b2257c7962355e2ba905e0.tar.bz2
added -g for compilation
changed CPPFLAGS to CFLAGS (we are not using c++) more work on expunge
Diffstat (limited to 'libmailbox/mailbox.c')
-rw-r--r--libmailbox/mailbox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libmailbox/mailbox.c b/libmailbox/mailbox.c
index bec301bed..61d3df80c 100644
--- a/libmailbox/mailbox.c
+++ b/libmailbox/mailbox.c
@@ -83,6 +83,9 @@ mbox_open (const char *name)
mbox->_lock = _mbox_dummy2;
mbox->_get_body = _mbox_dummy4;
mbox->_get_header = _mbox_dummy4;
+#ifdef TESTING
+ mbox->_tester = _mbox_dummy2;
+#endif
if (S_ISREG (st.st_mode))
{

Return to:

Send suggestions and report system problems to the System administrator.