X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/e2591d17d590847dd54544278b77dde413d00fac..7a1d7a85ab25e264f9ce494a4525e8fe7247406b:/procmail/defines diff --git a/procmail/defines b/procmail/defines index e96e7f0..c79f5d5 100644 --- a/procmail/defines +++ b/procmail/defines @@ -225,7 +225,7 @@ JUSTME # DISABLE_DELAYS # if set, disables delaying messages -DISABLE_DELAYS +DISABLE_DELAYS=true # DELAY # argument to /bin/date -d to indicate a message delay. This is overridden by @@ -237,4 +237,9 @@ DELAY # released. Overrides DELAY. RELEASE +# MARK_READ +# when set, causes mails to be marked as read when delivered. Can be +# initialised with DELIVER_READ +MARK_READ=$DELIVER_READ + # vim:ft=procmail