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

sort email alphabetically #101

Closed
wants to merge 1 commit into from

Conversation

WaleedAshraf
Copy link
Contributor

This was easy.
❤️ lodash

screen shot 2018-05-26 at 3 09 30 am

@WaleedAshraf
Copy link
Contributor Author

One and only change other than sorting is making these to array.

Before:

 {
    "from": "rvagg",
    "to": "rod@vagg.org"
  },
  {
    "from": "jbergstroem",
    "to": "bugs@bergstroem.nu"
  }

After:

 {
    "from": "rvagg",
    "to": ["rod@vagg.org"]
  },
  {
    "from": "jbergstroem",
    "to": ["bugs@bergstroem.nu"]
  }

mhdawson

This comment was marked as off-topic.

keywordnew

This comment was marked as off-topic.

mhdawson pushed a commit that referenced this pull request May 29, 2018
PR-URL: #101
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Chowdhurian <manil.chowdhury@gmail.com>
@mhdawson
Copy link
Member

Landed as ef6832c

@mhdawson mhdawson closed this May 29, 2018
@WaleedAshraf WaleedAshraf deleted the sort-emails branch May 29, 2018 19:55
Johnhvy pushed a commit to Johnhvy/NodeJS-Email that referenced this pull request Jul 16, 2024
PR-URL: nodejs/email#101
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Chowdhurian <manil.chowdhury@gmail.com>
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 this pull request may close these issues.

3 participants