Add the --numbered-files option to git-format-patch.
[gitweb.git] / git-send-email.perl
index 404095f258f1eafd8f247257c2416c9dba86364b..eb876f88ddec315991c2634a976eca8e5b99a1ba 100755 (executable)
@@ -212,7 +212,7 @@ sub format_2822_time {
 my %parse_alias = (
        # multiline formats can be supported in the future
        mutt => sub { my $fh = shift; while (<$fh>) {
-               if (/^alias\s+(\S+)\s+(.*)$/) {
+               if (/^\s*alias\s+(\S+)\s+(.*)$/) {
                        my ($alias, $addr) = ($1, $2);
                        $addr =~ s/#.*$//; # mutt allows # comments
                         # commas delimit multiple addresses