From 99faadb6744a79cb0396c14ee05f05b278a2b7ee Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Thu, 20 Feb 2003 09:21:36 +0000 Subject: [PATCH] * src/prefs_account.c Better wording --- ChangeLog.claws | 10 ++++++++++ configure.ac | 2 +- src/compose.c | 5 ++--- src/prefs_account.c | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index e606bc2aa..cd97097fa 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -1,3 +1,13 @@ +2003-02-20 [colin] 0.8.10claws33 + + * src/prefs_account.c + Better wording + +2003-02-20 [colin] 0.8.10claws32 + + * src/compose.c + Remove useless '&& !to_sender' + 2003-02-20 [darko] * AUTHORS diff --git a/configure.ac b/configure.ac index 427df1995..b0e90fab1 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=8 MICRO_VERSION=10 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=claws31 +EXTRA_VERSION=claws33 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION dnl set $target diff --git a/src/compose.c b/src/compose.c index 528117ea8..0396262bf 100644 --- a/src/compose.c +++ b/src/compose.c @@ -1664,9 +1664,8 @@ static void compose_reply_set_entry(Compose *compose, MsgInfo *msginfo, !strncmp(compose->followup_to, "poster", 6))) compose_entry_append (compose, - ((compose->replyto && !to_sender) - ? compose->replyto : - msginfo->from ? msginfo->from : ""), + (compose->replyto ? compose->replyto : + msginfo->from ? msginfo->from : ""), COMPOSE_TO); else if (followup_and_reply_to || to_all) { diff --git a/src/prefs_account.c b/src/prefs_account.c index 69d2e823c..de2dd56cb 100644 --- a/src/prefs_account.c +++ b/src/prefs_account.c @@ -1838,7 +1838,7 @@ static void prefs_account_ssl_create(void) CREATE_RADIO_BUTTONS(vbox5, smtp_nossl_radiobtn, - _("Don't use SSL (or STARTTLS only if necessary)"), + _("Don't use SSL (but, if necessary, use STARTTLS)"), SSL_NONE, smtp_ssltunnel_radiobtn, _("Use SSL for SMTP connection"), -- 2.25.1