From: kink Date: Tue, 8 Feb 2005 15:56:18 +0000 (+0000) Subject: Do not send quality-headers if they are set to Normal, which is the default. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=741d74d391f7d8130f7f7e2bd8de6b02654d7ec6;p=squirrelmail.git Do not send quality-headers if they are set to Normal, which is the default. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8825 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/class/deliver/Deliver.class.php b/class/deliver/Deliver.class.php index 136a8b60..60ba7965 100644 --- a/class/deliver/Deliver.class.php +++ b/class/deliver/Deliver.class.php @@ -467,9 +467,6 @@ class Deliver { case 1: $header[] = 'X-Priority: 1 (Highest)'.$rn; $header[] = 'Importance: High'. $rn; break; - case 3: - $header[] = 'X-Priority: 3 (Normal)'.$rn; - $header[] = 'Importance: Normal'. $rn; break; case 5: $header[] = 'X-Priority: 5 (Lowest)'.$rn; $header[] = 'Importance: Low'. $rn; break;