Yes, this should be present in 1.4.3 rc1. You can easily fix it in any
1.4.x by openning functions/addressbook.php and changing the full_address
function to be this
function full_address($row) {
global $addrsrch_fullname, $data_dir, $username;
$prefix = getPref($data_dir, $username, 'addrsrch_fullname');
if (($prefix != "" || (isset($addrsrch_fullname) &&
$prefix == $addrsrch_fullname)) && $prefix != 'noprefix') {
$name = ($prefix == 'nickname' ? $row['nickname'] :
$row['name']);
return $name . ' <' . trim($row['email']) . '>';
} else {
return trim($row['email']);
}
}
Jimmy Conner
On Fri, May 28, 2004 11:20 am, Norberto Altalef said:
>
> Thanks for your help Jimmy
> I'm planning to use SM in a production environment and installed 1.4.2-1
> in
> a Debian using a .deb package.
> Is this functionality present in 1.4.3-RC1 ?
>
> Many thanks
> Norberto
>
>>
>>
>> There really is nothing to fix if you are using 1.4.2 CVS from at least
>>Fri Mar 26 14:33:31 2004 UTC (2 months ago). This functionailty has
>>been present for along time (but with bugs) and I fixed several things
>>to do with it 2 months ago. There is just presently no option to change
>>it.
>>
>> Try manually editting your pref file, and putting this in
>>
>>addrsrch_fullname=full
>>or
>>addrsrch_fullname=nickname
>>or to get it back to normal (or you can just delete it)
>>addrsrch_fullname=noprefix
>>
>>Logout of SM then log back in and try composing using an address from the
>>addressbook.
>>
>>Hope that helps, and we should probably get an option in there sometime
>>after 1.4.3 is released.
>>
>>Jimmy Conner
>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email is sponsored by: Oracle 10g
>>Get certified on the hottest thing ever to hit the market... Oracle 10g.
>>Take an Oracle 10g class now, and we'll give you the exam FREE.
>>http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
>>--
>>squirrelmail-users mailing list
>>List Address: [EMAIL PROTECTED]
>>List Archives:
>> http://sourceforge.net/mailarchive/forum.php?forum_id=2995
>>List Info:
>> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users