From 2123ea1f223d9e26077ccd125863703fcc19ec61 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sat, 17 Nov 2001 22:35:59 +0000 Subject: * include/mailutils/mailbox.h: Remove prototype mailbox_destroy_folder(). * mailbox/mailbox.c (mailbox_destroy_folder): Remove. * comsat/comsat.c (notify_user): remove mailbox_destroy_folder(). --- comsat/comsat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'comsat/comsat.c') diff --git a/comsat/comsat.c b/comsat/comsat.c index 8b437ff1d..912dc462a 100644 --- a/comsat/comsat.c +++ b/comsat/comsat.c @@ -486,7 +486,6 @@ notify_user (const char *user, const char *device, const char *path, off_t offse } stream_write (stream, blurb, size, 0, &count); - mailbox_destroy_folder (tmp); mailbox_set_stream (tmp, stream); mailbox_messages_count (tmp, &count); mailbox_get_message (tmp, 1, &msg); -- cgit v1.2.1