Aditya Garg <gargaditya08@xxxxxxxx> writes: > Some minor mistakes have been found in the logs. Most of them include > error messages starting with a capital letter, and ending with a period. > Also, abbreviations like "IMAP" and "OK" should be in uppercase. Fix them. > > Signed-off-by: Aditya Garg <gargaditya08@xxxxxxxx> > --- > imap-send.c | 28 ++++++++++++++-------------- > 1 file changed, 14 insertions(+), 14 deletions(-) Quite honestly, I am not sure if this churn is worth it. Unless we are moving to the same error reporting mechanism more prevalently used elsewhere in our codebase and consistenly use the error() function instead of calling fprintf().