Browse Source

echo sed

main
pvincent 7 days ago
parent
commit
502a0be266
  1. 2
      sympa/recipe/sympa_fix_personalization.recipe

2
sympa/recipe/sympa_fix_personalization.recipe

@ -31,7 +31,7 @@ function patch_message_pm {
fi
message=$(prepend_2lines_of_text_before_existing_line "$MESSAGE_PM" '$data->{sender} = $self->{sender};' '$data->{gecos} = $self->{gecos};' '$data->{subject} = $self->{decoded_subject};')
echo $message
if [[ $message == 'do prepend' ]]; then
if [[ $message =~ 'do prepend' ]]; then
echo 'prepending sender and gecos in message pm'
FOUND=true
else

Loading…
Cancel
Save