Searched defs:import_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
62 import_title = brain->box_importer == NULL ? "" :
66 if (import_title[0] == '\0' && export_title[0] == '\0') {
71 if (import_title[0] != '\0') {
73 str_append(str, import_title);

Completed in 12 milliseconds