Update 2022-12-08 13:17 OpenBSD/amd64

This commit is contained in:
c0dev0id
2022-12-08 13:17:01 +01:00
parent bacc864a23
commit bfa921461c
18 changed files with 1111 additions and 0 deletions

8
.mutt/scripts/display-filter Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
cat - \
| sed 's|\[--\(.*unsupported.*\)--\]$|## Attachment:\1|g' \
| egrep -v '\[-- Attachment #1 --\]$' \
| egrep -v '\[-- Type.* --\]$' \
| fgrep -v "WARNING: We have NO indication" \
| cat -s