[Tickets #7745] Re: The folder "sent-mail" already exists
bugs at horde.org
bugs at horde.org
Thu Mar 5 11:21:59 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7745
------------------------------------------------------------------------------
Ticket | 7745
Updated By | rsalmon at mbpgroup.com
Summary | The folder "sent-mail" already exists
Queue | IMP
Version | 4.3
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
+New Attachment | log_imaptree.txt
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2009-03-05 06:21) wrote:
> In IMP_Search::createVINBOXFolder(), can you put print_r($imaptree)
> statements around getPollList(), i.e.:
>
> /* Create Virtual INBOX with nav_poll list. Filter out any nav_poll
> * entries that don't exist. Sort the list also. */
> print_r($imaptree);
> $flist = $imaptree->getPollList(true, true);
> print_r($imaptree);
>
> And see if the sent folder is reappearing in $imaptree after this call.
patched like this :
+ Horde::logMessage(print_r($imaptree,true), __FILE__, __LINE__,
PEAR_LOG_ERR);
$flist = $imaptree->getPollList(true, true);
+ Horde::logMessage(print_r($imaptree,true), __FILE__, __LINE__,
PEAR_LOG_ERR);
Sent disappear in _parent:protected but still there in
_fulllist:protected before calling $flist =
$imaptree->getPollList(true, true);
Sent reappear everywhere after calling getPollList.
See attached log file. Log file contains login and running maintenance.
More information about the bugs
mailing list