aboutsummaryrefslogtreecommitdiff
path: root/src/procmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/procmsg.h')
-rw-r--r--src/procmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/procmsg.h b/src/procmsg.h
index 18138bf2..c8c692d1 100644
--- a/src/procmsg.h
+++ b/src/procmsg.h
@@ -128,6 +128,7 @@ typedef guint32 MsgTmpFlags;
#define MSG_IS_ENCRYPTED(msg) (((msg).tmp_flags & MSG_ENCRYPTED) != 0)
#define MSG_IS_IMAP(msg) (((msg).tmp_flags & MSG_IMAP) != 0)
#define MSG_IS_NEWS(msg) (((msg).tmp_flags & MSG_NEWS) != 0)
+#define MSG_IS_SIGNED(msg) (((msg).tmp_flags & MSG_SIGNED) != 0)
#define MSG_IS_MIME(msg) (((msg).tmp_flags & MSG_MIME) != 0)
#define MSG_IS_INVALID(msg) (((msg).tmp_flags & MSG_INVALID) != 0)
#define MSG_IS_RECEIVED(msg) (((msg).tmp_flags & MSG_RECEIVED) != 0)