* pop3.el (pop3-munge-message-separator): Don't put the Content-Length field
break into the other fields.
(defconst gnus-version-number "6.10.063"
"Version number for this version of gnus.")
-(defconst gnus-revision-number "00"
+(defconst gnus-revision-number "01"
"Revision number for this version of gnus.")
(defconst gnus-original-version-number "0.83"
(let ((size (- (point-max) (point-min))))
(goto-char (point-min))
(widen)
- (forward-line -2)
+ (forward-line -1)
(insert (format "Content-Length: %s\n" size)))
)))))