diff options
author | Werner Koch <[email protected]> | 2008-10-20 15:59:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-10-20 15:59:19 +0000 |
commit | eae8d3830c266d8e383cd29f44f6963e2c568ede (patch) | |
tree | 3e78d0cc659c6b16829b65feef87b73242a71cf5 /doc | |
parent | 2008-10-18 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-eae8d3830c266d8e383cd29f44f6963e2c568ede.tar.gz gpgme-eae8d3830c266d8e383cd29f44f6963e2c568ede.zip |
Fix bug #818.
Use gpgme.h.in instead of in-place editing gpgme.h.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/uiserver.texi | 5 |
2 files changed, 9 insertions, 1 deletions
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 <[email protected]> + + * uiserver.texi (Miscellaneous UI Server Commands): Add option + --protocol to the SENDER command. + 2008-07-17 Werner Koch <[email protected]> * 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 |