Searched defs:input_has_body (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-storage/index/
H A Distream-mail.c15 bool input_has_body:1; member in struct:mail_istream
128 if (!mstream->input_has_body) {
150 bool input_has_body)
156 mstream->input_has_body = input_has_body;
149 i_stream_create_mail(struct mail *mail, struct istream *input, bool input_has_body) argument

Completed in 11 milliseconds