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 and load Mailspring
- From the menu, select
Developer > Install a Package Manually...
from the dialog, choose the directory of this plugin to install it
Install node_modules
with yarn
command.
Once you have finish your edits in the src
folder, compile with yarn build
.