diff options
Diffstat (limited to 'imap/src/mailutil/mailutil.1')
-rw-r--r-- | imap/src/mailutil/mailutil.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/imap/src/mailutil/mailutil.1 b/imap/src/mailutil/mailutil.1 index 964fb1b8..c33bb53b 100644 --- a/imap/src/mailutil/mailutil.1 +++ b/imap/src/mailutil/mailutil.1 @@ -25,6 +25,8 @@ command-specific switches. .PP .B mailutil create MAILBOX .PP +.B mailutil dedup MAILBOX +.PP .B mailutil delete MAILBOX .PP .B mailutil rename SOURCE DESTINATION @@ -69,6 +71,11 @@ character. For example, the command .br will create a new mailbox named "junkmail" in mbx format. .PP +.B mailutil dedup +removes messages that have the same message-id header in a +.I mailbox. +Messages that do not have a message-id header are not removed. +.PP .B mailutil delete deletes an existing .I mailbox |