Re: [Dovecot] deleting duplicate mail?
14 Jan
2013
14 Jan
'13
10:10 p.m.
On Mon, 14 Jan 2013, joakim@verona.se writes:
Due to a misstake I got many duplicate emails in my inbox folder.
Ironic mispeling.
If the UIDs are just headers, why don't you simply checksum without them:
sed -e '/^Whatever-header:/d' < $file | md5sum
grep -Ev '^Whatever-header:' < $file | md5sum
Joseph Tam <jtam.home@gmail.com>
4579
Age (days ago)
4579
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joseph Tam