X-Priority Low is 5, not 3. Thanks Thierry Godefroy.
[squirrelmail.git] / functions / imap_messages.php
index e7df007bbc75981942b0c0d738db1aa713044e55..32c2e7dc1d6bac14d2482407f7483bb7c1fb2848 100755 (executable)
@@ -716,7 +716,7 @@ function parseFetch(&$aResponse,$aMessageList = array()) {
                                         if  (is_numeric($sPrio)) {
                                             $iPrio = (int) $sPrio;
                                         } elseif ( $sPrio == 'non-urgent' || $sPrio == 'low' ) {
-                                            $iPrio = 3;
+                                            $iPrio = 5;
                                         } elseif ( $sPrio == 'urgent' || $sPrio == 'high' ) {
                                             $iPrio = 1;
                                         } else {