Closes #4633. Geary will now handle mailto links and can be set up as the default email client.

This commit is contained in:
Nate Lillich 2012-04-24 18:28:45 -07:00
parent 94e909d3ca
commit a56014ce38
8 changed files with 119 additions and 19 deletions

View file

@ -2,6 +2,7 @@ set(ICONS_DEST share/geary/icons)
install(FILES archive-icon.png DESTINATION ${ICONS_DEST})
install(FILES geary.png DESTINATION ${ICONS_DEST})
install(FILES geary.png DESTINATION share/icons/hicolor/scalable/apps)
install(FILES multiple-tags.png DESTINATION ${ICONS_DEST})
install(FILES non-starred-grey.png DESTINATION ${ICONS_DEST})
install(FILES one-tag.png DESTINATION ${ICONS_DEST})