Skip to content

Commit

Permalink
Merge branch 'master' of github.com:crisp-oss/email-reply-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Jamin committed Jan 13, 2025
2 parents d6b69de + 2fa88fe commit 67cb740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/regex.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ class RegexList {
/^Enviado desde (?:\s*.+)$/, // es,

// NL
/^Verzonden vanaf (?:\s*.+)$/, // nl - e.g. Verzonden vanaf Outlook voor Android<https://aka.ms/12345>
/^Verzonden vanaf (?:\s*.+)$/, // nl - e.g. Verzonden vanaf (Outlook voor Android<https://aka.ms/12345>|mijn iPad)
/^Verstuurd vanaf (?:\s*.+)$/, // nl - e.g. Verstuurd vanaf mijn iPad/iPhone
]);
}

Expand Down

0 comments on commit 67cb740

Please sign in to comment.