We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499667e commit b22f365Copy full SHA for b22f365
src/server.c
@@ -1330,7 +1330,7 @@ docmd_post(server_cb_inf *inf)
1330
len = ptr - buf;
1331
1332
/* Remove 'Message-ID/Date/Lines';
1333
- Note: header is != NULL here. Otherwise function would have terminated earlier */
+ Note: header is != NULL here. Otherwise this function would have terminated earlier. */
1334
for (e = 0; remove_lines[e] != NULL; e++) {
1335
for (i = 0; i < len; i++) {
1336
if (strncasecmp(header+i, remove_lines[e], strlen(remove_lines[e])) == 0) {
0 commit comments