nsbin/fix-duplicate-mail-ids
Nico Schottelius 18d05d9b37
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
updated by /home/nico/bin/sync-all-repos on nb3
2024-05-08 13:36:17 +02:00

5 lines
77 B
Bash
Executable file

#!/bin/sh
ID=$1; shift
find ~/Maildir -name "*U=${ID}:*" -exec ls -l {} \;