Typo
This commit is contained in:
parent
a9ea1c8fbb
commit
f475991b20
@ -1281,7 +1281,7 @@ class EmailCollector extends CommonObject
|
||||
if ($searchfilterisanswer > 0) {
|
||||
if (empty($headers['In-Reply-To'])) {
|
||||
$nbemailprocessed++;
|
||||
dol_syslog(" Discarded - Email is not an answer (no In-Reply-To header");
|
||||
dol_syslog(" Discarded - Email is not an answer (no In-Reply-To header)");
|
||||
continue; // Exclude email
|
||||
}
|
||||
// Note: we can have
|
||||
|
||||
@ -2089,7 +2089,7 @@ EmailCollectorExampleToCollectJobCandidaturesDesc=Collect emails applying to job
|
||||
EmailCollectorExampleToCollectJobCandidatures=Example collecting job candidatures received by e-mail
|
||||
NoNewEmailToProcess=No new email (matching filters) to process
|
||||
NothingProcessed=Nothing done
|
||||
XEmailsDoneYActionsDone=%s emails qualified, %s emails successfully processed (for %s record/actions done)
|
||||
XEmailsDoneYActionsDone=%s emails pre-qualified, %s emails successfully processed (for %s record/actions done)
|
||||
RecordEvent=Record an event in agenda (with type Email sent or received)
|
||||
CreateLeadAndThirdParty=Create a lead (and a third party if necessary)
|
||||
CreateTicketAndThirdParty=Create a ticket (linked to a third party if the third party was loaded by a previous operation or was guessed from a tracker in email header, without third party otherwise)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user