Gnus development mailing list
 help / color / mirror / Atom feed
* [sgnus 0.14] Fcc: failure on News post/followup
@ 1995-11-18 21:01 Steven L. Baur
  0 siblings, 0 replies; only message in thread
From: Steven L. Baur @ 1995-11-18 21:01 UTC (permalink / raw)


(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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-11-18 21:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-18 21:01 [sgnus 0.14] Fcc: failure on News post/followup Steven L. Baur

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).