Simple, naive implementation of Avatars in the Message List.
Add avatar before each email you receive, no more, no less !
No caching, might do a lot of image requests.
Fork of emadow project, thanks for his work !
- Grab the latest release
- Extract
mailspring-avatars-xxx.zip
somewhere - From the Mailspring menu, select
Developer > Install a Plugin...
. In the dialog, choose the folder that was extracted from the zip file to install the plugin
- Clone the project
- Install
node_modules
withyarn
command - Once you have finish your edits in the
src
folder, compile withyarn build