>>> "EB" == Emanuel Berg writes: > Uwe Brauer wrote: >>> Don't you expect `message-news-p' to be true after >>> `gnus-summary-post-news'? >>> >>> Well, it is anyway. You know, news ... news :) >> >> But why then to have if? > It is so to have different archives for news and mails, as > you know. > I don't like that, I like it to be the same, interface and > archive and everything, at least everything on my end of > things, so I do > (setq message-default-news-headers "To: ") > (setq message-default-mail-headers "Newsgroups: ") > (setq gnus-gcc-mark-as-read t) > (setq gnus-message-archive-group "nnml:mail.sent") > then send with > (gnus-post-news 'post "") ; [1] >> Ok then which command should I use to send, hm, mail? > `compose-mail' ? > But again I think it makes more sense to have the same > interface and then let the content of the headers decide if it > is news, mail, or both. >> I mean I want one GCC for mail and one for newsgroups. > Yes, and you should be on the right track :) > [1] new-message, line 54 in > https://dataswamp.org/~incal/emacs-init/gnus/gnus-my.el Interesting thanks.