talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 61c5435f4202f3f2d7fabec41412f73f6974aaaa
parent 2a0a1514b240c883695a8d8ccbccf85d7e03f80b
Author: Olaf Hering <olaf@aepfle.de>
Date:   Wed, 22 Nov 2017 18:03:14 +0100

Remove stale MSG_IS_RETRCPT_PENDING

The bitflag MSG_RETRCPT_PENDING is not defined, the existing flags do not
indicate a typo. Remove this stale macro to avoid confusion.

Signed-off-by: Olaf Hering <olaf@aepfle.de>

Diffstat:
Msrc/procmsg.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/procmsg.h b/src/procmsg.h @@ -145,7 +145,6 @@ /* Claws related flags */ #define MSG_IS_IGNORE_THREAD(msg) (((msg).perm_flags & MSG_IGNORE_THREAD) != 0) -#define MSG_IS_RETRCPT_PENDING(msg) (((msg).perm_flags & MSG_RETRCPT_PENDING) != 0) #define MSG_IS_RETRCPT_SENT(msg) (((msg).perm_flags & MSG_RETRCPT_SENT) != 0) #define MSG_IS_RETRCPT_GOT(msg) (((msg).perm_flags & MSG_RETRCPT_GOT) != 0) #define MSG_IS_SPAM(msg) (((msg).perm_flags & MSG_SPAM) != 0)