(gnus-registry-unfollowed-groups)
authorTeodor Zlatanov <tzz@lifelogs.com>
Tue, 9 Jan 2007 21:37:00 +0000 (21:37 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Tue, 9 Jan 2007 21:37:00 +0000 (21:37 +0000)
(gnus-registry-split-fancy-with-parent): Fix documentation.

lisp/ChangeLog
lisp/gnus-registry.el

index 306df10..d6c23f9 100644 (file)
@@ -1,3 +1,8 @@
+2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-unfollowed-groups)
+       (gnus-registry-split-fancy-with-parent): Fix documentation.
+
 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
index ca77939..cc4c96e 100644 (file)
   "*The article registry by Message ID.")
 
 (defcustom gnus-registry-unfollowed-groups '("delayed" "drafts" "queue")
-  "List of groups that gnus-registry-split-fancy-with-parent won't follow.
-The group names are matched, they don't have to be fully qualified."
+  "List of groups that gnus-registry-split-fancy-with-parent won't return.
+The group names are matched, they don't have to be fully
+qualified.  This parameter tells the Registry 'never split a
+message into a group that matches one of these, regardless of
+references.'"
   :group 'gnus-registry
   :type '(repeat string))
 
@@ -376,8 +379,11 @@ This function tracks ALL backends, unlike
 messages.
 
 For a message to be split, it looks for the parent message in the
-References or In-Reply-To header and then looks in the registry to
-see which group that message was put in.  This group is returned.
+References or In-Reply-To header and then looks in the registry
+to see which group that message was put in.  This group is
+returned, unless it matches one of the entries in
+gnus-registry-unfollowed-groups or
+nnmail-split-fancy-with-parent-ignore-groups.
 
 See the Info node `(gnus)Fancy Mail Splitting' for more details."
   (let* ((refstr (or (message-fetch-field "references") "")) ; guarantee string