From ed54070eb5c942e9745efd7ad57a4ff02deeaf04 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 29 Nov 2007 09:17:32 -0500 Subject: [PATCH] Track message disposition notification flag and headers --- program/include/rcube_imap.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/include/rcube_imap.inc b/program/include/rcube_imap.inc index 56859b3..2d947a4 100644 --- a/program/include/rcube_imap.inc +++ b/program/include/rcube_imap.inc @@ -939,7 +939,7 @@ /** * Check if the given message ID is part of the current search set * - * @return True on match or if no search request is stored + * @return boolean True on match or if no search request is stored */ function in_searchset($msgid) { @@ -1290,7 +1290,7 @@ * Set message flag to one or several messages * * @param mixed Message UIDs as array or as comma-separated string - * @param string Flag to set: SEEN, UNDELETED, DELETED, RECENT, ANSWERED, DRAFT + * @param string Flag to set: SEEN, UNDELETED, DELETED, RECENT, ANSWERED, DRAFT, MDNSENT * @return boolean True on success, False on failure */ function set_flag($uids, $flag) -- Gitblit v1.9.1