File indexing completed on 2024-06-09 05:18:16

0001 /*
0002   SPDX-FileCopyrightText: 2005 Till Adam <adam@kde.org>
0003 
0004   SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include "mailcommon_export.h"
0010 #include "mailutil.h"
0011 
0012 #include <Akonadi/AgentInstance>
0013 #include <Akonadi/Collection>
0014 
0015 namespace MailCommon
0016 {
0017 /**
0018  * The Util namespace contains a collection of helper functions use in
0019  * various places.
0020  */
0021 namespace Util
0022 {
0023 [[nodiscard]] bool ignoreNewMailInFolder(const Akonadi::Collection &collection);
0024 }
0025 }