aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/uiserver.texi15
2 files changed, 18 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 9481a52e..e7f113d6 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-05 Werner Koch <[email protected]>
+
+ * uiserver.texi (Miscellaneous UI Server Commands): Describe
+ START_CONFDIALOG.
+
2008-06-04 Werner Koch <[email protected]>
* gpgme.texi: Use @copying command. Change license to
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