diff options
| author | Barry Warsaw | 2008-03-30 00:06:07 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-03-30 00:06:07 -0400 |
| commit | 7f440dc39489b32257c35f15ee6f27d90a197cf5 (patch) | |
| tree | a4aaec013ee63253b78cfeb3518e78b1df424a91 /mailman/pipeline/to_digest.py | |
| parent | eecf4b29f2642f30b22ee978fa50d8713bec1a48 (diff) | |
| download | mailman-7f440dc39489b32257c35f15ee6f27d90a197cf5.tar.gz mailman-7f440dc39489b32257c35f15ee6f27d90a197cf5.tar.zst mailman-7f440dc39489b32257c35f15ee6f27d90a197cf5.zip | |
Diffstat (limited to 'mailman/pipeline/to_digest.py')
| -rw-r--r-- | mailman/pipeline/to_digest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/pipeline/to_digest.py b/mailman/pipeline/to_digest.py index 05b1dc3d5..628fea65d 100644 --- a/mailman/pipeline/to_digest.py +++ b/mailman/pipeline/to_digest.py @@ -347,7 +347,7 @@ def send_i18n_digests(mlist, mboxfp): print >> plainmsg # Now add the footer if mlist.digest_footer: - footertxt = decorate(mlist, mlist.digest_footer, _('digest footer')) + footertxt = decorate(mlist, mlist.digest_footer) # MIME footer = MIMEText(footertxt.encode(lcset), _charset=lcset) footer['Content-Description'] = _('Digest Footer') |
