summaryrefslogtreecommitdiffstats
path: root/kioslaves/mbox/readmbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kioslaves/mbox/readmbox.cc')
-rw-r--r--kioslaves/mbox/readmbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslaves/mbox/readmbox.cc b/kioslaves/mbox/readmbox.cc
index 6094bfc0..f2af8716 100644
--- a/kioslaves/mbox/readmbox.cc
+++ b/kioslaves/mbox/readmbox.cc
@@ -103,7 +103,7 @@ bool ReadMBox::nextLine()
return true;
} else if( m_only_new )
{
- if( m_header && m_current_line->left( 7 ) == "tqStatus:" &&
+ if( m_header && m_current_line->left( 7 ) == "Status:" &&
! m_current_line->contains( "U" ) && ! m_current_line->contains( "N" ) )
{
m_status = false;