diff options
author | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-21 13:48:51 -0500 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2020-12-21 13:48:51 -0500 |
commit | ba02bab54366ef4a90eb9405e4d64a9e33c3fd82 (patch) | |
tree | dd9956e3aaf37347479ae59c4be4c33db606bbc0 /man/b4.5.rst | |
parent | 855249595ee15894d2c407457b77780611969f9d (diff) | |
download | b4-ba02bab54366ef4a90eb9405e4d64a9e33c3fd82.tar.gz |
Add -f to "b4 mbox" to filter dupes
When saving to a maildir, add option to filter out dupes. Note, that
this requires going through the entire maildir to collect message-ids,
so it's not going to be a great experience on large maildirs.
Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'man/b4.5.rst')
-rw-r--r-- | man/b4.5.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/b4.5.rst b/man/b4.5.rst index e21ed71..ee05675 100644 --- a/man/b4.5.rst +++ b/man/b4.5.rst @@ -63,6 +63,7 @@ optional arguments: -m LOCALMBOX, --use-local-mbox LOCALMBOX Instead of grabbing a thread from lore, process this mbox file -C, --no-cache Do not use local cache + -f, --filter-dupes When adding messages to existing maildir, filter out duplicates *Example*: b4 mbox 20200313231252.64999-1-keescook@chromium.org |