aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rfc2047.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rfc2047.el b/lisp/mail/rfc2047.el
index bb8bc01dce5..e2af86b3246 100644
--- a/lisp/mail/rfc2047.el
+++ b/lisp/mail/rfc2047.el
@@ -952,6 +952,7 @@ ENCODED-WORD)."
952 (push (cons cs text) rest)) 952 (push (cons cs text) rest))
953 ;; Don't decode encoded-word. 953 ;; Don't decode encoded-word.
954 (push (cons nil (nth 3 word)) rest))) 954 (push (cons nil (nth 3 word)) rest)))
955 (setq words nil)
955 (while rest 956 (while rest
956 ;; FIXME: This looks O(N²). Can we make it more efficient 957 ;; FIXME: This looks O(N²). Can we make it more efficient
957 ;; with something like mapconcat? 958 ;; with something like mapconcat?