summaryrefslogtreecommitdiffstats
path: root/kioslaves
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
commit029d6084e699568256c53a8270cb36ad4f66b935 (patch)
tree4f95db8e3813306493e454f753180f6933ba2538 /kioslaves
parent018997dddf59bef4b6686d477207137aa39089de (diff)
downloadtdepim-029d6084e699568256c53a8270cb36ad4f66b935.tar.gz
tdepim-029d6084e699568256c53a8270cb36ad4f66b935.zip
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslaves')
-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;