Make previous unread wrap around too.

2001-08-14  Peter Williams  <peterw@ximian.com>

	* mail-callbacks.c (previous_unread_msg): Make previous unread
	wrap around too.

svn path=/trunk/; revision=12029
This commit is contained in:
Peter Williams
2001-08-14 19:29:27 +00:00
committed by Peter Williams
parent c266ef292c
commit aabe697d0b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-08-14 Peter Williams <peterw@ximian.com>
* mail-callbacks.c (previous_unread_msg): Make previous unread
wrap around too.
* mail-accounts.c (load_accounts): If the account is enabled,
set a checkmark pixmap instead of a strange plus sign.
(mail_accounts_dialog_init): Load the pixmap here.

View File

@ -1638,7 +1638,7 @@ previous_unread_msg (GtkWidget *button, gpointer user_data)
row = e_tree_row_of_node (fb->message_list->tree, e_tree_get_cursor (fb->message_list->tree));
message_list_select (fb->message_list, row,
MESSAGE_LIST_SELECT_PREVIOUS,
0, CAMEL_MESSAGE_SEEN, FALSE);
0, CAMEL_MESSAGE_SEEN, TRUE);
}
void