diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2008-09-08 09:51:20 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2008-09-08 09:51:20 +0000 |
commit | c4151a89538eb5df38083f66964e5abf0f93471b (patch) | |
tree | 971af3a9219ffd52998bbb507f711f414b05a8b1 /net-mail/dovecot/files | |
parent | Removed old ebuild. (diff) | |
download | gentoo-2-c4151a89538eb5df38083f66964e5abf0f93471b.tar.gz gentoo-2-c4151a89538eb5df38083f66964e5abf0f93471b.tar.bz2 gentoo-2-c4151a89538eb5df38083f66964e5abf0f93471b.zip |
version bump, removed old versions
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r5-1 i686)
Diffstat (limited to 'net-mail/dovecot/files')
-rw-r--r-- | net-mail/dovecot/files/dovecot-1.0.13-body.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net-mail/dovecot/files/dovecot-1.0.13-body.patch b/net-mail/dovecot/files/dovecot-1.0.13-body.patch deleted file mode 100644 index 3b134e2947a1..000000000000 --- a/net-mail/dovecot/files/dovecot-1.0.13-body.patch +++ /dev/null @@ -1,24 +0,0 @@ - -# HG changeset patch -# User Timo Sirainen <tss@iki.fi> -# Date 1205200413 -7200 -# Node ID 538f8892a2f159eb156808f037a0ed90e14ccd14 -# Parent 975d78cadc1ed50adc9cd97b8b19faffb36b14fe -BODY/BODYSTRUCTURE fetch: Don't crash if we already had message parts -parsed. - ---- a/src/lib-storage/index/index-mail.c Sun Mar 09 12:50:15 2008 +0200 -+++ b/src/lib-storage/index/index-mail.c Tue Mar 11 03:53:33 2008 +0200 -@@ -569,9 +569,8 @@ static void index_mail_parse_bodystructu - i_assert(data->parts->next == NULL); - - old_offset = data->stream->v_offset; -- i_stream_seek(data->stream, -- data->hdr_size.physical_size); -- message_parse_from_parts(data->parts->children, -+ i_stream_seek(data->stream, 0); -+ message_parse_from_parts(data->parts, - data->stream, - parse_bodystructure_part_header, - mail->data_pool); - |