aboutsummaryrefslogtreecommitdiffstats
path: root/src/acit/smtpplugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/acit/smtpplugin.py')
-rw-r--r--src/acit/smtpplugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/acit/smtpplugin.py b/src/acit/smtpplugin.py
index 5f3ebfb..87285b2 100644
--- a/src/acit/smtpplugin.py
+++ b/src/acit/smtpplugin.py
@@ -90,6 +90,8 @@ class SmtpPlugin():
if replyto:
cc.extend(replyto.cc)
cc.extend(replyto.to)
+ if not save:
+ cc.remove(from_)
to.append(replyto.headers["reply-to"] if "reply-to" in replyto.headers else replyto.from_)
if not subject: