Do not send quality-headers if they are set to Normal, which is the default.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Feb 2005 15:56:18 +0000 (15:56 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Feb 2005 15:56:18 +0000 (15:56 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8825 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/deliver/Deliver.class.php

index 136a8b60e5561ebb0b5a416dbef2260906b44cda..60ba79658820e9a97da892984487c352ed6f7c08 100644 (file)
@@ -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;