Hello Boyan, Offhand, do the next/prev buttons work right with that? I was thinking we never actually made that work because the next/prev buttons needed some re-thinking, and it wasn't high-priority to fix it (dave thought we did, though). Ie. with "normal" sorting, the next button takes you chronologically ahead in your mailbox, with reverse sorting the next button should take you chronologically back.
As I'm sure you noticed, there are a lot of odds and ends that need wrapped up in weDBmail - we're hoping our own company's needs will require we get back to work on it more fairly soon. Thanks for the feedback, though! Jesse ---- Original Message ---- From: Boyan Alexiev <dbmail@dbmail.org> To: [EMAIL PROTECTED] Subject: weDBmail message sort Sent: Tue, 15 Apr 2003 11:46:17 +0300 > Hi Jesse, > > I installed yesterday the program and had to make some changes to make > it work for me. I will inform you of everything I find and fix. Two > suggestions for now: > > 1. You should change the following in folder.php in order for the > reverse sort (VERY important) to work. > > if ($PV['revsort'] == 1) $s = " DESC "; > > $query = "select message_idnr,messagesize,status " > . "from messages " > . "where mailbox_idnr = " . $folder . " " > . "and status < 3 " > . "order by internal_date " . $s > . "limit " . $start . ", " . $PV['mpp'] > ; > > 2. Please include in the README that php4-imap is required :) > > Have a nice day! > > > Best regards, > Bobby > [EMAIL PROTECTED] > > -- End Original Message -- -- Jesse Norell jesse (at) kci.net