Skip to content

Commit

Permalink
Add sreview-reply to MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Feb 12, 2024
1 parent 2d75380 commit a8964bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ scripts/sreview-keys
scripts/sreview-notify
scripts/sreview-notranscode
scripts/sreview-previews
scripts/sreview-reply
scripts/sreview-skip
scripts/sreview-titles
scripts/sreview-transcode
Expand Down
4 changes: 2 additions & 2 deletions scripts/sreview-notify
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ sub notify_email() {
}
$refid = $talk->corrections->{serial};
my $email = Email::Stuffer->from($config->get('email_from'))
->to(join(",\n ", @to_recips))
->to(@to_recips)
->subject($mt->render($subject, {title => $title}))
->cc(join(",\n ", @cc_recips))
->cc(@cc_recips)
->header(References => join(",\n ", @references))
->header("Message-ID" => "<sreview-$nonce-$refid-$action\@$host>")
->text_body($body);
Expand Down

0 comments on commit a8964bb

Please sign in to comment.