From 085d74897fb1bf333229a41d500b627a41823b01 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 29 Jun 2021 08:35:48 +0200 Subject: [PATCH] Updated IMAP Push Notifications (markdown) --- IMAP-Push-Notifications.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/IMAP-Push-Notifications.md b/IMAP-Push-Notifications.md index ec1aff8..11ac4f8 100644 --- a/IMAP-Push-Notifications.md +++ b/IMAP-Push-Notifications.md @@ -100,10 +100,6 @@ function table_get(t, k, d) return t[k] or d end -function script_init() - return 0 -end - function dovecot_lua_notify_begin_txn(user) local meta = user:metadata_get("/private/vendor/vendor.dovecot/http-notify") if (meta == nil or meta:sub(1,5) ~= "user=")