Lines Matching refs:mail_log_message
84 struct mail_log_message {
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 *msg;