History log of /dovecot/src/plugins/charset-alias/charset-alias-plugin.c
Revision Date Author Comments Expand
5addf4e0ac50a99af25a1b1ef3def67f6d1595de 17-Feb-2018 Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>

charset-alias: Fix keyvalues iteration charset-alias-plugin.c:113:27: error: comparison between pointer and zero character constant [-Werror=pointer-compare] for (i = 0; keyvalues[i] != '\0'; i++) { ^~ charset-alias-plugin.c:113:14: note: did you mean to dereference the pointer? for (i = 0; keyvalues[i] != '\0'; i++) {

acbcc2709244e470e9bd8b58917f40b2e57d9cb7 17-Feb-2018 Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi>

charset-alias: Cleanup whitespace Remove \r from end of lines and remove trailing whitespace.

2fe26ac22288a416f65ea85d9d6c1c4d83f0ffa2 16-Feb-2018 Hideo Yoshizane <hideo.yoshizane@open-xchange.com>

charset-alias-plugin