Gnus development mailing list
 help / color / mirror / Atom feed
* cross-posting and gnus-group-split
@ 1999-12-30 22:53 John Wiegley
  2000-04-21 16:30 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: John Wiegley @ 1999-12-30 22:53 UTC (permalink / raw)


In the function `gnus-group-split-update', is there a reason why the
second argument passed to `gnus-group-split-fancy' is always nil?  It
would seem to make more sense if it followed the value of
`nnmail-crosspost':

   ;;;###autoload
   (defun gnus-group-split-update (&optional catch-all)
     "Computes nnmail-split-fancy from group params.
   It does this by calling \(gnus-group-split-fancy nil nil DEFAULTGROUP)."
     (interactive)
     (setq nnmail-split-fancy
        (gnus-group-split-fancy
         nil (null nnmail-crosspost)
            (or catch-all gnus-group-split-default-catch-all-group)))
     (run-hooks 'gnus-group-split-updated-hook))




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: cross-posting and gnus-group-split
  1999-12-30 22:53 cross-posting and gnus-group-split John Wiegley
@ 2000-04-21 16:30 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-21 16:30 UTC (permalink / raw)


John Wiegley <johnw@gnu.org> writes:

> In the function `gnus-group-split-update', is there a reason why the
> second argument passed to `gnus-group-split-fancy' is always nil?  It
> would seem to make more sense if it followed the value of
> `nnmail-crosspost':
> 
>    ;;;###autoload
>    (defun gnus-group-split-update (&optional catch-all)
>      "Computes nnmail-split-fancy from group params.
>    It does this by calling \(gnus-group-split-fancy nil nil DEFAULTGROUP)."
>      (interactive)
>      (setq nnmail-split-fancy
>         (gnus-group-split-fancy
>          nil (null nnmail-crosspost)
>             (or catch-all gnus-group-split-default-catch-all-group)))
>      (run-hooks 'gnus-group-split-updated-hook))

I don't know -- could the person that wrote this function say?  (The
ChangeLog doesn't say who wrote this...)

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-04-21 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-30 22:53 cross-posting and gnus-group-split John Wiegley
2000-04-21 16:30 ` Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).