summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mumi/messages.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/mumi/messages.scm b/mumi/messages.scm
index 43d5d1b..7e88635 100644
--- a/mumi/messages.scm
+++ b/mumi/messages.scm
@@ -113,16 +113,6 @@ string."
(newline)
(loop (get-line decoder-port)))))))))
-(define (decode headers str)
- "Decode the string STR according to the encoding specified in
-HEADERS."
- (if (and=> (assoc-ref headers "content-transfer-encoding")
- (lambda (values)
- (string-contains (first values) "quoted-printable")))
- (with-input-from-string str
- (lambda () (qp-decoder (current-input-port))))
- str))
-
(define* (extract-attachment id msg-num path)
"Extract attachment from message number MSG-NUM in the thread for
the bug with the given ID. Follow PATH to get to the correct