updated by /home/nico/bin/sync-all-repos on nb3

This commit is contained in:
Nico Schottelius 2022-07-18 12:12:28 +02:00
parent 8a4ad560b7
commit 68cd2d576d
1 changed files with 5 additions and 0 deletions

5
fix-duplicate-mail-ids Normal file
View File

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