Code

user-manual: update for new default --track behavior
[git.git] / git-send-email.perl
index a09b1c96509e2587966fd2b1c5691e216f56ba8b..f43f92f9579198dd092a09551a914da2c4c99b6e 100755 (executable)
@@ -237,7 +237,7 @@ my %parse_alias = (
                        $aliases{$1} = [ split(/\s+/, $2) ];
                }}},
        pine => sub { my $fh = shift; while (<$fh>) {
-               if (/^(\S+)\s+(.*)$/) {
+               if (/^(\S+)\t.*\t(.*)$/) {
                        $aliases{$1} = [ split(/\s*,\s*/, $2) ];
                }}},
        gnus => sub { my $fh = shift; while (<$fh>) {