File indexing completed on 2024-12-22 05:00:54

0001 /*
0002    SPDX-FileCopyrightText: 2021-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 #include <QString>
0009 /** Send later utilities. */
0010 namespace MailMergeUtil
0011 {
0012 [[nodiscard]] QString mailMergePattern();
0013 [[nodiscard]] bool mailMergeAgentEnabled();
0014 void forceReparseConfiguration();
0015 }