(message-do-fcc): Don't run message-header-hook and message-before-do-fcc-hook.
authoryamaoka <yamaoka>
Wed, 4 Nov 1998 09:58:50 +0000 (09:58 +0000)
committeryamaoka <yamaoka>
Wed, 4 Nov 1998 09:58:50 +0000 (09:58 +0000)
lisp/message.el

index 20d6410..22bfc3e 100644 (file)
@@ -2838,7 +2838,6 @@ to find out how to use this."
        (while (setq file (message-fetch-field "fcc"))
          (push file list)
          (message-remove-header "fcc" nil t)))
-      (run-hooks 'message-header-hook 'message-before-do-fcc-hook)
       (goto-char (point-min))
       (re-search-forward (concat "^" (regexp-quote mail-header-separator) "$"))
       (replace-match "" t t)