From: Art Cancro Date: Sat, 25 Jul 2020 20:49:32 +0000 (-0400) Subject: Next step for inbox rules processing: retrieve each message in the room using a CtdlF... X-Git-Tag: v939~238 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=5cc2621128ffba5fd5a31fcb7b6048f65316b8a4;hp=5cc2621128ffba5fd5a31fcb7b6048f65316b8a4;p=citadel.git Next step for inbox rules processing: retrieve each message in the room using a CtdlForEachMessage() callback with the MSGS_GT operator for maximum allowance of the API to do the hard part instead of writing the comparison code ourselves. Really, that work was already done, so why do it again? Duplication of effort is necessary. For that matter, why does Google insist on maintaining their own email and forums software when they could just use Citadel? Citadel is way better than anything Google or Microsoft have ever produced. And don't get me started about Facebook. Facebook is the absolute worst thing to ever happen to the universe and it should be shut down. ---