[Tickets #7676] IMP message index not updated with new mail.

bugs at horde.org bugs at horde.org
Wed Nov 12 22:05:38 UTC 2008


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

Ticket URL: http://bugs.horde.org/ticket/7676
------------------------------------------------------------------------------
  Ticket             | 7676
  Created By         | satish at engr.uky.edu
  Summary            | IMP message index not updated with new mail.
  Queue              | IMP
  Version            | 4.3
  Type               | Bug
  State              | Unconfirmed
  Priority           | 3. High
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


satish at engr.uky.edu (2008-11-12 17:05) wrote:

IMP does not refresh message list with new mail.

To reproduce:
1. On a FreeBSD 7.0 box, install IMP. (cd /usr/ports/mail/horde-imp;  
make install;)
2. Setup Horde. (Make sure you've disabled Horde caching, and IMP  
message caching).
3. Login.
4. Send yourself email.
5. Click INBOX, or refresh or reload the page.  The new message count  
is updated, but the message itself is not shown in the list.
6. Choose a message to delete, delete, purge - the new message appears  
when the mailbox refreshes.

Relevant info:
# cd /usr/local/www/horde; cat lib/version.php; cat imp/lib/version.php
<?php define('HORDE_VERSION', '3.3') ?>
<?php define('IMP_VERSION', 'H3 (4.3)') ?>

# grep "cache" config/conf.php
$conf['session']['cache_limiter'] = 'nocache';
$conf['group']['cache'] = false;
$conf['share']['cache'] = false;
$conf['cache']['default_lifetime'] = 86400;
$conf['cache']['driver'] = 'none';
$conf['sessionhandler']['memcache'] = false;
$conf['memcache']['enabled'] = false;

# grep cache imp/config/conf.php
$conf['server']['cache_folders'] = false;
$conf['server']['cachejs'] = 'none';
$conf['server']['cachecss'] = 'none';
$conf['msgcache']['use_msgcache'] = false;
$conf['mlistcache']['use_mlistcache'] = false;






More information about the bugs mailing list