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

/dovecot/src/doveadm/dsync/
H A Ddsync-brain.c50 const char *import_title, *export_title; local
64 export_title = brain->box_exporter == NULL ? "" :
66 if (import_title[0] == '\0' && export_title[0] == '\0') {
75 if (export_title[0] != '\0') {
77 str_append(str, export_title);

Completed in 128 milliseconds