Gnus development mailing list
 help / color / mirror / Atom feed
* Group Parameters: gcc-self . "string"
@ 2013-11-25  1:21 Harry Putnam
  2013-11-25  7:57 ` Katsumi Yamaoka
  0 siblings, 1 reply; 2+ messages in thread
From: Harry Putnam @ 2013-11-25  1:21 UTC (permalink / raw)
  To: ding

Using the builtin group parameters item: (gcc-self . "string")

Should I be able to do this:

 (gcc-self . "nnimap+hput3fm:INBOX.some group, nnimap+hput3fm:INBOX.other group")

That is, Gcc multiple groups by inserting them as "string" with `G p'?

When I try that I get a Gcc in the headers of new message with only
the part before the comma.  So, in the headers I get 

  Gcc: "nnimap+hput3fm:INBOX.some group"

I've also tried escaping the comma like so:

(gcc-self . "nnimap+hput3fm:INBOX.some group\\, nnimap+hput3fm:INBOX.other group")

And even went really crazy and tried this.

... "\\"nnimap+hput3fm:INBOX.some group\\"\\, \\"nnimap+hput3fm:INBOX.other group\\"")


The last thing above fails with an error:
  byte-code: Invalid read syntax: ". in wrong context"

Is there a syntax that will allow me to enter multiple groups to be Gcc'ed?




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

* Re: Group Parameters: gcc-self . "string"
  2013-11-25  1:21 Group Parameters: gcc-self . "string" Harry Putnam
@ 2013-11-25  7:57 ` Katsumi Yamaoka
  0 siblings, 0 replies; 2+ messages in thread
From: Katsumi Yamaoka @ 2013-11-25  7:57 UTC (permalink / raw)
  To: ding

Harry Putnam wrote:
> Using the builtin group parameters item: (gcc-self . "string")

> Should I be able to do this:

>  (gcc-self . "nnimap+hput3fm:INBOX.some group, nnimap+hput3fm:INBOX.other group")

> That is, Gcc multiple groups by inserting them as "string" with `G p'?

Try this:
(gcc-self . "nnimap+hput3fm:INBOX.some group,nnimap+hput3fm:INBOX.other group")

If a group name contains SPC characters, we will have to fix some
code in gnus-msg.el.



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

end of thread, other threads:[~2013-11-25  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-25  1:21 Group Parameters: gcc-self . "string" Harry Putnam
2013-11-25  7:57 ` Katsumi Yamaoka

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