Opened 4 years ago

Closed 3 years ago

#1486241 closed Bugs (worksforme)

Mails in Inbox displays "Today" as date, even thought they are several days old

Reported by: frpet1 Owned by:
Priority: 5 Milestone: 0.4-beta
Component: User Interface Version: 0.3-stable
Severity: normal Keywords:
Cc:

Description

This might or might not be related to Ticket #1486120

All mails in the Inbox are displayed with date "Today" + time, unless you reload the web page. (See attached image) As you can see, the subject of all mails contains the correct date + time stamps, but Roundcube's "Date" column says "Today" + time.

Perhaps new_message should trigger an refresh or reread/parse the dates of displayed mails?

Attachments (1)

roundcube.jp2 (225.2 KB) - added by frpet1 4 years ago.
Inbox

Download all attachments as: .zip

Change History (10)

Changed 4 years ago by frpet1

Inbox

comment:1 Changed 4 years ago by frpet1

  • Summary changed from Mails in Inbox displays "Today", even thought they are several days old to Mails in Inbox displays "Today" as date, even thought they are several days old

comment:2 Changed 4 years ago by alec

  • Milestone changed from later to 0.3.1

Do you have enabled caching? What IMAP server? Enable imap_debug and attach logs/imap output here. Try with svn-trunk.

comment:3 Changed 4 years ago by frpet1

IMAP server:
courier-imap-4.3.0nb1

Capabilities enabled:
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE"

(Host OS is NetBSD 5.0)

comment:4 Changed 4 years ago by frpet1

Was it this caching you referred to?
(From the roundcube's main.inc.php)

$rcmail_configmessage_cache_lifetime? = '10d';

(This is the default, both courier imap and roundcube have pretty much the default configuration. I've only changed the necessary parameters in order for them to be able to run)


comment:5 Changed 4 years ago by alec

I was talking about enable_caching option, try setting it to false. Also we'll need imap_debug.

comment:6 Changed 4 years ago by frpet1

ah, ok, sorry (used grep -i cache main.inc.php).
I've disabled that now (I guess enable is the default, because I didn't change that),
so we'll see how it looks tomorrow.

comment:7 Changed 4 years ago by frpet1

No, the enable_caching = FALSE; didn't solve the problem.
(restarted Apache and logged in again after I disabled caching in roundcube)
I'll guess you want the debug log. I'll have to enable that now.

comment:8 Changed 3 years ago by alec

Without debug info we'd not fix this.

comment:9 Changed 3 years ago by alec

  • Resolution set to worksforme
  • Status changed from new to closed

No feedback.

Note: See TracTickets for help on using tickets.