[Commits] [SCM] claws branch, master, updated. 3.15.0-184-g61c5435
ticho at claws-mail.org
ticho at claws-mail.org
Sun Dec 3 01:15:08 CET 2017
The branch, master has been updated
via 61c5435f4202f3f2d7fabec41412f73f6974aaaa (commit)
from 2a0a1514b240c883695a8d8ccbccf85d7e03f80b (commit)
Summary of changes:
src/procmsg.h | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit 61c5435f4202f3f2d7fabec41412f73f6974aaaa
Author: Olaf Hering <olaf at aepfle.de>
Date: Wed Nov 22 18:03:14 2017 +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 at aepfle.de>
diff --git a/src/procmsg.h b/src/procmsg.h
index 9b143f1..0f46515 100644
--- 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)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list