aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-05-28 04:11:07 +0000
committerChong Yidong2007-05-28 04:11:07 +0000
commit3938661c207036c57c38ea9bb2c0f24460eb2210 (patch)
tree90233a7e38a5b950b6aa189c46906ebeeaefff5c
parent4bde4d4f3d859f7317ab080c9dafae56592aee06 (diff)
downloademacs-3938661c207036c57c38ea9bb2c0f24460eb2210.tar.gz
emacs-3938661c207036c57c38ea9bb2c0f24460eb2210.zip
* message.el (message-narrow-to-headers-or-head): Ignore
mail-header-separator in the body.
-rw-r--r--lisp/gnus/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 3d32d024473..e3cba144f17 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * message.el (message-pop-to-buffer): Add switch-function argument. 3 * message.el (message-pop-to-buffer): Add switch-function argument.
4 (message-mail): Pass switch-function argument to it. 4 (message-mail): Pass switch-function argument to it.
5 (message-narrow-to-headers-or-head): Ignore mail-header-separator in
6 the body.
5 7
62007-05-09 Didier Verna <didier@xemacs.org> 82007-05-09 Didier Verna <didier@xemacs.org>
7 9