Gnus development mailing list
 help / color / mirror / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: ding@gnus.org
Subject: Re: problems with gcc
Date: Tue, 12 Jan 2021 17:05:28 +0100	[thread overview]
Message-ID: <87r1mqcf93.fsf@mat.ucm.es> (raw)
In-Reply-To: <877doiz2g8.fsf@tullinup.koldfront.dk>

[-- Attachment #1: Type: text/plain, Size: 1503 bytes --]


> Uwe writes:

> Do you have anything else in your configuration about sent-news?
> Something in group/topic parameters?

> I have this:

>   (setq gnus-message-archive-group
>         '((if (message-news-p)
>               (concat "news-" (format-time-string "%Y"))
>             (concat "mail-" (format-time-string "%Y")))))

> in my .gnus, and when I press 'm' (gnus-group-mail) in the *Group*
> buffer, I get:

> ,----
> | To: 
> | Subject: 
> | From: "Adam Sjøgren" <asjo@koldfront.dk>
> | Gcc: nnml+archive:mail-2021
> `----

> If I instead press 'a' (gnus-group-post-news), I get:

> ,----
> | Newsgroups: 
> | Subject: 
> | From: "Adam Sjøgren" <asjo@koldfront.dk>
> | Gcc: nnml+archive:news-2021
> `----

> as expected. I suspect your configuration is funky :-)


I obtain with your setting: run in the (main group) buffer

Newsgroups: 
Subject: 
From: Uwe Brauer <oub@mat.ucm.es>
Gcc: nnml+archive:news-2021, nnml+archive:sent-news
--text follows this line--

Or 

To: 
Subject: 
From: Uwe Brauer <oub@mat.ucm.es>
Gcc: nnml+archive:mail-2021, nnml+archive:sent-news

So the f... Sent-news is always there hm 

Ok I found it my mistake!


(defun my-new-insert-sent-news-gcc ()
  (interactive)
  (save-excursion
  (message-carefully-insert-headers (list (cons 'Gcc (concat "nnml+archive:sent-news"))))))
(add-hook 'message-setup-hook 'my-new-insert-sent-news-gcc)

I don't know when and why I put it. Sorry for the noise 

Uwe 

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

      parent reply	other threads:[~2021-01-12 16:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-12  8:14 Uwe Brauer
2021-01-12 11:37 ` Emanuel Berg
2021-01-12 13:28   ` Uwe Brauer
2021-01-12 17:52     ` Emanuel Berg
2021-01-13 18:50       ` Uwe Brauer
2021-01-12 13:30   ` Uwe Brauer
2021-01-12 13:53 ` Adam Sjøgren
2021-01-12 15:56   ` Uwe Brauer
2021-01-12 16:05   ` Uwe Brauer [this message]

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=87r1mqcf93.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --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).