Update 2022-12-08 13:17 OpenBSD/amd64
This commit is contained in:
8
.mutt/scripts/display-filter
Executable file
8
.mutt/scripts/display-filter
Executable 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
|
||||
Reference in New Issue
Block a user