aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-06-16 17:23:32 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-06-16 17:23:32 +0800
commitb7155af74b4c0d3d1c7811ffb12056d17a9e6604 (patch)
tree903ee79e328e0a7e2d7f2282d4e1627d02823ba8 /mail/ChangeLog
parentfe835e14c2815d4d174229cdb08c2385f6167cd7 (diff)
downloadgsoc2013-evolution-b7155af74b4c0d3d1c7811ffb12056d17a9e6604.tar
gsoc2013-evolution-b7155af74b4c0d3d1c7811ffb12056d17a9e6604.tar.gz
gsoc2013-evolution-b7155af74b4c0d3d1c7811ffb12056d17a9e6604.tar.bz2
gsoc2013-evolution-b7155af74b4c0d3d1c7811ffb12056d17a9e6604.tar.lz
gsoc2013-evolution-b7155af74b4c0d3d1c7811ffb12056d17a9e6604.tar.xz
gsoc2013-evolution-b7155af74b4c0d3d1c7811ffb12056d17a9e6604.tar.zst
gsoc2013-evolution-b7155af74b4c0d3d1c7811ffb12056d17a9e6604.zip
** Fix for bug #467892
2008-06-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #467892 * message-list.h: (struct _MessageList), (message_list_ensure_message): * message-list.c: (message_list_init), (message_list_finalise), (message_list_ensure_message), (regen_list_exec), (regen_list_done): Be able to set a message uid to keep in a list after regeneration. * em-folder-view.c: (em_folder_view_open_selected): Inherit search criteria and ensure keeping the selected message in the view even it may not belong to the filter anymore. svn path=/trunk/; revision=35640
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e030558c67..1e8ce2d191 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2008-06-16 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #467892
+
+ * message-list.h: (struct _MessageList), (message_list_ensure_message):
+ * message-list.c: (message_list_init), (message_list_finalise),
+ (message_list_ensure_message), (regen_list_exec), (regen_list_done):
+ Be able to set a message uid to keep in a list after regeneration.
+ * em-folder-view.c: (em_folder_view_open_selected):
+ Inherit search criteria and ensure keeping the selected message
+ in the view even it may not belong to the filter anymore.
+
2008-06-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #337160