aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/nnimap.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index c5b77dbef4a..4c75f721ff6 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -208,8 +208,7 @@ textual parts.")
208 (delete-region (+ (match-beginning 0) 2) (point)) 208 (delete-region (+ (match-beginning 0) 2) (point))
209 (setq string (buffer-substring (point) (+ (point) size))) 209 (setq string (buffer-substring (point) (+ (point) size)))
210 (delete-region (point) (+ (point) size)) 210 (delete-region (point) (+ (point) size))
211 (insert (format "%S" (subst-char-in-string 211 (insert (format "%S" (mm-subst-char-in-string ?\n ?\s string))))
212 ?\n ?\s string))))
213 (beginning-of-line) 212 (beginning-of-line)
214 (setq article 213 (setq article
215 (and (re-search-forward "UID \\([0-9]+\\)" (line-end-position) 214 (and (re-search-forward "UID \\([0-9]+\\)" (line-end-position)