* mu-msg-flags.[ch]: minor

This commit is contained in:
Dirk-Jan C. Binnema
2010-11-21 13:39:43 +02:00
parent 63f06e756e
commit e9d6540b1f
2 changed files with 43 additions and 41 deletions

View File

@ -69,10 +69,11 @@ typedef enum _MuMsgFlags MuMsgFlags;
/**
* convert the char-per-flag description into a MuMsgFlags value; the characters
* D=draft,F=flagged,N=new,P=passed,R=replied,S=seen,T=trashed
* a=has-attachment,s=signed, x=encrypted
* if any other characters are seen, MU_MSG_FLAG_UNKNOWN is returned.
* convert the char-per-flag description into a MuMsgFlags value; the
* characters
* D=draft,F=flagged,N=new,P=passed,R=replied,S=seen,T=trashed
* a=has-attachment,s=signed, x=encrypted if any other characters are
* seen, MU_MSG_FLAG_UNKNOWN is returned.
*
* @param str a string
*