Browse Source

in case of non sorting display newest messages first

stekkel 22 years ago
parent
commit
a8c6763ace
1 changed files with 1 additions and 0 deletions
  1. 1 0
      functions/imap_general.php

+ 1 - 0
functions/imap_general.php

@@ -431,6 +431,7 @@ function sqimap_get_num_messages ($imap_stream, $mailbox) {
     return false; //"BUG! Couldn't get number of messages in $mailbox!";
 }
 
+
 function parseAddress($address, $max=0, $addr_ar = array(), $group = '', $host='') {
     $pos = 0;
     $j = strlen($address);