Skip to content

Striffly/mailspring-avatars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avatars for Mailspring

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 !

Screenshot

Installing

  1. Grab the latest release
  2. Extract mailspring-avatars-xxx.zip somewhere
  3. 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

Build / contribute

  1. Clone the project
  2. Install node_modules with yarn command
  3. Once you have finish your edits in the src folder, compile with yarn build