From eae8d3830c266d8e383cd29f44f6963e2c568ede Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Oct 2008 15:59:19 +0000 Subject: Fix bug #818. Use gpgme.h.in instead of in-place editing gpgme.h. --- doc/ChangeLog | 5 +++++ doc/uiserver.texi | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 58fe8eb5..c2144124 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-10-15 Werner Koch + + * uiserver.texi (Miscellaneous UI Server Commands): Add option + --protocol to the SENDER command. + 2008-07-17 Werner Koch * module-overview.sk: New. diff --git a/doc/uiserver.texi b/doc/uiserver.texi index 14a249a1..7c0a1e9a 100644 --- a/doc/uiserver.texi +++ b/doc/uiserver.texi @@ -568,7 +568,7 @@ fully brought up). When doing an operation on a mail, it is useful to let the server know the address of the sender: -@deffn Command SENDER [-@w{}-info] @var{email} +@deffn Command SENDER [-@w{}-info] [-@w{}-protocol=@var{name}] @var{email} @var{email} is the plain ASCII encoded address ("addr-spec" as per RFC-2822) enclosed in angle brackets. The address set with this command is valid until a successful completion of the operation or until a @@ -580,6 +580,9 @@ If option @option{--info} is not given, the server shall also suggest a protocol to use for signing. The client may use this suggested protocol on its own discretion. The same status line as with PREP_ENCRYPT is used for this. + +The option @option{--protocol} may be used to give the server a hint on +which signing protocol should be preferred. @end deffn @noindent -- cgit v1.2.3