summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comsat/comsat.c1
-rw-r--r--imap4d/append.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 8566ecd5d..8b437ff1d 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -447,7 +447,6 @@ notify_user (const char *user, const char *device, const char *path, off_t offse
return;
}
- mailbox_destroy_folder (mbox);
if ((status = mailbox_get_stream (mbox, &stream)))
{
syslog (LOG_ERR, "can't get stream for mailbox %s: %s",
diff --git a/imap4d/append.c b/imap4d/append.c
index 36545e53f..e2c8f78cf 100644
--- a/imap4d/append.c
+++ b/imap4d/append.c
@@ -104,7 +104,6 @@ imap4d_append0 (mailbox_t mbox, int flags, char *text)
stream_write (stream, date, strlen (date), 0, &len);
stream_write (stream, text, strlen (text), len, &len);
- mailbox_destroy_folder (tmp);
mailbox_set_stream (tmp, stream);
mailbox_messages_count (tmp, &len);
if (len == 1)

Return to:

Send suggestions and report system problems to the System administrator.