Searched refs:mail_log_message (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/mail-log/
H A Dmail-log-plugin.c84 struct mail_log_message { struct
85 struct mail_log_message *prev, *next;
94 struct mail_log_message *messages, *messages_tail;
196 struct mail_log_message *msg, string_t *str, uint32_t uid)
244 struct mail_log_message *msg;
248 msg = p_new(ctx->pool, struct mail_log_message, 1);
315 struct mail_log_message *msg;
317 msg = p_new(ctx->pool, struct mail_log_message, 1);
429 static void mail_log_save(const struct mail_log_message *msg, uint32_t uid)
447 struct mail_log_message *ms
[all...]

Completed in 572 milliseconds