Hi all,
Found these two in your tracker and was just wondering if anyone knows about the progress of these items (although, I suspect they're the same thing)
http://sourceforge.net/tracker/index.php?func=detail&aid=1425346&gro...
http://sourceforge.net/tracker/index.php?func=detail&aid=1438853&gro...
If no progress, any pointers towards where in the code I should be looking and maybe I can find some time to fix it myself, how do you guys like to receive patches?
Thanks, Dave
David Stone wrote:
Hi all,
Found these two in your tracker and was just wondering if anyone knows about the progress of these items (although, I suspect they're the same thing)
http://sourceforge.net/tracker/index.php?func=detail&aid=1425346&gro...
http://sourceforge.net/tracker/index.php?func=detail&aid=1438853&gro...
I cannot confirm these bugs. Deleting messages works fine for me. The second bug states that moving a message from one folder to another does not work at all. Probably an IIS or HmailServer issue.
If no progress, any pointers towards where in the code I should be looking and maybe I can find some time to fix it myself, how do you guys like to receive patches?
If you can reproduce this, you should have a look at the move_message() method in program/include/rcube_imap.inc.
Thanks, Dave
Regards, Thomas
Oddly enough I can't reproduce it anymore either so I'd guess it's an issue with the data?
Next time I find it happening I'll see if I can track it down to one email, or enable js debugging, maybe something in there.
Cheers, Dave
-- David Stone
w: http://www.builtbydave.co.uk/ t: 07908 257349
Thomas Bruederli wrote:
David Stone wrote:
Hi all,
Found these two in your tracker and was just wondering if anyone knows about the progress of these items (although, I suspect they're the same thing)
http://sourceforge.net/tracker/index.php?func=detail&aid=1425346&gro...
http://sourceforge.net/tracker/index.php?func=detail&aid=1438853&gro...
I cannot confirm these bugs. Deleting messages works fine for me. The second bug states that moving a message from one folder to another does not work at all. Probably an IIS or HmailServer issue.
If no progress, any pointers towards where in the code I should be looking and maybe I can find some time to fix it myself, how do you guys like to receive patches?
If you can reproduce this, you should have a look at the move_message() method in program/include/rcube_imap.inc.
Thanks, Dave
Regards, Thomas
On Wed, 29 Mar 2006 15:12:59 +0200, Thomas Bruederli roundcube@gmail.com wrote:
David Stone wrote:
Hi all,
Found these two in your tracker and was just wondering if anyone knows about the progress of these items (although, I suspect they're the same thing)
http://sourceforge.net/tracker/index.php?func=detail&aid=1425346&gro...
http://sourceforge.net/tracker/index.php?func=detail&aid=1438853&gro...
I cannot confirm these bugs. Deleting messages works fine for me. The second bug states that moving a message from one folder to another does not work at all. Probably an IIS or HmailServer issue.
the first bug was reported by me and is still there - I even upgraded my CVS yesterday.
note that it's not the FIRST "select all" that fails but the SECOND and following ones - every time the second list of N messages pops up selected after you tried to delete those
for instance - set messages per page to 10, select/delete 1->10 (ok), select 11->20(ok), delete (seems to work, the list gets emptied) and then 11->20 pop back in the list as 'selected' messages. every time you click delete again the same thing happens.
no local cvs modifications either. using dovecot.
Auke