diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-26 07:01:55 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-26 07:01:55 +0000 |
| commit | 7cda354a02556dcbd8aa8927161dd6cb3a3e6b83 (patch) | |
| tree | 788e6255177f5599e0ffc215e1fef1ee59eb716e /roundcubemail/config | |
| parent | 1ee4a04a3d17f2bd97f31ee129604ead8163b0d3 (diff) | |
- Support initial identity name from virtuser_query (#1484003)
git-svn-id: https://svn.roundcube.net/trunk@2537 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index e092db7a2..d7c27b0c3 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -87,7 +87,8 @@ $rcmail_config['virtuser_file'] = ''; // Query to resolve user names and e-mail addresses from the database // %u will be replaced with the current username for login. -// The query should select the user's e-mail address as first col +// The query should select the user's e-mail address as first column +// and optional identity name as second column $rcmail_config['virtuser_query'] = ''; // use this host for sending mails. |
