فهرست منبع

Do not send quality-headers if they are set to Normal, which is the default.

Thijs Kinkhorst 20 سال پیش
والد
کامیت
86f4edf09a
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      class/deliver/Deliver.class.php

+ 0 - 3
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;