From ca96a5cd434d7c6c04fdb0ef614f05758c24e8cd Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Mon, 22 Feb 2010 09:43:46 +0000 Subject: [PATCH] 2010-02-22 [colin] 3.7.5cvs23 * src/compose.c Don't make In-Reply-To visible when reediting a draft or sent mail. --- ChangeLog | 6 ++++++ PATCHSETS | 1 + configure.ac | 2 +- src/compose.c | 1 - 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7eaab246d..366cbf357 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-22 [colin] 3.7.5cvs23 + + * src/compose.c + Don't make In-Reply-To visible when reediting + a draft or sent mail. + 2010-02-20 [colin] 3.7.5cvs22 * src/imap.c diff --git a/PATCHSETS b/PATCHSETS index 1d2c7d83b..794153995 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -3963,3 +3963,4 @@ ( cvs diff -u -r 1.395.2.418 -r 1.395.2.419 src/summaryview.c; cvs diff -u -r 1.68.2.54 -r 1.68.2.55 src/summaryview.h; cvs diff -u -r 1.43.2.114 -r 1.43.2.115 src/toolbar.c; ) > 3.7.5cvs20.patchset ( cvs diff -u -r 1.8.2.7 -r 1.8.2.8 .cvsignore; ) > 3.7.5cvs21.patchset ( cvs diff -u -r 1.179.2.249 -r 1.179.2.250 src/imap.c; cvs diff -u -r 1.34.2.21 -r 1.34.2.22 src/imap.h; cvs diff -u -r 1.115.2.224 -r 1.115.2.225 src/main.c; cvs diff -u -r 1.274.2.306 -r 1.274.2.307 src/mainwindow.c; cvs diff -u -r 1.1.4.110 -r 1.1.4.111 src/etpan/imap-thread.c; cvs diff -u -r 1.1.4.26 -r 1.1.4.27 src/etpan/imap-thread.h; cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/etpan/nntp-thread.c; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/etpan/nntp-thread.h; ) > 3.7.5cvs22.patchset +( cvs diff -u -r 1.382.2.546 -r 1.382.2.547 src/compose.c; ) > 3.7.5cvs23.patchset diff --git a/configure.ac b/configure.ac index 82be81f95..3b421a71e 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ MINOR_VERSION=7 MICRO_VERSION=5 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=22 +EXTRA_VERSION=23 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/compose.c b/src/compose.c index 0f44093fd..80fc6fc4e 100644 --- a/src/compose.c +++ b/src/compose.c @@ -3283,7 +3283,6 @@ static void compose_reedit_set_entry(Compose *compose, MsgInfo *msginfo) SET_ADDRESS(COMPOSE_REPLYTO, compose->replyto); SET_ADDRESS(COMPOSE_NEWSGROUPS, compose->newsgroups); SET_ADDRESS(COMPOSE_FOLLOWUPTO, compose->followup_to); - SET_ADDRESS(COMPOSE_INREPLYTO, compose->inreplyto); compose_update_priority_menu_item(compose); compose_update_privacy_system_menu_item(compose, FALSE); -- 2.25.1