From ed0295fd125834f672109cf6f968b21b224069ad Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Sat, 4 Aug 2001 18:33:50 +0000 Subject: Add a @wraparound argument, so the 'n' and 'p' keypresses (or anything 2001-08-04 Jason Leach * message-list.c (message_list_select): Add a @wraparound argument, so the 'n' and 'p' keypresses (or anything else that wants to) can wrap around to find the next unread. * folder-browser.c (on_key_press): Tell it to wrap around here. * mail-callbacks.c (delete_msg): Don't wrap around here (or the other callbacks in this file). svn path=/trunk/; revision=11651 --- mail/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 8ec376f443..1fd39504a2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2001-08-04 Jason Leach + + * message-list.c (message_list_select): Add a @wraparound + argument, so the 'n' and 'p' keypresses (or anything else that + wants to) can wrap around to find the next unread. + + * folder-browser.c (on_key_press): Tell it to wrap around here. + + * mail-callbacks.c (delete_msg): Don't wrap around here (or the + other callbacks in this file). + 2001-08-03 Jason Leach * mail-folder-cache.c (update_idle): Updates for EvolutionStorage -- cgit v1.2.3