Gnus development mailing list
 help / color / mirror / Atom feed
From: "Adam Sjøgren" <asjo@koldfront.dk>
To: ding@gnus.org
Subject: Re: problems with gcc
Date: Tue, 12 Jan 2021 14:53:27 +0100	[thread overview]
Message-ID: <877doiz2g8.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <8735z67ess.fsf@mat.ucm.es>

Uwe writes:

> I have set, as recommended in the documentation 
>
> (setq gnus-message-archive-group
>       '((if (message-news-p)
> 	    "sent-news"
> 	  "sent-mail")))
>
> When I use gnus-group-mail in the main group buffer I obtain
>
> The following buffer
>
> ,----
> | To: 
> | Subject: 
> | From: Uwe Brauer <oub@mat.ucm.es>
> | Gcc: nnml+archive:sent-mail, nnml+archive:sent-news
> | --text follows this line--
> `----

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


  Best regards,

    Adam

-- 
 "What if tomorrow wasn't there                             Adam Sjøgren
  Never a next week, never just another year"          asjo@koldfront.dk



  parent reply	other threads:[~2021-01-12 13:53 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 [this message]
2021-01-12 15:56   ` Uwe Brauer
2021-01-12 16:05   ` Uwe Brauer

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=877doiz2g8.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).