Home
last modified time | relevance | path

Searched refs:edmail_new (Results 1 – 1 of 1) sorted by relevance

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/util/
H A Dedit-mail.c272 struct edit_mail *edmail_new; in edit_mail_snapshot() local
281 edmail_new->refcount = 1; in edit_mail_snapshot()
282 edmail_new->mail.pool = pool; in edit_mail_snapshot()
284 edmail_new->wrapped = edmail->wrapped; in edit_mail_snapshot()
294 edmail_new->crlf = edmail->crlf; in edit_mail_snapshot()
300 edmail_new->mail.mail.seq = 1; in edit_mail_snapshot()
306 edmail_new->stream = NULL; in edit_mail_snapshot()
322 (&edmail_new->header_fields_head, &edmail_new->header_fields_tail, in edit_mail_snapshot()
337 edmail_new->modified = TRUE; in edit_mail_snapshot()
342 edmail_new->parent = edmail; in edit_mail_snapshot()
[all …]