* optionally ignore invalid (unknown) message flag letters, update callers

This commit is contained in:
djcb
2012-06-01 14:03:43 +02:00
parent 7008e108ae
commit 895ab10a4b
6 changed files with 22 additions and 11 deletions

View File

@ -250,8 +250,8 @@ time_t mu_msg_get_date (MuMsg *msg);
*
* @param msg valid MuMsg* instance
*
* @return the fileflags as logically OR'd #Mu MsgFlags or 0 if
* there are none.
* @return the file/content flags as logically OR'd #MuMsgFlags or 0
* if there are none. Non-standard flags are ignored.
*/
MuFlags mu_msg_get_flags (MuMsg *msg);