--- NoGnus/rfc2047.el 2009-01-22 08:09:02 +0000 +++ Emacs/rfc2047.el 2009-04-20 21:42:46 +0000 @@ -1045,7 +1045,7 @@ (setq start (point)) (setq quoted (eq (char-after) ?\")) (goto-char (point-max)) - (skip-chars-backward " \t") + (skip-chars-backward " \t" start) (if (setq quoted (and quoted (> (point) (1+ start)) (eq (char-before) ?\")))