mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
implement mail plugin using mailto: links; deprecate mail plugin
This commit is contained in:
@@ -670,6 +670,8 @@ function hotkey_handler(e) {
|
||||
case "email_article":
|
||||
if (typeof emailArticle != "undefined") {
|
||||
emailArticle();
|
||||
} else if (typeof mailtoArticle != "undefined") {
|
||||
mailtoArticle();
|
||||
} else {
|
||||
alert(__("Please enable mail plugin first."));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user