diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-11-29 14:17:32 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-11-29 14:17:32 +0000 |
| commit | 68d70fb899dcf057f731f0cd038d65bc49dea2a8 (patch) | |
| tree | 394425eddbcacab5bbadd5351efe6f7671302abe /roundcubemail/program/include | |
| parent | 94cf2f11feeb8448995f83967f032768dd7c05df (diff) | |
Track message disposition notification flag and headers
git-svn-id: https://svn.roundcube.net/trunk@933 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_imap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/include/rcube_imap.inc b/roundcubemail/program/include/rcube_imap.inc index 56859b300..2d947a4fd 100644 --- a/roundcubemail/program/include/rcube_imap.inc +++ b/roundcubemail/program/include/rcube_imap.inc @@ -939,7 +939,7 @@ class rcube_imap /** * 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 @@ class rcube_imap * 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) |
