245 Commits (ed36a48e6d246f4f60d44b27e8c1e660151cd0b4)

Author SHA1 Message Date
Joe Perches 83acaaec12 git-send-email.perl: Deduplicate "to:" and "cc:" entries with names 14 years ago
Antonio Ospite db54c8e710 git-send-email.perl: make initial In-Reply-To apply only to first email 14 years ago
Stephen Boyd 3c3bb51c3b send-email: Don't leak To: headers between patches 15 years ago
Ævar Arnfjörð Bjarmason 35b6ab955d send-email: extract_valid_address use qr// regexes 15 years ago
Ævar Arnfjörð Bjarmason 49f73852c8 send-email: is_rfc2047_quoted use qr// regexes 15 years ago
Ævar Arnfjörð Bjarmason 41ae8f1d6c send-email: use Perl idioms in while loop 15 years ago
Ævar Arnfjörð Bjarmason 529dd386dd send-email: make_message_id use "require" instead of "use" 15 years ago
Ævar Arnfjörð Bjarmason 5e2c2ab159 send-email: send_message die on $!, not $? 15 years ago
Ævar Arnfjörð Bjarmason e9bf741b88 send-email: use (?:) instead of () if no match variables are needed 15 years ago
Ævar Arnfjörð Bjarmason d5c7d69d0f send-email: sanitize_address use qq["foo"], not "\"foo\"" 15 years ago
Ævar Arnfjörð Bjarmason ff48389731 send-email: sanitize_address use $foo, not "$foo" 15 years ago
Ævar Arnfjörð Bjarmason 0d290a4634 send-email: use \E***\Q instead of \*\*\* 15 years ago
Ævar Arnfjörð Bjarmason 4bf597ee05 send-email: cleanup_compose_files doesn't need a prototype 15 years ago
Ævar Arnfjörð Bjarmason c438ea2a8b send-email: unique_email_list doesn't need a prototype 15 years ago
Ævar Arnfjörð Bjarmason 1d50bfd9c7 send-email: file_declares_8bit_cte doesn't need a prototype 15 years ago
Ævar Arnfjörð Bjarmason acf071b092 send-email: get_patch_subject doesn't need a prototype 15 years ago
Ævar Arnfjörð Bjarmason f9237e6157 send-email: use lexical filehandles during sending 15 years ago
Ævar Arnfjörð Bjarmason fe0f944f3b send-email: use lexical filehandles for $compose 15 years ago
Ævar Arnfjörð Bjarmason c6038169a7 send-email: use lexical filehandle for opendir 15 years ago
Stephen Boyd 21802cd328 send-email: Use To: headers in patch files 15 years ago
Ævar Arnfjörð Bjarmason 3328acedc6 perl: use "use warnings" instead of -w 15 years ago
Ævar Arnfjörð Bjarmason d48b284183 perl: bump the required Perl version to 5.8 from 5.6.[21] 15 years ago
Joe Perches 6e74e075d2 git-send-email.perl: Add --to-cmd 15 years ago
Brandon Casey 61ef5e9b56 git-send-email.perl: ensure $domain is defined before using it 15 years ago
Ævar Arnfjörð Bjarmason 89bf1bace3 send-email: use catfile() to concatenate files 15 years ago
Thomas Rast a03bc5b6ad send-email: Refuse to send cover-letter template subject 15 years ago
Pascal Obry 052fbea26e New send-email option smtpserveroption. 15 years ago
Pascal Obry 1d02a0055a Remove @smtp_host_parts variable as not used. 15 years ago
Pascal Obry e1e9115dcd Minor indentation fix. 15 years ago
Thomas Rast 3cae7e5b2b send-email: ask about and declare 8bit mails 15 years ago
Brian Gernhardt 69cf7bfd13 send-email: Cleanup smtp-domain and add config 15 years ago
Brian Gernhardt 59a8630338 send-email: Don't use FQDNs without a '.' 15 years ago
Brian Gernhardt 68ce93307f send-email: Cleanup { style 15 years ago
Michael J Gruber 0ce142c944 send-email: lazily assign editor variable 15 years ago
Jari Aalto 134550fe21 git-send-email.perl - try to give real name of the calling host to HELO/EHLO 15 years ago
Jari Aalto f60812efa3 git-send-email.perl: add option --smtp-debug 15 years ago
Jari Aalto e5afb3a6f9 git-send-email.perl: improve error message in send_message() 15 years ago
Stephen Boyd f434c083a0 send-email: add --no-cc, --no-to, and --no-bcc 15 years ago
Nanako Shiraishi 528fb08732 prepare send-email for smoother change of --chain-reply-to default 15 years ago
Felipe Contreras c89e324145 send-email: automatic envelope sender 15 years ago
Jonathan Nieder b4479f0747 add -i, send-email, svn, p4, etc: use "git var GIT_EDITOR" 15 years ago
Joe Perches 02461e0e28 git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT TO:"s 16 years ago
Felipe Contreras ffc01f9bad send-email: fix mutt regex for grouped aliases 16 years ago
Yakov Lerner fb3650ed10 send-email: fix obscure error when encryption=tls and smtp cannot connect 16 years ago
Junio C Hamano 41fe87fa49 send-email: make --no-chain-reply-to the default 16 years ago
Erik Faye-Lund 69931b7183 send-email: remove debug trace 16 years ago
Jeff King 302e04ea4d send-email: detect cycles in alias expansion 16 years ago
Paolo Bonzini cb8a9bd518 Test cccmd in t9001-send-email.sh and fix some bugs 16 years ago
Markus Heidelberg a1b5b37199 send-email: fix a typo in a comment 16 years ago
Markus Heidelberg f74fe34b96 send-email: fix threaded mails without chain-reply-to 16 years ago