Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo validateSequnce > validateSequence #518

Closed
titanism opened this issue Oct 5, 2023 · 2 comments · Fixed by #521
Closed

Typo validateSequnce > validateSequence #518

titanism opened this issue Oct 5, 2023 · 2 comments · Fixed by #521

Comments

@titanism
Copy link
Contributor

titanism commented Oct 5, 2023

❯ rg "validateSequnce"
imap-core/lib/imap-tools.js
204:module.exports.validateSequnce = function (range) {

imap-core/lib/commands/move.js
38:        if (!imapTools.validateSequnce(range)) {

imap-core/lib/commands/search.js
170:            if (imapTools.validateSequnce(term)) {
182:                    if (!imapTools.validateSequnce(terms[pos])) {

imap-core/lib/commands/uid-expunge.js
32:        if (!imapTools.validateSequnce(range)) {

imap-core/lib/commands/uid-store.js
68:        if (!imapTools.validateSequnce(range)) {

imap-core/lib/commands/copy.js
38:        if (!imapTools.validateSequnce(range)) {

imap-core/lib/commands/fetch.js
46:        if (!imapTools.validateSequnce(range)) {

imap-core/lib/commands/store.js
78:        if (!imapTools.validateSequnce(range)) {
@andris9
Copy link
Member

andris9 commented Oct 5, 2023

It would be great if you could create PRs for obvious typos.

@titanism
Copy link
Contributor Author

titanism commented Oct 5, 2023

See #520 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants