* Add a "dedup" command to the mailutil program. The format is as
commit83af74256b163fdf15d6d97c660a3783f930b98d
authorEduardo Chappa <chappa@washington.edu>
Mon, 18 Apr 2016 03:11:02 +0000 (17 21:11 -0600)
committerEduardo Chappa <chappa@washington.edu>
Mon, 18 Apr 2016 03:11:02 +0000 (17 21:11 -0600)
tree2612bb7da618fb8f20cbb7efe9210be9c8efd01d
parent1b64ebe9b934d70fe6373b52e4adb247fda5f448
   * Add a "dedup" command to the mailutil program. The format is as
     follows:

mailutil dedup MAILBOX

     This command will open MAILBOX and remove duplicates of messages.
     Two messages are duplicate of each other if they have the same
     message-id. If a message does not have a message-id, it is not
     deleted. If MAILBOX is omitted, then INBOX is assumed.
imap/src/mailutil/mailutil.1
imap/src/mailutil/mailutil.c