aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog3
-rw-r--r--mail/mail-callbacks.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ccc12e7dcb..404e7e60d9 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -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
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c
index 9c2c9f7d7c..fb6ad2ff3b 100644
--- a/mail/mail-callbacks.c
+++ b/mail/mail-callbacks.c
@@ -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
}
}