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

/dovecot/src/lib-storage/index/
H A Dindex-thread-finish.c17 REFERENCES step (5) may add temporary dummy roots. They use larger
29 /* a dummy node */
30 bool dummy:1; member in struct:mail_thread_root_node
31 /* ignore this node - it's a dummy without children */
89 dummy, AND either of the following criteria are true:
91 The current message is a dummy, OR
98 if (!hash_node->dummy &&
99 (node->dummy ||
227 if (!roots[i].dummy)
236 /* dummy withou
[all...]

Completed in 388 milliseconds