Summary | Traditional view: Folder delete not working |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/10/2012 (4622 days ago) |
Due | |
Updated | 10/15/2012 (4617 days ago) |
Assigned | |
Resolved | 10/10/2012 (4622 days ago) |
Milestone | |
Patch | No |
commit 7c751cda29c91eec74797b59a674ed9470afb1a3
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 10 12:55:51 2012 -0600
Bug #11485: Sanity checking if mailbox contents change whiledownloading mailbox file
imp/lib/Ui/Folder.php | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/7c751cda29c91eec74797b59a674ed9470afb1a3
when generating a MBOX file for a mailbox. Added sanity checking to
prevent this error.
tried it twice.
I ended up deleting the mailbox in the dynamic view.
The "Sent" folder also shouldn't change if I don't send new messages
at the same time.
Anyhow, as this is not reproducible and you added a sanity check, all is good.
Assigned to Michael Slusarz
State ⇒ Resolved
still gives a hint.
generating a MBOX file for a mailbox. Added sanity checking to
prevent this error.
commit 7c751cda29c91eec74797b59a674ed9470afb1a3
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 10 12:55:51 2012 -0600
Bug #11485: Sanity checking if mailbox contents change whiledownloading mailbox file
imp/lib/Ui/Folder.php | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/7c751cda29c91eec74797b59a674ed9470afb1a3
error: Call to a member function getSize() on a non-object in
/datastore/DEVEL/horde/imp/lib/Ui/Folder.php on line 73, referer:
https://192.168.122.254/horde/imp/folders.php
gives a hint.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Traditional view: Folder delete not working
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I tried to delete my "Sent" folder in the traditional view.
It crashed (blank page) with this error in the logs:
[Wed Oct 10 10:30:37 2012] [error] [client 192.168.122.1] PHP Fatal
error: Call to a member function getSize() on a non-object in
/datastore/DEVEL/horde/imp/lib/Ui/Folder.php on line 73, referer:
https://192.168.122.254/horde/imp/folders.php
Thomas