Gnus development mailing list
 help / color / mirror / Atom feed
From: Andrew Cohen <acohen@ust.hk>
To: ding@gnus.org
Subject: Re: Posting a draft to a newsgroup stopped(?) working?
Date: Sat, 02 Jan 2021 12:02:47 +0800	[thread overview]
Message-ID: <87eej47zq0.fsf@ust.hk> (raw)
In-Reply-To: <878s9c9erf.fsf@ust.hk>


Actually, can you try the following patch (I think there is a
corresponding error in setting the article number)? Just run with it for
awhile and lets see if anything else goes wrong (seems to be ok in my 5
minutes of testing :))

diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index 465871eafb..faae0a882d 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -409,18 +409,18 @@ gnus-setup-message
     `(let ((,winconf (current-window-configuration))
           (,winconf-name gnus-current-window-configuration)
           (,buffer (buffer-name (current-buffer)))
-          (,article   (when gnus-article-reply
+          (,article   (if gnus-article-reply
                         (or (nnselect-article-number
                              (or (car-safe gnus-article-reply)
-                                 gnus-article-reply))
-                            gnus-article-reply)))
+                                 gnus-article-reply)))
+                            gnus-article-reply))
           (,oarticle gnus-article-reply)
           (,yanked gnus-article-yanked-articles)
-          (,group (when gnus-article-reply
+          (,group (if gnus-article-reply
                     (or (nnselect-article-group
                          (or (car-safe gnus-article-reply)
-                             gnus-article-reply))
-                        gnus-newsgroup-name)))
+                             gnus-article-reply)))
+                        gnus-newsgroup-name))
           (message-header-setup-hook
            (copy-sequence message-header-setup-hook))
           (mbl mml-buffer-list)



-- 



  parent reply	other threads:[~2021-01-02  4:03 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
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 [this message]
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=87eej47zq0.fsf@ust.hk \
    --to=acohen@ust.hk \
    --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).