Re: [evolution-patches] fix for evolution-mailer bug #65448




Umm, this isn't a bug.

On Thu, 2004-09-09 at 15:33 -0400, Jeffrey Stedfast wrote:
http://bugzilla.ximian.com/show_bug.cgi?id=65448

Jeff

text/plain attachment (65448.patch)
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3451
diff -u -r1.3451 ChangeLog
--- ChangeLog	8 Sep 2004 04:14:34 -0000	1.3451
+++ ChangeLog	9 Sep 2004 19:35:13 -0000
@@ -1,3 +1,17 @@
+2004-09-09  Jeffrey Stedfast  <fejj novell com>
+
+	* em-message-browser.c (emmb_set_message): Ignore the
+	emfv->mark_seen for deciding whether or not to mark the message as
+	seen. Fixes bug #65448.
+
+2004-09-09  Jeffrey Stedfast  <fejj novell com>
+
+	* mail-account-gui.c (mail_account_gui_new): If built with
+	gtkfilechooser support, we need to add a checkbox in the chooser
+	so that the user can select files or folders (allowing him to
+	choose - otherwise they won't be able to setup certain types of
+	accounts). Fixes bug #64974.
+
 2004-09-03  Not Zed  <NotZed Ximian com>
 
 	** See bug #59717.
@@ -5,12 +19,6 @@
 	* mail-config.c (mail_config_check_service): Make the dialog
 	modal.  Not ideal but a problem with the way the function works,
 	it should be fully async instead.
-
-2004-09-03  Jeffrey Stedfast  <fejj novell com>
-
-	* mail-config.glade: Revert the use of gtkfilechooser for Path
-	selection because otherwise users won't be able to select
-	directory pathnames. Fixes bug #64974.
 
 2004-09-01  Jeffrey Stedfast  <fejj novell com>
 
Index: em-message-browser.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-message-browser.c,v
retrieving revision 1.18
diff -u -r1.18 em-message-browser.c
--- em-message-browser.c	18 May 2004 07:28:10 -0000	1.18
+++ em-message-browser.c	9 Sep 2004 19:35:13 -0000
@@ -248,7 +248,7 @@
 	}
 	
 	/* Well we don't know if it got displayed (yet) ... but whatever ... */
-	if (!nomarkseen && emfv->mark_seen)
+	if (!nomarkseen)
 		camel_folder_set_message_flags(emfv->folder, uid, CAMEL_MESSAGE_SEEN, CAMEL_MESSAGE_SEEN);
 }
 
--
Michael Zucchi <notzed ximian com>
"born to die, live to work, it's all downhill from here"
Novell's Evolution and Free Software Developer


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]