(eword-encode-field-body): Don't eliminate top-spaces.
authormorioka <morioka>
Mon, 26 Oct 1998 05:35:40 +0000 (05:35 +0000)
committermorioka <morioka>
Mon, 26 Oct 1998 05:35:40 +0000 (05:35 +0000)
eword-encode.el

index b72b906..52390c7 100644 (file)
@@ -600,8 +600,8 @@ encoded-word.  ASCII token is not encoded."
       ""
     (let (start)
       (if (symbolp field-name)
-         (setq start (+ (length (symbol-name field-name)) 2))
-       (setq start (+ (length field-name) 2)
+         (setq start (1+ (length (symbol-name field-name))))
+       (setq start (1+ (length field-name))
              field-name (intern (capitalize field-name))))
       (cond ((memq field-name
                   '(Reply-To