Author Topic: The read-status feature doesn't work  (Read 2957 times)

Offline calande

  • Jr. Member
  • **
  • Posts: 64
The read-status feature doesn't work
« on: November 15, 2007, 05:58:56 PM »
When I read a message of the inbox, it should get the "read" status, but it doesn't, it's still bold. Also, when I access my mailbox using another IMAP mail client, the messages still has the "unread" status.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: The read-status feature doesn't work
« Reply #1 on: November 16, 2007, 05:23:22 AM »
Do you have any errors in your error log?

Offline calande

  • Jr. Member
  • **
  • Posts: 64
Re: The read-status feature doesn't work
« Reply #2 on: November 16, 2007, 06:15:55 AM »
Hello, yes, here's the content:

Code: [Select]
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/include/rcube_imap.inc on line 1762
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/include/rcube_imap.inc on line 1762
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/include/rcube_imap.inc on line 1762
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/include/rcube_imap.inc on line 1762
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/include/rcube_imap.inc on line 1762
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/include/rcube_imap.inc on line 1762
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/include/rcube_imap.inc on line 1762
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/include/rcube_imap.inc on line 1762
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122
[15-Nov-2007 14:47:58] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '/' in /home/user/program/steps/settings/manage_folders.inc on line 122

Thanks.