diff --git a/docs/api.rst b/docs/api.rst index bcbda0f..e5888d6 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -43,6 +43,9 @@ General Section command will be called with the username as the first argument, and the hostname as the second. +.. versionadded:: 0.3.0 + The ``passwordeval`` parameter. + .. _pair_config: Pair Section diff --git a/docs/keyring.rst b/docs/keyring.rst index 1c4ccd8..e170746 100644 --- a/docs/keyring.rst +++ b/docs/keyring.rst @@ -2,9 +2,17 @@ Keyring Support =============== -*vdirsyncer* will try the following storages if no password (but a username) is -set in your config. If that fails too, it will prompt for the password and -store the password in the system keyring (if possible and wished). +*vdirsyncer* will try the following storages in that order if no password (but +a username) is set in your config. If that fails too, it will prompt for the +password and store the password in the system keyring (if possible and wished). + +Custom command +============== + +.. versionadded:: 0.3.0 + +A custom command/binary can be specified to retrieve the password for a +username/hostname combination. See :ref:`general_config`. netrc =====