updated by /home/nico/bin/sync-all-repos on nb3
This commit is contained in:
parent
8a4ad560b7
commit
68cd2d576d
1 changed files with 5 additions and 0 deletions
5
fix-duplicate-mail-ids
Normal file
5
fix-duplicate-mail-ids
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
ID=$1; shift
|
||||
|
||||
find ~/Maildir -name "*U=${ID}:*" -exec ls -l {} \;
|
Loading…
Reference in a new issue