diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-27 07:36:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-27 07:36:10 +0800 |
commit | 6722d22f5fba8217d396c0d8555bf78ffb0634e9 (patch) | |
tree | 805d51a00a5678e2c8fe3babc6c46f4eb218817e /mail/ChangeLog | |
parent | 6738df5abdfc2346493140ab1e54421fa8f45977 (diff) | |
download | gsoc2013-evolution-6722d22f5fba8217d396c0d8555bf78ffb0634e9.tar gsoc2013-evolution-6722d22f5fba8217d396c0d8555bf78ffb0634e9.tar.gz gsoc2013-evolution-6722d22f5fba8217d396c0d8555bf78ffb0634e9.tar.bz2 gsoc2013-evolution-6722d22f5fba8217d396c0d8555bf78ffb0634e9.tar.lz gsoc2013-evolution-6722d22f5fba8217d396c0d8555bf78ffb0634e9.tar.xz gsoc2013-evolution-6722d22f5fba8217d396c0d8555bf78ffb0634e9.tar.zst gsoc2013-evolution-6722d22f5fba8217d396c0d8555bf78ffb0634e9.zip |
Don't filter on Seen status. (previous_msg): Same. (next_unread_msg): New
2001-04-26 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (next_msg): Don't filter on Seen status.
(previous_msg): Same.
(next_unread_msg): New function that does what the old callback
next_msg callback did (only better named).
(previous_unread_msg): Same.
svn path=/trunk/; revision=9605
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2b9a41807d..431513adeb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2001-04-26 Jeffrey Stedfast <fejj@ximian.com> + * mail-callbacks.c (next_msg): Don't filter on Seen status. + (previous_msg): Same. + (next_unread_msg): New function that does what the old callback + next_msg callback did (only better named). + (previous_unread_msg): Same. + * message-list.c (hide_load_state): Updated to use camel-file-util routines. (hide_save_1): Same. |