Gnus development mailing list
 help / color / mirror / Atom feed
From: "Adam Sjøgren" <asjo@koldfront.dk>
To: ding@gnus.org
Subject: Re: Posting a draft to a newsgroup stopped(?) working?
Date: Sat, 02 Jan 2021 04:40:05 +0100	[thread overview]
Message-ID: <87ft3km2ga.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <87k0swm2rl.fsf@tullinup.koldfront.dk>

Adam writes:

> If I go to an nntp-group and do a to create a new article, the output
> is:
>
>   ASJO group nil

> So I guess group used to be filled in regardless, but now it isn't?!

Looking at how ,group in the diff:

  -        (,group (if (and (gnus-nnir-group-p gnus-newsgroup-name)
  -                         gnus-article-reply)
  -                    (nnir-article-group (or (car-safe gnus-article-reply)
  -                                            gnus-article-reply))
  -                  gnus-newsgroup-name))
  +        (,group (when gnus-article-reply
  +                  (or (nnselect-article-group
  +                       (or (car-safe gnus-article-reply)
  +                           gnus-article-reply))
  +                      gnus-newsgroup-name)))

Before the change ,group would be set to gnus-newsgroup-name if
gnus-article-reply was false, but after the change, it doesn't get set
if g-a-reply is false, right?

Is that change in logic intended?


  Best regards,

    Adam

-- 
 "I’ve been so fortunate riding waves and being born        Adam Sjøgren
  at a time that was just right for my particular      asjo@koldfront.dk
  peculiarity."



  reply	other threads:[~2021-01-02  3:40 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-01 19:42 Adam Sjøgren
2021-01-01 20:38 ` Eric Abrahamsen
2021-01-01 20:48   ` Mock Turtle
2021-01-01 20:53     ` Eric Abrahamsen
2021-01-01 21:02       ` Adam Sjøgren
2021-01-01 21:17         ` Mock Turtle
2021-01-01 21:23           ` Eric Abrahamsen
2021-01-01 21:44             ` Adam Sjøgren
2021-01-02  0:18               ` Adam Sjøgren
2021-01-02  0:58                 ` Eric Abrahamsen
2021-01-02  1:02                   ` Adam Sjøgren
2021-01-02  2:03                     ` Adam Sjøgren
2021-01-02  2:14                       ` Andrew Cohen
2021-01-02  2:25                         ` Adam Sjøgren
2021-01-02  2:37                         ` Adam Sjøgren
2021-01-02  3:33                           ` Adam Sjøgren
2021-01-02  3:40                             ` Adam Sjøgren [this message]
2021-01-02  3:45                               ` Adam Sjøgren
2021-01-02  3:52                                 ` Andrew Cohen
2021-01-02  4:01                                   ` Adam Sjøgren
2021-01-02  4:02                                   ` Andrew Cohen
2021-01-02  4:10                                     ` Adam Sjøgren
2021-01-02  4:32                                       ` Andrew Cohen
2021-01-02  4:42                                         ` Adam Sjøgren

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=87ft3km2ga.fsf@tullinup.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=ding@gnus.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).