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

/dovecot/src/lib-imap/
H A Dimap-quote.c156 bool whitespace_prefix = TRUE, last_lwsp = TRUE, modify = FALSE; local
190 whitespace_prefix = FALSE;
192 if (last_lwsp && i > 0 && !whitespace_prefix) {
213 last_lwsp = TRUE; whitespace_prefix = TRUE;
234 whitespace_prefix = FALSE;
236 if (last_lwsp && i > 0 && !whitespace_prefix)

Completed in 17 milliseconds