From 8994cab9db689e13dae7445b1946920dca4c6be7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 11 Jul 2017 15:26:41 +0200 Subject: Reply all is the better default for now, so you can simply remove the recipients you're not interested. --- framework/src/domain/mime/mailtemplates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/src') diff --git a/framework/src/domain/mime/mailtemplates.cpp b/framework/src/domain/mime/mailtemplates.cpp index 8734cee4..71a267a8 100644 --- a/framework/src/domain/mime/mailtemplates.cpp +++ b/framework/src/domain/mime/mailtemplates.cpp @@ -620,7 +620,7 @@ static Recipients getRecipients(const KMime::Message::Ptr &origMsg, const KMime: KMime::Types::Mailbox::List toList; KMime::Types::Mailbox::List ccList; //FIXME - const ReplyStrategy replyStrategy = ReplySmart; + const ReplyStrategy replyStrategy = ReplyAll; switch (replyStrategy) { case ReplySmart: { if (auto hdr = origMsg->headerByType("Mail-Followup-To")) { -- cgit v1.2.3