Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  std11-wrap-as-quoted-pairs(nil (34 92 13 10))
  ad-Orig-std11-wrap-as-quoted-string(nil)
  std11-wrap-as-quoted-string("")
  (cond ((eq type ...) (std11-wrap-as-quoted-string value)) ((eq type ...) (let ... ... ...)) (t value))
  (let ((type ...) (value ...)) (cond (... ...) (... ...) (t value)))
  eword-decode-token((quoted-string . ""))
  (concat result (eword-decode-token token))
  (if (eq type (quote spaces)) (concat result " ") (concat result (eword-decode-token token)))
  (setq result (if (eq type ...) (concat result " ") (concat result ...)))
  (let* ((token ...) (type ...)) (setq tokens (cdr tokens)) (setq result (if ... ... ...)))
  (while tokens (let* (... ...) (setq tokens ...) (setq result ...)))
  (let ((tokens ...) (result "")) (while tokens (let* ... ... ...)) result)
  eword-decode-and-unfold-structured-field-body("\"\" <>" 5 nil)
  funcall(eword-decode-and-unfold-structured-field-body "\"\" <>" 5 nil)
  (if decoder (funcall decoder field-body len max-column) (if (eq mode ...) (std11-unfold-string field-body) field-body))
  (let (field-name-symbol len decoder) (if (symbolp field-name) (setq field-name-symbol field-name len ...) (setq field-name-symbol ... len ...)) (setq decoder (mime-find-field-decoder field-name-symbol mode)) (if decoder (funcall decoder field-body len max-column) (if ... ... field-body)))
  mime-decode-field-body("\"\" <>" "from" summary)
  elmo-decoded-field-body("from" summary)