Hi,

Thanks for your input. The prefs.php seems to have got modified after upgrade. The new content w.r.t. use_pgp are as below.

$_prefs['use_pgp'] = array(
    'value' => 0,
    'locked' => true,
    'shared' => false,
    'hook' => true,
    'type' => 'implicit'
);

Though, I had set value to 0 and locked = true, it was still showing. The new line which has got added after applying patch is hook = true. I don't know how this line got added. It is not there in patch file. But, there was some output like below while applying patch for prefs.php of imp.

patching file imp/config/prefs.php
Hunk #1 succeeded at 1412 with fuzz 2 (offset -1 lines).

Anyway thanks for pointing out. I have removed the 'hook' line and hence this option is not showing up now.

Regards,
ANANT.


----- Message from [email protected] ---------
    Date: Mon, 28 Sep 2009 08:25:08 -0400
    From: Adam Tauno Williams <[email protected]>
 Subject: Re: [imp] Attach a copy of your PGP public key to the message?
      To: [email protected]


On Mon, 2009-09-28 at 16:45 +0530, ANANT S ATHAVALE wrote:
After upgrade from Horde Groupware WebMail edition from 1.2.3 to
1.2.4, I am getting one additional option to select during composing a
new message.
Attach a copy of your PGP public key to the message?
We do not have any PGP key servers defined.  I do not want this option
to be seen during compose.  How can I disable this?

imp/config/prefs.php

// Activate PGP support?
// 0 = no, 1 = yes
$_prefs['use_pgp'] = array(
    'value' => 0,
    'locked' => true,
    'shared' => false,
    'type' => 'implicit'
);

BTW, you don't need to have PGP key servers to use PGP/GPG.  Users can
upload their own key and import keys into their address book manually.

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]



----- End message from [email protected] -----



Regards,

Anant Athavale.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to