From c2bb0393b43f0e6cd5ccec72ce56fa963b94c0e6 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 7 Feb 2002 07:57:05 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 5 +++++ lisp/gnus-sum.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9817a7b..6391869 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-02-07 ShengHuo ZHU + + * gnus-sum.el (gnus-dependencies-add-header): Fix typo. + From: Jesper Harder + 2002-02-06 Lars Magne Ingebrigtsen * gnus-msg.el (gnus-posting-styles): Add x-face-file. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 9bc2b59..e0267c2 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -3569,8 +3569,8 @@ if it was already present. If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs will not be entered in the DEPENDENCIES table. Otherwise duplicate -Message-IDs will be renamed be renamed to a unique Message-ID before -being entered. +Message-IDs will be renamed to a unique Message-ID before being +entered. Returns HEADER if it was entered in the DEPENDENCIES. Returns nil otherwise." (let* ((id (mail-header-id header)) -- 1.7.10.4