Do away with the goto-next-folder stuff, it's very annoying.

2002-04-26  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-callbacks.c (next_unread_msg): Do away with the
	goto-next-folder stuff, it's very annoying.

svn path=/trunk/; revision=16607
This commit is contained in:
Jeffrey Stedfast
2002-04-26 21:57:04 +00:00
committed by Jeffrey Stedfast
parent 84923b319c
commit 6d3e92a2af
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2002-04-26 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (next_unread_msg): Do away with the
goto-next-folder stuff, it's very annoying.
* mail-config-druid.c (extra_prepare): After building the extra
config options into a Gtk form, auto-detect any values that we can
and populate them by calling

View File

@ -2516,8 +2516,10 @@ next_unread_msg (GtkWidget *button, gpointer user_data)
return;
if (!message_list_select (fb->message_list, MESSAGE_LIST_SELECT_NEXT, 0, CAMEL_MESSAGE_SEEN, TRUE)) {
#if 0
if (confirm_goto_next_folder (fb))
do_evil_kludgy_goto_next_folder_hack (fb);
#endif
}
}