diff options
| author | bwarsaw | 2003-02-07 04:41:30 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-02-07 04:41:30 +0000 |
| commit | cd4560cc9b4f42a8177b5ea3eb1a8eb1c104b3dc (patch) | |
| tree | 168767bf8fcbb4ef4c60f6779e248dd74fb28856 /Mailman/Handlers/ToDigest.py | |
| parent | 7bd9b6eb8b0e04c1af6de2ad705ed88d2206351d (diff) | |
| download | mailman-cd4560cc9b4f42a8177b5ea3eb1a8eb1c104b3dc.tar.gz mailman-cd4560cc9b4f42a8177b5ea3eb1a8eb1c104b3dc.tar.zst mailman-cd4560cc9b4f42a8177b5ea3eb1a8eb1c104b3dc.zip | |
Diffstat (limited to 'Mailman/Handlers/ToDigest.py')
| -rw-r--r-- | Mailman/Handlers/ToDigest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Handlers/ToDigest.py b/Mailman/Handlers/ToDigest.py index 49aafa5d5..790900516 100644 --- a/Mailman/Handlers/ToDigest.py +++ b/Mailman/Handlers/ToDigest.py @@ -369,7 +369,7 @@ def send_i18n_digests(mlist, mboxfp): def oneline(s, cset): # Decode header string in one line and convert into specified charset try: - h = decode_header(make_header(s)) + h = make_header(decode_header(s)) ustr = h.__unicode__() oneline = UEMPTYSTRING.join(ustr.splitlines()) return oneline.encode(cset, 'replace') |
