Quoting From.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 15 May 2000 13:56:16 +0000 (13:56 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 15 May 2000 13:56:16 +0000 (13:56 +0000)
lisp/mail-source.el

index d3d4279..c7c448e 100644 (file)
@@ -626,8 +626,12 @@ This only works when `display-time' is enabled."
                                  (goto-char (point-min))
                                  (unless (looking-at "\n*From ")
                                    (insert "From maildir " 
-                                           (current-time-string) "\n"))))
-                             (delete-file file))))
+                                           (current-time-string) "\n"))
+                                 (while (re-search-forward "^From " nil t)
+                                   (replace-match ">From "))
+                                 (goto-char (point-max))
+                                 (insert "\n\n"))
+                               (delete-file file)))))
              (incf found (mail-source-callback callback file))))))
       found)))