Gnus development mailing list
 help / color / mirror / Atom feed
From: John Wiegley <johnw@gnu.org>
Subject: cross-posting and gnus-group-split
Date: 30 Dec 1999 22:53:32 GMT	[thread overview]
Message-ID: <84gnpc$90c$1@quimby.gnus.org> (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))




             reply	other threads:[~1999-12-30 22:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-30 22:53 John Wiegley [this message]
2000-04-21 16:30 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='84gnpc$90c$1@quimby.gnus.org' \
    --to=johnw@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).