Add FIXME comment for lost "signed" flag

This commit is contained in:
Foivos S. Zakkak 2015-02-16 02:12:16 +02:00
parent edd463186e
commit 3cfb5b0795
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,8 @@ msg_cflags_cb (GMimeObject *parent, GMimeObject *part, MuFlags *flags)
if (GMIME_IS_MULTIPART_SIGNED(part))
*flags |= MU_FLAG_SIGNED;
/* FIXME: An encrypted part might be signed at the same time.
* In that case the signed flag is lost. */
if (GMIME_IS_MULTIPART_ENCRYPTED(part))
*flags |= MU_FLAG_ENCRYPTED;