view src/lib-storage/index/istream-mail-stats.h @ 9354:687ac828b964 HEAD

lib-index: modseqs weren't tracked properly within session when changes were done.
author Timo Sirainen <tss@iki.fi>
date Tue, 01 Sep 2009 13:05:03 -0400
parents fdaf0bda70d5
children
line wrap: on
line source

#ifndef ISTREAM_MAIL_STATS_H
#define ISTREAM_MAIL_STATS_H

struct istream *i_stream_create_mail_stats_counter(struct mail_private *mail,
						   struct istream *input);

#endif