Catonano, Catonano wrote on 23/12/17 at 13:16: > line 13167 is this one > > Defaults to @samp{"\"%s(%u)<%{pid}><%{session}>: \""}. > > and it's in this block of text > > @deftypevr {@code{dovecot-configuration} parameter} string mail-log-prefix > Log prefix for mail processes. See doc/wiki/Variables.txt for list > of possible variables you can use. > Defaults to @samp{"\"%s(%u)<%{pid}><%{session}>: \""}. > @end deftypevr > > In the log I see that the last commit is related to Dovecot and it > includes some edits to teh documentation (to update the manual to the > new Dovecot service)
Indeed. Oops! > But I don't know the texi format, what's the poblem with this line ? ‘{’ and ‘}’ need escaping (resp. ‘@{’ and ‘@}’), apparently. This should be fixed in 90d8923bf92cab8696d8395ef68c98d9775b110c. Thanks! T G-R