13 Apr
2017
13 Apr
'17
12:16 a.m.
Am 12.04.2017 um 12:45 schrieb Timo Sirainen:
Am 12.04.2017 um 02:54 schrieb Stephan Bosch:
https://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-0.4.18.ta...
Hello,
while building the new releases for Debian, lintian complained about spelling errors in binaries and manpages. The attached patches correct them.
lintian complain also "spelling-error-in-binary usr/lib/dovecot/libdovecot-sieve.so.0.0.0 addres address" So I did $ grep -r addres | grep -v address src/lib-sieve/sieve-match.h: (const struct sieve_dumptime_env *denv, sieve_size_t *addres, int *opt_code);
But as this isn't obviously text I don't touch that.
Andreas