[Gpg4win-commits] r1018 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 5 09:22:31 CET 2008


Author: colinleroy
Date: 2008-11-05 09:22:31 +0100 (Wed, 05 Nov 2008)
New Revision: 1018

Modified:
   trunk/ChangeLog
   trunk/src/inst-claws-mail.nsi
Log:
2008-11-05  Colin Leroy  <colin at colino.net>

	* src/inst-claws.nsi: Setting the Mail start menu item in
	HKCU confuses the Internet Options dialog. Do it in HKLM as
	this dialog does.



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-05 08:14:55 UTC (rev 1017)
+++ trunk/ChangeLog	2008-11-05 08:22:31 UTC (rev 1018)
@@ -1,3 +1,16 @@
+2008-11-05  Colin Leroy  <colin at colino.net>
+
+	* src/inst-claws.nsi: Setting the Mail start menu item in
+	HKCU confuses the Internet Options dialog. Do it in HKLM as
+	this dialog does.
+
+2008-11-05  Colin Leroy  <colin at colino.net>
+
+	* src/inst-claws.nsi: Fix registration of Claws in the list
+	of available clients
+	* src/uninst-claws.nsi: Remove Claws from the list of 
+	available clients
+
 2008-11-04  Colin Leroy  <colin at colino.net>
 
 	* packages/packages.current: Update Claws Mail, libetpan

Modified: trunk/src/inst-claws-mail.nsi
===================================================================
--- trunk/src/inst-claws-mail.nsi	2008-11-05 08:14:55 UTC (rev 1017)
+++ trunk/src/inst-claws-mail.nsi	2008-11-05 08:22:31 UTC (rev 1018)
@@ -62,7 +62,7 @@
 
   WriteRegStr HKCU "Software\Classes\mailto\DefaultIcon" "" "$INSTDIR\claws-mail.exe,0"
   WriteRegStr HKCU "Software\Classes\mailto\shell\open\command" "" "$INSTDIR\claws-mail.exe --compose %1"
-  WriteRegStr HKCU "SOFTWARE\Clients\Mail" "" "Claws Mail"
+  WriteRegStr HKLM "SOFTWARE\Clients\Mail" "" "Claws Mail"
 skip_default_client:
 
 #just register Claws in the list of available mailers



More information about the Gpg4win-commits mailing list