Skip to content
Snippets Groups Projects
Commit 0f70e88e authored by Jared Hancock's avatar Jared Hancock
Browse files

Restore seen but previously rejected feature

parent 430a70d6
No related branches found
No related tags found
No related merge requests found
...@@ -504,7 +504,8 @@ class MailFetcher { ...@@ -504,7 +504,8 @@ class MailFetcher {
} }
} }
if (($thread = ThreadEntry::lookupByEmailHeaders($vars)) $seen = false;
if (($thread = ThreadEntry::lookupByEmailHeaders($vars, $seen))
&& ($message = $thread->postEmail($vars))) { && ($message = $thread->postEmail($vars))) {
if (!$message instanceof ThreadEntry) if (!$message instanceof ThreadEntry)
// Email has been processed previously // Email has been processed previously
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment