diff options
| author | bwarsaw | 2002-10-21 20:54:28 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-10-21 20:54:28 +0000 |
| commit | 8e668162faa77a19447c503c65a3b27b26026b8d (patch) | |
| tree | f723410b3ae75aaa81936be39f7aec970c97d12b | |
| parent | 11754e26a92601ffdd914e90f846df6cbb940e4e (diff) | |
| download | mailman-8e668162faa77a19447c503c65a3b27b26026b8d.tar.gz mailman-8e668162faa77a19447c503c65a3b27b26026b8d.tar.zst mailman-8e668162faa77a19447c503c65a3b27b26026b8d.zip | |
| -rw-r--r-- | Mailman/Queue/CommandRunner.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Queue/CommandRunner.py b/Mailman/Queue/CommandRunner.py index cfde2f245..6296b7aee 100644 --- a/Mailman/Queue/CommandRunner.py +++ b/Mailman/Queue/CommandRunner.py @@ -156,7 +156,8 @@ Attached is your original message. msg = Message.UserNotification( recip, self.mlist.GetBouncesEmail(), - _('The results of your email commands')) + _('The results of your email commands'), + lang=self.mlist.preferred_language) msg.set_type('multipart/mixed') msg.attach(results) orig = MIMEMessage(self.msg) |
