From 9e4169fcec45a7c53d421f9a25566b0f849d7f48 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 19 Jun 2008 17:37:31 +0000 Subject: Add new types to the gpgconf interface. Fix a parsing bug in gpgconf interface. --- doc/uiserver.texi | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'doc/uiserver.texi') diff --git a/doc/uiserver.texi b/doc/uiserver.texi index c372750c..14a249a1 100644 --- a/doc/uiserver.texi +++ b/doc/uiserver.texi @@ -542,8 +542,8 @@ values (e.g. @code{HWND}). @noindent -GpgOL features a button to invoke the certificate manager. To do this -it uses the Assuan command: +A client may want to fire up the certificate manager of the server. To +do this it uses the Assuan command: @deffn Command START_KEYMANAGER The server shall pop up the main window of the key manager (aka @@ -552,6 +552,17 @@ into the foregound and that this command immediatley returns (does not wait until the key manager has been fully brought up). @end deffn +@noindent +A client may want to fire up the configuration dialog of the server. To +do this it uses the Assuan command: + +@deffn Command START_CONFDIALOG +The server shall pop up its configuration dialog. The client expects +that this dialog is brought into the foregound and that this command +immediatley returns (i.e. it does not wait until the dialog has been +fully brought up). +@end deffn + @anchor{command SENDER} @noindent When doing an operation on a mail, it is useful to let the server know -- cgit v1.2.3