From: stekkel Date: Thu, 22 Aug 2002 13:07:40 +0000 (+0000) Subject: removed double code (sorry forgot) X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=32fd6fd737c3fa148d17894f6747ea0d706fc4d8 removed double code (sorry forgot) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3411 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/class/mime.class.php b/class/mime.class.php index a2884692..627f345d 100644 --- a/class/mime.class.php +++ b/class/mime.class.php @@ -173,9 +173,6 @@ class rfc822_header case ('x-mailer'): $this->xmailer = $value; break; - case ('user-agent'): - $this->xmailer = $value; - break; case ('x-priority'): $this->priority = $value; break;