From c467da63998be9accf09949f9bb2d229aba85bb4 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Fri, 17 Apr 2009 17:28:34 +0000 Subject: [PATCH] Make the folder assurance read-only. Patch by Szokovacs Robert , thanks! BUG: 144035 Cherry-picked from: 243dfe72a65603f6fdc36b78585cb21125e88c7d Signed-off-by: Luke Dashjr --- tdeioslave/imap4/imap4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdeioslave/imap4/imap4.cc b/tdeioslave/imap4/imap4.cc index 87a6b9c4..7dea2c5d 100644 --- a/tdeioslave/imap4/imap4.cc +++ b/tdeioslave/imap4/imap4.cc @@ -1553,7 +1553,7 @@ IMAP4Protocol::specialSearchCommand( TQDataStream& stream ) stream >> _url; TQString aBox, aSequence, aLType, aSection, aValidity, aDelimiter, aInfo; parseURL (_url, aBox, aSection, aLType, aSequence, aValidity, aDelimiter, aInfo); - if (!assureBox(aBox, false)) return; + if (!assureBox(aBox, true)) return; imapCommand *cmd = doCommand (imapCommand::clientSearch( aSection )); if (cmd->result () != "OK")