Commit 2f80cbb6 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent 849d09cf
......@@ -35,12 +35,14 @@ module Gitlab
end
def key_from_fallback_message_id(mail_id)
message_id_regexp = /\Areply\-(.+)@#{Gitlab.config.gitlab.host}\z/
message_id_regexp =
/\Areply\-(.+)@#{Gitlab.config.gitlab.host}\z/.freeze
mail_id[message_id_regexp, 1]
end
def scan_fallback_references(references)
# It's looking for each <...>
references.scan(/(?!<)[^<>]+(?=>)/.freeze)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment