aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 7a104bd14b7..ef3df2ffd1e 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -14248,6 +14248,7 @@ always hide."
14248 (goto-char (point-min)) 14248 (goto-char (point-min))
14249 (or (search-forward "\n\n" nil t) (point-max))) 14249 (or (search-forward "\n\n" nil t) (point-max)))
14250 14250
14251 (goto-char (point-min))
14251 (while (re-search-forward 14252 (while (re-search-forward
14252 "=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t) 14253 "=\\?iso-8859-1\\?q\\?\\([^?\t\n]*\\)\\?=" nil t)
14253 (setq string (match-string 1)) 14254 (setq string (match-string 1))