From 06e55a3e0382c25aecaec8a34f43284130c78721 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Mon, 21 Feb 2000 12:21:11 +0000 Subject: [PATCH] Just updated some documentation git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@230 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_general.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/functions/imap_general.php b/functions/imap_general.php index c3def07a..fefae688 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -189,7 +189,11 @@ /****************************************************************************** - ** Returns a displayable email address + ** Takes the From: field, and creates a displayable name. + ** Luke Ehresman + ** becomes: Luke Ehresman + ** + ** becomes: lkehresman@yahoo.com ******************************************************************************/ function sqimap_find_displayable_name ($string) { if (strpos($string, "<") && strpos($string, ">")) { -- 2.25.1