[Rt-commit] rt branch, 3.999-trunk, updated. 30d6694fb8f6608b9e6d04a45317211b34dee17a
jesse
jesse at bestpractical.com
Fri Nov 6 14:00:01 EST 2009
The branch, 3.999-trunk has been updated
via 30d6694fb8f6608b9e6d04a45317211b34dee17a (commit)
from 6cfc7fa5331aa26987138913485b0af775bf18ce (commit)
Summary of changes:
etc/initialdata | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 30d6694fb8f6608b9e6d04a45317211b34dee17a
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Nov 6 13:59:14 2009 -0500
disable gpg support by default until we forward-port the gpg detect-and-disable logic from 3.8
diff --git a/etc/initialdata b/etc/initialdata
index 6ae81eb..c8f705f 100755
--- a/etc/initialdata
+++ b/etc/initialdata
@@ -679,7 +679,7 @@ Hour: { $subscription_obj->sub_value('Hour') }
# column => 'ftsindex',
},
'gnupg' => {
- enable => 1,
+ enable => 0,
outgoing_messages_format => 'RFC', # Inline
allow_encrypt_data_in_db => 0,
},
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list