diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-11 15:26:41 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-11 15:26:41 +0200 |
commit | 8994cab9db689e13dae7445b1946920dca4c6be7 (patch) | |
tree | 65217b4019d513840a8629fd41db694a32d617f3 /framework/src/domain/mime/mailtemplates.cpp | |
parent | 5e4a8a2bad06c55f66bfb05145be1420522c1409 (diff) | |
download | kube-8994cab9db689e13dae7445b1946920dca4c6be7.tar.gz kube-8994cab9db689e13dae7445b1946920dca4c6be7.zip |
Reply all is the better default for now,
so you can simply remove the recipients you're not interested.
Diffstat (limited to 'framework/src/domain/mime/mailtemplates.cpp')
-rw-r--r-- | framework/src/domain/mime/mailtemplates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
620 | KMime::Types::Mailbox::List toList; | 620 | KMime::Types::Mailbox::List toList; |
621 | KMime::Types::Mailbox::List ccList; | 621 | KMime::Types::Mailbox::List ccList; |
622 | //FIXME | 622 | //FIXME |
623 | const ReplyStrategy replyStrategy = ReplySmart; | 623 | const ReplyStrategy replyStrategy = ReplyAll; |
624 | switch (replyStrategy) { | 624 | switch (replyStrategy) { |
625 | case ReplySmart: { | 625 | case ReplySmart: { |
626 | if (auto hdr = origMsg->headerByType("Mail-Followup-To")) { | 626 | if (auto hdr = origMsg->headerByType("Mail-Followup-To")) { |