This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git
The following commit(s) were added to refs/heads/master by this push: new 0534ccb Docco fix 0534ccb is described below commit 0534ccbd399f9addc2fb382a0a735bb07d300733 Author: Sebb <s...@apache.org> AuthorDate: Mon Jul 22 18:35:01 2019 +0100 Docco fix --- site/api/notifications.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/api/notifications.lua b/site/api/notifications.lua index c246b6e..2b7cd19 100644 --- a/site/api/notifications.lua +++ b/site/api/notifications.lua @@ -15,8 +15,8 @@ limitations under the License. ]]-- --- This is thread.lua - a script for fetching a thread based on a message --- that is in said thread. +-- This is notifications.lua - a script for fetching up to 50 email notifications +-- also marks an email as seen if required local JSON = require 'cjson' local elastic = require 'lib/elastic'