Messagelib

messagelistutil.h
1/*
2 This file is part of KMail, the KDE mail client.
3 SPDX-FileCopyrightText: 2011-2024 Laurent Montel <montel@kde.org>
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
14namespace Akonadi
15{
16class Item;
17}
18namespace MessageList
19{
20namespace Util
21{
22MESSAGELIST_EXPORT void deleteConfig(const QString &collectionId);
23MESSAGELIST_EXPORT QColor unreadDefaultMessageColor();
24MESSAGELIST_EXPORT QColor importantDefaultMessageColor();
25MESSAGELIST_EXPORT QColor todoDefaultMessageColor();
26/// Returns the first few lines of the actual email text if available.
27MESSAGELIST_EXPORT QString contentSummary(const Akonadi::Item &item);
28}
29}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:43 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.