Skip to content
Snippets Groups Projects
Commit bec10d58 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files
parent 2f80cbb6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,15 +35,14 @@ module Gitlab
end
 
def key_from_fallback_message_id(mail_id)
message_id_regexp =
/\Areply\-(.+)@#{Gitlab.config.gitlab.host}\z/.freeze
message_id_regexp = /\Areply\-(.+)@#{Gitlab.config.gitlab.host}\z/
 
mail_id[message_id_regexp, 1]
end
 
def scan_fallback_references(references)
# It's looking for each <...>
references.scan(/(?!<)[^<>]+(?=>)/.freeze)
references.scan(/(?!<)[^<>]+(?=>)/)
end
 
def config
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment