Mercurial > emacs
changeset 47936:54348dbd8b9c
(gnus-nocem-liberal-fetch): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 18 Oct 2002 08:36:59 +0000 |
parents | 70d7c96ed22f |
children | a2299d46da2a |
files | lisp/gnus/gnus-nocem.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-nocem.el Fri Oct 18 08:35:07 2002 +0000 +++ b/lisp/gnus/gnus-nocem.el Fri Oct 18 08:36:59 2002 +0000 @@ -82,7 +82,7 @@ (defcustom gnus-nocem-liberal-fetch nil "*If t try to fetch all messages which have @@NCM in the subject. Otherwise don't fetch messages which have references or whose message-id -matches an previously scanned and verified nocem message." +matches a previously scanned and verified nocem message." :group 'gnus-nocem :type 'boolean)