projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c459d
)
(message-do-fcc): Don't run message-header-hook and message-before-do-fcc-hook.
author
hayashi
<hayashi>
Wed, 4 Nov 1998 09:53:11 +0000
(09:53 +0000)
committer
hayashi
<hayashi>
Wed, 4 Nov 1998 09:53:11 +0000
(09:53 +0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
34b5773
..
cd20ca7
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-2775,7
+2775,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)