Show More
@@ -2414,7 +2414,7 test multiple flags for multiple patches | |||
|
2414 | 2414 | |
|
2415 | 2415 | |
|
2416 | 2416 | test multi-address parsing: |
|
2417 |
$ hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t 'spam<spam> |
|
|
2417 | $ hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t 'spam<spam>' \ | |
|
2418 | 2418 | > -t toast -c 'foo,bar@example.com' -c '"A, B <>" <a@example.com>' -s test -r 0 \ |
|
2419 | 2419 | > --config email.bcc='"Quux, A." <quux>' |
|
2420 | 2420 | this patch series consists of 1 patches. |
@@ -2435,7 +2435,7 test multi-address parsing: | |||
|
2435 | 2435 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2436 | 2436 | Date: Tue, 01 Jan 1980 00:01:00 +0000 |
|
2437 | 2437 | From: quux |
|
2438 |
To: =?iso-8859-1?q?spam?= <spam> |
|
|
2438 | To: =?iso-8859-1?q?spam?= <spam>, toast | |
|
2439 | 2439 | Cc: foo, bar@example.com, =?iso-8859-1?q?A=2C_B_=3C=3E?= <a@example.com> |
|
2440 | 2440 | Bcc: =?iso-8859-1?q?Quux=2C_A=2E?= <quux> |
|
2441 | 2441 |
General Comments 0
You need to be logged in to leave comments.
Login now