git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RFC] send-email: allow multiple emails using --cc --to and --bcc
@ 2015-05-28 10:42 Remi Lespinet
  2015-05-28 10:42 ` Remi Lespinet
  0 siblings, 1 reply; 11+ messages in thread
From: Remi Lespinet @ 2015-05-28 10:42 UTC (permalink / raw)
  To: git
  Cc: Remi Galan, Remi Lespinet, Guillaume Pages,
	Louis-Alexandre Stuber, Antoine Delaite, Jorge Juan Garcia Garcia,
	Mathieu Lienard--Mayor, Matthieu Moy

Hello,

I've corrected an old patch from an Ensimag student.
(http://thread.gmane.org/gmane.comp.version-control.git/228182). This
patch allows multiple email addresses for options --cc, --to and
--bcc. As said in the commit message, this patch doesn't handle commas
in name, and the only possibility for using commas in name is to use the
rfc2047 syntax:

To: =?ISO-8859-1?Q?Ex=2C_ample?= <to@a.com>

I would like to add the possibility to use the following command lines:

    git send-email --to '"Ex, am ple" <to@a.com>'

    git send-email --to '"Ex, am" "ple" <to@a.com>'

    git send-email --to "\"Ex, am ple\" <to@a.com>"

    git send-email --to "\"Ex, am\" \"ple\" <to@a.com>"


Here are my questions :
Is this a good idea to handle commas in name ?
Do you have any suggestion about proposed syntaxes ?

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

end of thread, other threads:[~2015-05-29 18:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-28 10:42 [PATCH/RFC] send-email: allow multiple emails using --cc --to and --bcc Remi Lespinet
2015-05-28 10:42 ` Remi Lespinet
2015-05-28 11:47   ` Matthieu Moy
2015-05-28 15:26   ` Eric Sunshine
2015-05-28 18:02     ` Eric Sunshine
2015-05-29 16:07       ` Remi LESPINET
2015-05-28 17:45   ` Junio C Hamano
2015-05-29 16:05     ` Remi LESPINET
2015-05-29 16:13       ` Junio C Hamano
2015-05-29 17:55         ` Matthieu Moy
2015-05-29 18:04           ` Junio C Hamano

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