1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 09:07:09 +00:00

mail plugin: cleanup disabled completion, add configurable destination email list

This commit is contained in:
Andrew Dolgov
2014-07-02 10:38:59 +04:00
parent 18c1b21d28
commit 3e0f2090bf
3 changed files with 64 additions and 12 deletions

View File

@@ -1747,7 +1747,7 @@
return $rv;
}
function save_email_address($email) {
/* function save_email_address($email) {
// FIXME: implement persistent storage of emails
if (!$_SESSION['stored_emails'])
@@ -1755,7 +1755,7 @@
if (!in_array($email, $_SESSION['stored_emails']))
array_push($_SESSION['stored_emails'], $email);
}
} */
function get_feed_access_key($feed_id, $is_cat, $owner_uid = false) {