Displaying 1 result from an estimated 1 matches for "client_state_error".
2013 Sep 24
1
imaptest-20130617 seems to be reporting spurious header changes
...ong string rather than the 
server -- the From header in the mbox file is
From: Timo Sirainen <tss at iki.fi>
which is 26 characters long, not 52, and includes the closing angle 
bracket, and the code that prints the header out is in 
src/mailbox-state.c, line 377:
                         client_state_error(client,
                                 "%s: Header %s changed '%.*s' (len %d) 
-> '%.*\
s' (len %d)",
                                 msg->message_id, fetch_headers[i].name,
                                 (int)orig_headers[j].value_len,...