aboutsummaryrefslogtreecommitdiffstats
path: root/trainstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'trainstore.c')
-rw-r--r--trainstore.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/trainstore.c b/trainstore.c
index bcd40be..3f6fb38 100644
--- a/trainstore.c
+++ b/trainstore.c
@@ -256,18 +256,8 @@ int backend_handle_mail(struct mailbox_transaction_context *t,
}
/* "From "? skip line */
- if (memcmp("From ", beginning, 5) == 0) {
+ if (memcmp("From ", beginning, 5) == 0)
i_stream_read_next_line(mailstream);
- }
- else {
- if (o_stream_send_str(outstream, "From ") < 0) {
- ret = -1;
- mail_storage_set_error(t->box->storage,
- ME(NOTPOSSIBLE)
- "Failed to write line to temp");
- goto failed_to_copy;
- }
- }
if (o_stream_send_istream(outstream, mailstream) < 0) {
ret = -1;