summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-11-17 22:35:59 +0000
committerAlain Magloire <alainm@gnu.org>2001-11-17 22:35:59 +0000
commit2123ea1f223d9e26077ccd125863703fcc19ec61 (patch)
tree52f149610855279101b59b606929524fe14444a1 /comsat/comsat.c
parentf5492813de2f4c1f092fcece7e63b931cbf24d21 (diff)
downloadmailutils-2123ea1f223d9e26077ccd125863703fcc19ec61.tar.gz
mailutils-2123ea1f223d9e26077ccd125863703fcc19ec61.tar.bz2
* 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().
Diffstat (limited to 'comsat/comsat.c')
-rw-r--r--comsat/comsat.c1
1 files changed, 0 insertions, 1 deletions
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);

Return to:

Send suggestions and report system problems to the System administrator.