We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d50bfd commit c438ea2Copy full SHA for c438ea2
git-send-email.perl
@@ -136,7 +136,6 @@ sub format_2822_time {
136
my $smtp;
137
my $auth;
138
139
-sub unique_email_list(@);
140
sub cleanup_compose_files();
141
142
# Variables we fill in automatically, or via prompting:
@@ -1332,7 +1331,7 @@ ()
1332
1331
1333
$smtp->quit if $smtp;
1334
1335
-sub unique_email_list(@) {
+sub unique_email_list {
1336
my %seen;
1337
my @emails;
1338
0 commit comments