From 32fd6fd737c3fa148d17894f6747ea0d706fc4d8 Mon Sep 17 00:00:00 2001 From: stekkel Date: Thu, 22 Aug 2002 13:07:40 +0000 Subject: [PATCH] removed double code (sorry forgot) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3411 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/mime.class.php | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.25.1