gunnar: server/horde/horde-mnemo ChangeLog,1.3,1.4 conf.php,1.1,1.2

cvs at kolab.org cvs at kolab.org
Wed Sep 12 16:42:14 CEST 2007


Author: gunnar

Update of /kolabrepository/server/horde/horde-mnemo
In directory doto:/tmp/cvs-serv2266/horde-mnemo

Modified Files:
	ChangeLog conf.php 
Log Message:
Update gpg configuration for mnemo and update the changelogs.

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/horde/horde-mnemo/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog	20 Jul 2007 11:19:08 -0000	1.3
+++ ChangeLog	12 Sep 2007 14:42:12 -0000	1.4
@@ -1,3 +1,10 @@
+2007-09-12  Gunnar Wrobel  <p at rdus.de>
+
+	* conf.php:
+
+	Support gpg encrypting notes if there is an installation available
+	in the outside environment (at /usr/bin/gpg)
+
 2007-07-19  Gunnar Wrobel  <p at rdus.de>
 
 	* horde-mnemo-kolab.spec: Update to 20070719

Index: conf.php
===================================================================
RCS file: /kolabrepository/server/horde/horde-mnemo/conf.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- conf.php	25 May 2007 12:51:22 -0000	1.1
+++ conf.php	12 Sep 2007 14:42:12 -0000	1.2
@@ -2,6 +2,7 @@
 /* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
 // $Horde: mnemo/config/conf.xml,v 1.19 2006/12/14 11:28:24 jan Exp $
 $conf['storage']['driver'] = 'kolab';
+$conf['utils']['gnupg'] = '/usr/bin/gpg';
 $conf['menu']['print'] = true;
 $conf['menu']['import_export'] = true;
 $conf['menu']['apps'] = array();





More information about the commits mailing list