Add mailfilter for Nolt notifications

master
Lukas Bestle 4 years ago
parent 864c7c3ec8
commit 633d9b0889
Signed by: lukas
GPG Key ID: 692037D104550FC9

@ -6,11 +6,16 @@ MAILDIR="$HOME/users/lukas" # default Maildir
if ( $MAILDIR =~ /\/lukas$/ )
{
# deliver GitHub notifications to the Kirby folders
# deliver Nolt and GitHub notifications to the Kirby folders
`test -d "$MAILDIR/.Kirby2"; or maildirmake "$MAILDIR/.Kirby2"`
`test -d "$MAILDIR/.Kirby3"; or maildirmake "$MAILDIR/.Kirby3"`
if( /^From: .*? <notifications@nolt\.io>$/:h)
{
MAILDIR="$MAILDIR/.Kirby3"
}
if( /^List-Archive: https:\/\/github.com\/getkirby-v2\//:h )
{
MAILDIR="$MAILDIR/.Kirby2"

Loading…
Cancel
Save