X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=blobdiff_plain;f=classes%2Fpluginhost.php;h=f40705dd10694a2cd53b43a1e475747ab0cfe84f;hp=5c545d18b281b6ac9ccfa627ca29c4f751e82e0d;hb=57932e183745bada9c6183056597cb5276f68d10;hpb=643d1919cc27a80aff424970b337e83be72720d1 diff --git a/classes/pluginhost.php b/classes/pluginhost.php index 5c545d18..f40705dd 100755 --- a/classes/pluginhost.php +++ b/classes/pluginhost.php @@ -57,6 +57,7 @@ class PluginHost { const HOOK_FEED_BASIC_INFO = 36; const HOOK_SEND_LOCAL_FILE = 37; const HOOK_UNSUBSCRIBE_FEED = 38; + const HOOK_SEND_MAIL = 39; const KIND_ALL = 1; const KIND_SYSTEM = 2;