[otrs-cvs] CVS: otrs/Kernel/Config Defaults.pm,1.208,1.209
cvs-log at otrs.org
cvs-log at otrs.org
Thu Aug 18 09:59:27 CEST 2005
Update of /home/cvs/otrs/Kernel/Config
In directory osser:/tmp/cvs-serv18589/Kernel/Config
Modified Files:
Defaults.pm
Log Message:
enabled customer PGP and SMIME preferences if PGP or SMIME is enabeled
Index: Defaults.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Config/Defaults.pm,v
retrieving revision 1.208
retrieving revision 1.209
diff -C2 -r1.208 -r1.209
*** Defaults.pm 12 Aug 2005 08:13:21 -0000 1.208
--- Defaults.pm 18 Aug 2005 06:59:25 -0000 1.209
***************
*** 148,156 ****
hu => 'Hungarian',
th => 'Thai',
# ro => 'Romanian',
# hr => 'Croatian',
# sk => 'Slovak',
# sl => 'Slovenian',
- # da => 'Dansk',
# tr => 'tr',
# jp => 'jp',
--- 148,156 ----
hu => 'Hungarian',
th => 'Thai',
+ # da => 'Dansk',
# ro => 'Romanian',
# hr => 'Croatian',
# sk => 'Slovak',
# sl => 'Slovenian',
# tr => 'tr',
# jp => 'jp',
***************
*** 1140,1144 ****
PrefKey => 'UserPGPKey',
Prio => 10000,
! Activ => 0,
};
$Self->{CustomerPreferencesGroups}->{SMIME} = {
--- 1140,1144 ----
PrefKey => 'UserPGPKey',
Prio => 10000,
! Activ => 1,
};
$Self->{CustomerPreferencesGroups}->{SMIME} = {
***************
*** 1149,1153 ****
PrefKey => 'UserSMIMEKey',
Prio => 11000,
! Activ => 0,
};
--- 1149,1153 ----
PrefKey => 'UserSMIMEKey',
Prio => 11000,
! Activ => 1,
};
More information about the cvs-log
mailing list