X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fgtk%2Flogwindow.c;h=8faaf818ab7d81753187571608d2966dbcc6718f;hp=4cc3208dd07b128dfb21692a8ee97843c68f87cd;hb=f9b68fc09c4ddf1cc6424c77375d7c4a40e73738;hpb=59e8c1a1e7e11dddcc8c8e4fc8a5df71f955c792 diff --git a/src/gtk/logwindow.c b/src/gtk/logwindow.c index 4cc3208dd..8faaf818a 100644 --- a/src/gtk/logwindow.c +++ b/src/gtk/logwindow.c @@ -1,6 +1,6 @@ /* - * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2013 Hiroyuki Yamamoto and the Claws Mail team + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2016 Hiroyuki Yamamoto and the Claws Mail team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -330,14 +330,14 @@ static gboolean log_window_append(gpointer source, gpointer data) if (logtext->instance == LOG_PROTOCOL) { if (tag == NULL) { - if (strstr(logtext->text, "] POP3>") - || strstr(logtext->text, "] IMAP4>") + if (strstr(logtext->text, "] POP>") + || strstr(logtext->text, "] IMAP>") || strstr(logtext->text, "] SMTP>") || strstr(logtext->text, "] ESMTP>") || strstr(logtext->text, "] NNTP>")) tag = "output"; - if (strstr(logtext->text, "] POP3<") - || strstr(logtext->text, "] IMAP4<") + if (strstr(logtext->text, "] POP<") + || strstr(logtext->text, "] IMAP<") || strstr(logtext->text, "] SMTP<") || strstr(logtext->text, "] ESMTP<") || strstr(logtext->text, "] NNTP<"))