diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-09-09 20:23:56 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-09-09 20:23:56 +0200 |
commit | 99d9f50a0000447d0a752e6c43716237dc0da176 (patch) | |
tree | 0b958b9711d09c4da74f076e1b902ffa32a4a0a1 /plugins/virtuser_query/virtuser_query.php | |
parent | a1303514933afe2d867067e4b95412c79652c89b (diff) | |
parent | 4e383e2ec8b4184c0fe74d02cf30fd3a4078128e (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'plugins/virtuser_query/virtuser_query.php')
-rw-r--r-- | plugins/virtuser_query/virtuser_query.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/virtuser_query/virtuser_query.php b/plugins/virtuser_query/virtuser_query.php index 21a869c57..073b4e230 100644 --- a/plugins/virtuser_query/virtuser_query.php +++ b/plugins/virtuser_query/virtuser_query.php @@ -14,8 +14,11 @@ * * $rcmail_config['virtuser_query'] = array('email' => '', 'user' => '', 'host' => ''); * + * The email query can return more than one record to create more identities. + * This requires identities_level option to be set to value less than 2. + * * @version @package_version@ - * @author Aleksander Machniak + * @author Aleksander Machniak <alec@alec.pl> * @author Steffen Vogel */ class virtuser_query extends rcube_plugin |