Remove duplicate function.
This commit is contained in:
parent
65e0e3154e
commit
340bbaf5e5
1 changed files with 0 additions and 11 deletions
|
@ -42,17 +42,6 @@
|
|||
;; All emails go to this override
|
||||
(define *mailto-override* (make-parameter "dominik.pantucek@trustica.cz"))
|
||||
|
||||
;; Encodes given UTF-8 string as quoted-printable
|
||||
(define (string->qp str)
|
||||
(let loop ((lst (string->list/utf8 str))
|
||||
(res '()))
|
||||
(if (null? lst)
|
||||
(string-intersperse (reverse res) "")
|
||||
(loop (cdr lst)
|
||||
(cons (let ((chs (car lst)))
|
||||
chs)
|
||||
res)))))
|
||||
|
||||
;; Ensures the subject has proper encoding
|
||||
(define (encode-subject subj)
|
||||
subj)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue