From 6d3e92a2af86c3a215d6540705eb5aa08444ec89 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 26 Apr 2002 21:57:04 +0000 Subject: Do away with the goto-next-folder stuff, it's very annoying. 2002-04-26 Jeffrey Stedfast * mail-callbacks.c (next_unread_msg): Do away with the goto-next-folder stuff, it's very annoying. svn path=/trunk/; revision=16607 --- mail/ChangeLog | 3 +++ mail/mail-callbacks.c | 2 ++ 2 files changed, 5 insertions(+) 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 + * 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 } } -- cgit v1.2.3