From b368ca44a7c2f89023d45cfd44cc07172f5067aa Mon Sep 17 00:00:00 2001 From: Alfons Hoogervorst Date: Tue, 17 Feb 2004 02:36:36 +0000 Subject: [PATCH 1/1] * src/summaryview.c MSG_IS_NEWS() is not stored at all, and is bogus --- ChangeLog.claws | 5 +++++ configure.ac | 2 +- src/summaryview.c | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 43acea42e..a89fecfbe 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,8 @@ +2004-02-17 [alfons] 0.9.9claws18 + + * src/summaryview.c + MSG_IS_NEWS() is not stored at all, and is bogus + 2004-02-17 [martin] 0.9.9claws17 * src/prefs_themes.c diff --git a/configure.ac b/configure.ac index 8cbfa15ab..9d1f5b5ef 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=9 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=17 +EXTRA_VERSION=18 if test $EXTRA_VERSION -eq 0; then VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws else diff --git a/src/summaryview.c b/src/summaryview.c index ad90858e6..c63e67be0 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -2394,8 +2394,7 @@ static void summary_set_header(SummaryView *summaryview, gchar *text[], text[col_pos[S_COL_FROM]] = msginfo->fromname ? msginfo->fromname : _("(No From)"); - if (prefs_common.swap_from && msginfo->from && msginfo->to && - !MSG_IS_NEWS(msginfo->flags)) { + if (prefs_common.swap_from && msginfo->from && msginfo->to) { gchar *addr = NULL; Xstrdup_a(addr, msginfo->from, return); -- 2.25.1