rpms/htmlview/devel htmlview.spec,1.24,1.25 launchmail,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 1 19:15:47 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/htmlview/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19149

Modified Files:
	htmlview.spec launchmail 
Log Message:
fix launchmail



Index: htmlview.spec
===================================================================
RCS file: /cvs/dist/rpms/htmlview/devel/htmlview.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- htmlview.spec	12 Jul 2006 06:23:20 -0000	1.24
+++ htmlview.spec	1 Nov 2006 19:15:45 -0000	1.25
@@ -1,6 +1,6 @@
 Name: htmlview
 Version: 3.0.0
-Release: 14.1
+Release: 15%{?dist}
 Summary: Tools for launching Preferred Applications
 License: Public Domain
 Source0: htmlview
@@ -39,6 +39,9 @@
 %{_datadir}/applications/redhat-email.desktop
 
 %changelog
+* Wed Nov  1 2006 Matthias Clasen <mclasen at redhat.com> - 3.0.0-15
+- Ensure that launchmail always brings up the mail component 
+  of evolution.  (#212718)
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 3.0.0-14.1
 - rebuild
 


Index: launchmail
===================================================================
RCS file: /cvs/dist/rpms/htmlview/devel/launchmail,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- launchmail	19 Oct 2004 01:29:47 -0000	1.3
+++ launchmail	1 Nov 2006 19:15:45 -0000	1.4
@@ -53,6 +53,10 @@
         GCONF="mozilla -mail"
     fi
 
+    if [ "$GCONF" = "evolution" ]; then
+        GCONF="evolution --component=mail"
+    fi
+
     # Run GUI client
     exec $GCONF
 }




More information about the fedora-cvs-commits mailing list