aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-07 02:02:01 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-07 02:02:01 +0800
commit5616de530929df0c96ab36a8b09b9044f5c34023 (patch)
tree767a671180d554f224f437aa6ad995a0e7f9e04d /mail/ChangeLog
parentd78749b52160b46f3409963372113c786c0088e7 (diff)
downloadgsoc2013-evolution-5616de530929df0c96ab36a8b09b9044f5c34023.tar
gsoc2013-evolution-5616de530929df0c96ab36a8b09b9044f5c34023.tar.gz
gsoc2013-evolution-5616de530929df0c96ab36a8b09b9044f5c34023.tar.bz2
gsoc2013-evolution-5616de530929df0c96ab36a8b09b9044f5c34023.tar.lz
gsoc2013-evolution-5616de530929df0c96ab36a8b09b9044f5c34023.tar.xz
gsoc2013-evolution-5616de530929df0c96ab36a8b09b9044f5c34023.tar.zst
gsoc2013-evolution-5616de530929df0c96ab36a8b09b9044f5c34023.zip
Select the very next message after deleting, not the next undeleted (it
2001-07-06 Jason Leach <jleach@ximian.com> * mail-callbacks.c (delete_msg): Select the very next message after deleting, not the next undeleted (it can make things jump around in annoying ways if you are deleting many messages), bug #4032. * folder-browser.c: Forgot to commit the "Mark as Important" right click menu item. * message-list.c (message_list_set_folder): Setup the strikeout column here (after we've gotten the folder) so we can disable strikeouts for vtrash folders, part of bug #2224. svn path=/trunk/; revision=10849
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ce90b512c2..d77c95b870 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,16 @@
+2001-07-06 Jason Leach <jleach@ximian.com>
+
+ * mail-callbacks.c (delete_msg): Select the very next message
+ after deleting, not the next undeleted (it can make things jump
+ around in annoying ways if you are deleting many messages), bug #4032.
+
+ * folder-browser.c: Forgot to commit the "Mark as Important" right
+ click menu item.
+
+ * message-list.c (message_list_set_folder): Setup the strikeout
+ column here (after we've gotten the folder) so we can disable
+ strikeouts for vtrash folders, part of bug #2224.
+
2001-07-06 Dan Winship <danw@ximian.com>
* mail-folder-cache.c (mail_folder_cache_set_folder_browser): Fix