view src/lib-storage/index/istream-mail-stats.h @ 9582:4432650c0699 HEAD

lib-storage: Fixed header searches to work correctly when there are multiple headers with same name.
author Timo Sirainen <tss@iki.fi>
date Wed, 16 Jun 2010 18:29:45 +0100
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