summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-05-28 04:11:07 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-05-28 04:11:07 +0000
commit3938661c207036c57c38ea9bb2c0f24460eb2210 (patch)
tree90233a7e38a5b950b6aa189c46906ebeeaefff5c
parent4bde4d4f3d859f7317ab080c9dafae56592aee06 (diff)
downloademacs-3938661c207036c57c38ea9bb2c0f24460eb2210.tar.gz
* 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 @@
* message.el (message-pop-to-buffer): Add switch-function argument.
(message-mail): Pass switch-function argument to it.
+ (message-narrow-to-headers-or-head): Ignore mail-header-separator in
+ the body.
2007-05-09 Didier Verna <didier@xemacs.org>