Removed an unused parameter from CtdlSubmitMsg(). Why was it even there?
[citadel.git] / citadel / modules / inboxrules / serv_inboxrules.c
2020-12-14 Art CancroRemoved an unused parameter from CtdlSubmitMsg(). ...
2020-12-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2020-12-06 Art Cancrofix to auto generated messages from inbox handler
2020-11-29 Art CancroWhen comparing the sender, compare both the name and...
2020-11-28 Art CancroJust a little bit less debug logging
2020-11-28 Art CancroSend a hash of an auto-response to the use table. ...
2020-11-28 Art CancroImplemented the 'vacation' action
2020-11-28 Art CancroRecord the 'last message processed' in the user record...
2020-11-27 Art CancroThis may be the completion of the rewrite bits. Need...
2020-11-25 Art Cancroinbox_do_reject() does not need to return a value,...
2020-11-24 Art Cancrocompleted the 'redirect' action
2020-11-23 Art CancroThere is no tabs vs. spaces debate. There are only...
2020-11-23 Art CancroCompleted the 'fileinto' action
2020-11-22 Art CancroAction functions will return a keep or delete instruction
2020-11-22 Art CancroWhen appropriate, delete the message from the inbox...
2020-11-22 Art CancroDecided not to attempt normalizing the parameters to...
2020-11-22 Art CancroCompleted the code for the 'reject' action
2020-11-21 Art CancroImplemented keep_message flag to determine whether...
2020-11-20 Art Cancrofleshed out the actions in pseudocode
2020-11-20 Art CancroImplemented the 'stop' final action
2020-11-19 Art CancroField comparison code is functionally complete
2020-11-16 Art Cancrofilled out some of the field comparison code
2020-10-21 Art Cancromore inbox filter testing, and yes the build is still...
2020-10-04 Art Cancromore work on the inboxrules module. don't run this...
2020-08-23 Art CancroMore chiseling away at the replacement inbox filter.
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2020-07-25 Art CancroNext step for inbox rules processing: retrieve each...
2020-07-23 Art Cancrook, we're actually at the point now where we can fetch...
2020-07-23 Art Cancroshift around the order of the functions because we...
2020-07-22 Art Cancrowork on serialization schtuffs
2020-07-17 Art CancroPlease substitute this comment with whatever you feel...
2020-07-16 Art CancroHandling is now to the point where user accounts requir...
2020-07-16 Art Cancromodule 'sieve' is renamed to 'inboxrules'