Author Topic: Emails with grey circles with slashes through them  (Read 6620 times)

Offline arjones85

  • Newbie
  • *
  • Posts: 6
Emails with grey circles with slashes through them
« on: February 04, 2008, 12:59:08 AM »
For some reason if I am logged into my roundcube rc2 install and it displays my emails, if I log out, move an email from my inbox to a different imap folder with my thunderbird client, then log back into roundcube, the email that I moved will still be shown in my inbox but greyed out with a circle and a slash through it.

Why does it do that, and how can I make it stop doing that? I don't need it to keep track of emails for me, I just need it to be dumb and show me exactly what's in my imap folders ;)

Offline arjones85

  • Newbie
  • *
  • Posts: 6
Re: Emails with grey circles with slashes through them
« Reply #1 on: February 04, 2008, 01:03:51 AM »
Nevermind figured it out. For anyone else that stumbles across this "issue", set this to true:

// Set TRUE if deleted messages should not be displayed
// This will make the application run slower
$rcmail_config['skip_deleted'] = TRUE;