[dovecot-cvs] dovecot/src/lib-mail istream-header-filter.c, 1.22,
1.23
cras at dovecot.org
cras at dovecot.org
Mon Mar 28 16:06:52 EEST 2005
- Previous message: [dovecot-cvs] dovecot/src/lib istream-data.c, 1.10,
1.11 istream-file.c, 1.21, 1.22 istream-limit.c, 1.11,
1.12 istream-mmap.c, 1.14, 1.15 istream.h, 1.14, 1.15
- Next message: [dovecot-cvs]
dovecot/src/lib istream-internal.h, 1.5, 1.6 istream.c,
1.26, 1.27 istream.h, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-mail
In directory talvi:/tmp/cvs-serv5853/lib-mail
Modified Files:
istream-header-filter.c
Log Message:
Added seekable variable to struct istream.
Index: istream-header-filter.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-mail/istream-header-filter.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- istream-header-filter.c 19 Dec 2004 00:45:33 -0000 1.22
+++ istream-header-filter.c 28 Mar 2005 13:06:50 -0000 1.23
@@ -310,5 +310,6 @@
mstream->istream.read = _read;
mstream->istream.seek = _seek;
+ mstream->istream.istream.seekable = input->seekable;
return _i_stream_create(&mstream->istream, pool, -1, 0);
}
- Previous message: [dovecot-cvs] dovecot/src/lib istream-data.c, 1.10,
1.11 istream-file.c, 1.21, 1.22 istream-limit.c, 1.11,
1.12 istream-mmap.c, 1.14, 1.15 istream.h, 1.14, 1.15
- Next message: [dovecot-cvs]
dovecot/src/lib istream-internal.h, 1.5, 1.6 istream.c,
1.26, 1.27 istream.h, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list