Hello

As I see file src/sv_interface/script2.c there are such lines:

275     ext = libsieve_strconcat(     "regex ",
276                                   "imap4flags",
277         ( c->support.subaddress ? "subaddress"  : "" ),
278         ( c->support.fileinto   ? "fileinto "  : "" ),

Are there missing spaces at end of keywords:
276                                   "imap4flags ",
                                                          ^
277         ( c->support.subaddress ? "subaddress "  : "" ),
                                                                           ^

?

-- 
Oleg Lapshin

Reply via email to