Messagelib

messagelistutil.h
1 /*
2  This file is part of KMail, the KDE mail client.
3  SPDX-FileCopyrightText: 2011-2023 Laurent Montel <[email protected]>
4 
5  SPDX-License-Identifier: GPL-2.0-or-later
6 */
7 
8 #pragma once
9 
10 #include "messagelist_export.h"
11 #include <QColor>
12 #include <QString>
13 
14 namespace Akonadi
15 {
16 class Item;
17 }
18 namespace MessageList
19 {
20 namespace Util
21 {
22 MESSAGELIST_EXPORT void deleteConfig(const QString &collectionId);
23 MESSAGELIST_EXPORT QColor unreadDefaultMessageColor();
24 MESSAGELIST_EXPORT QColor importantDefaultMessageColor();
25 MESSAGELIST_EXPORT QColor todoDefaultMessageColor();
26 /// Returns the first few lines of the actual email text if available.
27 MESSAGELIST_EXPORT QString contentSummary(const Akonadi::Item &item);
28 }
29 }
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Apr 1 2023 04:01:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.