aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-04-30 17:52:56 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-04-30 17:52:56 +0800
commit05e8333292dc51f0b6c949d3aeb3496c08d4e613 (patch)
tree976156e2fab9640b3c86d914d79581843bcb0047 /mail/ChangeLog
parent6d29300fdf6fe18576c54d3e1ed2d8c9982945a6 (diff)
downloadgsoc2013-evolution-05e8333292dc51f0b6c949d3aeb3496c08d4e613.tar
gsoc2013-evolution-05e8333292dc51f0b6c949d3aeb3496c08d4e613.tar.gz
gsoc2013-evolution-05e8333292dc51f0b6c949d3aeb3496c08d4e613.tar.bz2
gsoc2013-evolution-05e8333292dc51f0b6c949d3aeb3496c08d4e613.tar.lz
gsoc2013-evolution-05e8333292dc51f0b6c949d3aeb3496c08d4e613.tar.xz
gsoc2013-evolution-05e8333292dc51f0b6c949d3aeb3496c08d4e613.tar.zst
gsoc2013-evolution-05e8333292dc51f0b6c949d3aeb3496c08d4e613.zip
** Fix for bug #467892
2008-04-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #467892 * em-folder-view.c: (em_folder_view_open_selected): Do not inherit search filters when opening messages in new window. * message-list.c: (regen_list_exec): If we are called from folder_changed even, then keep the actually selected message so it will not disappear when user reads it and it doesn't belong to actual filter anymore. svn path=/trunk/; revision=35454
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 92e1583fe7..9c26cece04 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,14 @@
+2008-04-30 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #467892
+
+ * em-folder-view.c: (em_folder_view_open_selected):
+ Do not inherit search filters when opening messages in new window.
+ * message-list.c: (regen_list_exec):
+ If we are called from folder_changed even, then keep the actually
+ selected message so it will not disappear when user reads it and
+ it doesn't belong to actual filter anymore.
+
2008-04-30 Shuai Liu <shuai.liu@sun.com>
** Fix for bug #530672