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

/dovecot/src/plugins/notify/
H A Dnotify-plugin.c9 struct notify_mail_txn { struct
10 struct notify_mail_txn *prev, *next;
19 struct notify_mail_txn *mail_txn_list;
26 static struct notify_mail_txn *
30 struct notify_mail_txn *mail_txn = ctx->mail_txn_list;
36 i_panic("no notify_mail_txn found");
42 struct notify_mail_txn *mail_txn;
45 mail_txn = i_new(struct notify_mail_txn, 1);
56 struct notify_mail_txn *mail_txn;
69 struct notify_mail_txn *mail_tx
[all...]

Completed in 399 milliseconds