projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a6b84
)
* lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
author
ueno
<ueno>
Sun, 6 Feb 2000 08:38:33 +0000
(08:38 +0000)
committer
ueno
<ueno>
Sun, 6 Feb 2000 08:38:33 +0000
(08:38 +0000)
confusing tabs from original header.
lisp/nnimap.el
patch
|
blob
|
history
diff --git
a/lisp/nnimap.el
b/lisp/nnimap.el
index
23164d0
..
ed01472
100644
(file)
--- a/
lisp/nnimap.el
+++ b/
lisp/nnimap.el
@@
-375,6
+375,8
@@
If EXAMINE is non-nil the group is selected read-only."
(with-temp-buffer
(buffer-disable-undo)
(insert headers)
+ (nnheader-fold-continuation-lines)
+ (subst-char-in-region (point-min) (point-max) ?\t ? )
(nnheader-ms-strip-cr)
(let ((head (nnheader-parse-head 'naked)))
(mail-header-set-number head uid)