Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Subject: [sgnus 0.14] Fcc: failure on News post/followup
Date: 18 Nov 1995 13:01:52 -0800	[thread overview]
Message-ID: <m2env5fxhb.fsf@diana.miranova.com> (raw)
In-Reply-To: Ben Gross's message of 17 Nov 1995 23:28:24 -0800

(As a side note, the mail-position-on-field bug Michael reported is
apparently fixed in 0.14).

If you are using Fcc: on news post or followup, and *not* mailing the
article anywhere the Fcc: will not be obeyed, and will end up going
out with the post.  The fix is simple:

--- gnus-msg.el~        Thu Nov 16 19:36:19 1995
+++ gnus-msg.el Sat Nov 18 00:03:31 1995
@@ -941,12 +941,12 @@
        (re-search-forward
         (concat "^" (regexp-quote mail-header-separator) "$"))
        (replace-match "" t t)
+       ;; Remove X- prefixes to headers.
+       (gnus-inews-dex-headers)
        ;; Run final inews hooks.  This hook may do FCC.
        ;; The article must be saved before being posted because
        ;; `gnus-request-post' modifies the buffer.
        (run-hooks 'gnus-inews-article-hook)
-       ;; Remove X- prefixes to headers.
-       (gnus-inews-dex-headers)
        ;; Copy the article over to some group, possibly.
        (and gcc (gnus-inews-do-gcc gcc))
        ;; Post the article.


-- 
steve@miranova.com baur


                 reply	other threads:[~1995-11-18 21:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m2env5fxhb.fsf@diana.miranova.com \
    --to=steve@miranova.com \
    /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).