[Tickets #9172] Re: Imap folders don't show in IMP on the very first login

bugs at horde.org bugs at horde.org
Thu Sep 2 18:00:03 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9172
------------------------------------------------------------------------------
  Ticket             | 9172
  Updated By         | luc.germain at usherbrooke.ca
  Summary            | Imap folders don't show in IMP on the very first login
  Queue              | Horde Groupware Webmail Edition
  Version            | 1.2.6
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


luc.germain at usherbrooke.ca (2010-09-02 14:00) wrote:

> So what is failing within the add_source hook?  Do you have custom  
> code in there?  Obviously, we can't guarantee that the example hook  
> provided is going to work in all environments.

It's the code that is activated by default in the horde-webmail-1.2.6  
distribution. We have not touched it. Since it's there by default, I  
guess it should be working?

# cat hooks.php
<?php

if (!function_exists('_prefs_hook_add_source')) {
     function _prefs_hook_add_source($username = null)
     {
         if (!$username) {
             return;
         }
         return $GLOBALS['registry']->call('contacts/getDefaultShare');
     }
}







More information about the bugs mailing list