On 010214, at 19:30:07, Tsoi wrote
> --------------------------------------------------------------------------
> pgp_verify_sig
> 
> Type: quadoption
> Default: yes 
> 
> If ``yes'', always attempt to verify PGP/MIME signatures. If ``ask'', ask
> whether or not to verify the signature. If ``no'', never attempt to verify
> PGP/MIME signatures. 
> --------------------------------------------------------------------------
> 
> what's wrong?

The option should be set to 'ask-yes' or 'ask-no' for a prompt:

  quadoption variables are used to control whether or not to be prompted
  for certain actions, or to specify a default action.  A value of yes
  will cause the action to be carried out automatically as if you had
  answered yes to the question.  Similarly, a value of no will cause the
  the action to be carried out as if you had answered ``no.''  A value
  of ask-yes will cause a prompt with a default answer of ``yes'' and
  ask-no will provide a default answer of ``no.''

-- 
David Ellement

Reply via email to