6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7676] IMP message index not updated with new mail.
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__ . .._. . |_/ [__)|__| | | | \[__)| |_|_\__|
Comment
> 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; > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers