1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:25:56 +00:00

implement mail plugin using mailto: links; deprecate mail plugin

This commit is contained in:
Andrew Dolgov
2013-03-19 18:32:49 +04:00
parent 4b74648909
commit 1d5cf085a3
7 changed files with 136 additions and 7 deletions

View File

@@ -126,6 +126,11 @@ class Feeds extends Handler_Protected {
"</option>";
}
if ($pluginhost->get_plugin("mailto")) {
$reply .= "<option value=\"mailtoArticle(false)\">".__('Forward by email').
"</option>";
}
$reply .= "<option value=\"0\" disabled=\"1\">".__('Feed:')."</option>";
$reply .= "<option value=\"catchupPage()\">".__('Mark as read')."</option>";