Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: compose-mail-other-frame and other-headers
       [not found] <mailman.8138.1386193838.10748.info-gnus-english@gnu.org>
@ 2013-12-04 22:01 ` Emanuel Berg
  2013-12-04 22:07   ` Emanuel Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Emanuel Berg @ 2013-12-04 22:01 UTC (permalink / raw)
  To: info-gnus-english

Charles Philip Chan <cpchan@bell.net> writes:

> How do I use the "other-headers" argument with the
> function compose-mail-other-frame? Specifically, I
> would like to add a Gcc.

I have this -

(setq message-hidden-headers
      '("References:"
        "Face:"
        "X-Face:"
        "X-Draft-From:"
        "Mail-Copies-To:"
        "From:"
        "Gcc:") )

- in one of my configuration files, and if I remove the
explicit mention not to include Gcc, I get it. Perhaps
you have hidden headers as well?

-- 
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united:  http://user.it.uu.se/~embe8573

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compose-mail-other-frame and other-headers
  2013-12-04 22:01 ` compose-mail-other-frame and other-headers Emanuel Berg
@ 2013-12-04 22:07   ` Emanuel Berg
  2013-12-04 22:53     ` Charles Philip Chan
  0 siblings, 1 reply; 4+ messages in thread
From: Emanuel Berg @ 2013-12-04 22:07 UTC (permalink / raw)
  To: info-gnus-english

Emanuel Berg <embe8573@student.uu.se> writes:

> I have this -
>
> (setq message-hidden-headers
>       '("References:"
>         "Face:"
>         "X-Face:"
>         "X-Draft-From:"
>         "Mail-Copies-To:"
>         "From:"
>         "Gcc:") )
>
> - in one of my configuration files, and if I remove the
> explicit mention not to include Gcc, I get it. Perhaps
> you have hidden headers as well?

No, that's not it. I have

(setq gnus-message-archive-group '("archived-news-and-mail") )

as well, and Gcc sends to that group. Without it, I
don't get Gcc either.

But, you can use gnus-posting-styles, I guess. See
below how I add Newsgroups and To headers. It should
work for Gcc as well, one would think.

(setq gnus-posting-styles
      (let ((sig "Emanuel Berg ..."))
        `(("nnml:.*"
           (Newsgroups "")
           (signature ,sig)
           )
          (message-this-is-news
           (To "")
           (Mail-Copies-To "never")
           (signature ,sig) ))))

-- 
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united:  http://user.it.uu.se/~embe8573

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compose-mail-other-frame and other-headers
  2013-12-04 22:07   ` Emanuel Berg
@ 2013-12-04 22:53     ` Charles Philip Chan
  0 siblings, 0 replies; 4+ messages in thread
From: Charles Philip Chan @ 2013-12-04 22:53 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 534 bytes --]

Emanuel Berg <embe8573@student.uu.se> writes:

Hi Emanuel:

> No, that's not it. I have
>
> (setq gnus-message-archive-group '("archived-news-and-mail") )
>
> as well, and Gcc sends to that group. Without it, I
> don't get Gcc either.

Sorry for the noise. I have set up Gnus for mailto links in Firefox a
long time age and attempted to use it today (once in a blue moon), but
the "gnus-message-archive-group" variable was not honoured (empty Gcc
field). However, when I click on the mailto link again, it worked. Go
figure.

Charles

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 162 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 4+ messages in thread

* compose-mail-other-frame and other-headers
@ 2013-12-04 21:51 Charles Philip Chan
  0 siblings, 0 replies; 4+ messages in thread
From: Charles Philip Chan @ 2013-12-04 21:51 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 269 bytes --]

Hello:

How do I use the "other-headers" argument with the function
compose-mail-other-frame? Specifically, I would like to add a Gcc.

Thanks.

Charles
-- 
"Oh, I've seen copies [of Linux Journal] around the terminal room at The
Labs."
(By Dennis Ritchie)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 162 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-04 22:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.8138.1386193838.10748.info-gnus-english@gnu.org>
2013-12-04 22:01 ` compose-mail-other-frame and other-headers Emanuel Berg
2013-12-04 22:07   ` Emanuel Berg
2013-12-04 22:53     ` Charles Philip Chan
2013-12-04 21:51 Charles Philip Chan

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