diff options
Diffstat (limited to '')
-rw-r--r-- | doc/uiserver.texi | 15 |
1 files changed, 13 insertions, 2 deletions
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 |