* src/summaryview.c
Remove call to summary_step in summary_copy_selected_to
Can't see its purpose, and this causes bug when copying
a message if the next one is unread: it reads it.
+2005-03-18 [colin] 1.0.3cvs2.6
+
+ * src/summaryview.c
+ Remove call to summary_step in summary_copy_selected_to
+ Can't see its purpose, and this causes bug when copying
+ a message if the next one is unread: it reads it.
+
2005-03-18 [paul] 1.0.3cvs2.5
* src/foldersel.c
( cvs diff -u -r 1.2504.2.52 -r 1.2504.2.53 ChangeLog.claws; cvs diff -u -r 1.654.2.445 -r 1.654.2.446 configure.ac; cvs diff -u -r 1.53.2.8 -r 1.53.2.9 po/POTFILES.in; cvs diff -u -r 1.14.2.15 -r 1.14.2.16 src/plugins/trayicon/trayicon.c; ) > 1.0.3cvs2.1.patchset
( cvs diff -u -r 1.5.2.12 -r 1.5.2.13 src/gtk/pluginwindow.c; ) > 1.0.3cvs2.2.patchset
( cvs diff -u -r 1.4.2.8 -r 1.4.2.9 src/prefs_fonts.c; cvs diff -u -r 1.395.2.58 -r 1.395.2.59 src/summaryview.c; ) > 1.0.3cvs2.3.patchset
+( cvs diff -u -r 1.395.2.59 -r 1.395.2.60 src/summaryview.c; ) > 1.0.3cvs2.4.patchset
( cvs diff -u -r 1.6.10.3 -r 1.6.10.4 src/addrharvest.c; cvs diff -u -r 1.65.2.25 -r 1.65.2.26 src/codeconv.c; cvs diff -u -r 1.15.2.5 -r 1.15.2.6 src/codeconv.h; cvs diff -u -r 1.382.2.110 -r 1.382.2.111 src/compose.c; cvs diff -u -r 1.101.2.8 -r 1.101.2.9 src/news.c; cvs diff -u -r 1.47.2.16 -r 1.47.2.17 src/procheader.c; cvs diff -u -r 1.49.2.35 -r 1.49.2.36 src/procmime.c; cvs diff -u -r 1.8.2.3 -r 1.8.2.4 src/unmime.c; cvs diff -u -r 1.2 -r 1.3 src/unmime.h; ) > 1.0.3cvs2.4.patchset
( cvs diff -u -r 1.26.2.12 -r 1.26.2.13 src/foldersel.c; ) > 1.0.3cvs2.5.patchset
+( cvs diff -u -r 1.395.2.59 -r 1.395.2.60 src/summaryview.c; ) > 1.0.3cvs2.6.patchset
BINARY_AGE=0
EXTRA_VERSION=2
EXTRA_RELEASE=
-EXTRA_GTK2_VERSION=.5
+EXTRA_GTK2_VERSION=.6
if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}
folder_item_update_thaw();
gtk_clist_thaw(GTK_CLIST(summaryview->ctree));
- summary_step(summaryview, GTK_SCROLL_STEP_FORWARD);
-
if (prefs_common.immediate_exec)
summary_execute(summaryview);
else {