diff options
author | Kevin McCarthy <kevin@8t8.us> | 2013-09-04 19:05:50 -0700 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-09-08 22:41:38 -0300 |
commit | f354b90d5e9a250818c4820c64b64c7fe4facbbf (patch) | |
tree | 29fef2cd099f5cc03852df6476a84bfa1daeff36 /contrib/notmuch-mutt/README | |
parent | 4ceeaf8038ff241f438ad2a5d0bbda1c78aee385 (diff) |
notmuch-mutt: use notmuch --duplicate flag
Change notmuch-mutt to use the new --duplicate=1 flag for duplicate
removal. This will remove duplicates based on message-id at the
notmuch level. Previously we were using fdupes or generating sha sums
after the search.
This version will be faster, but will enable the possibility of hiding
search results due to accidental/malicious duplicate message-ids.
Diffstat (limited to 'contrib/notmuch-mutt/README')
-rw-r--r-- | contrib/notmuch-mutt/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/notmuch-mutt/README b/contrib/notmuch-mutt/README index e00035c6..382ac911 100644 --- a/contrib/notmuch-mutt/README +++ b/contrib/notmuch-mutt/README @@ -41,11 +41,6 @@ To *run* notmuch-mutt you will need Perl with the following libraries: (Debian package: libstring-shellquote-perl) - Term::ReadLine <http://search.cpan.org/~hayashi/Term-ReadLine-Gnu/> (Debian package: libterm-readline-gnu-perl) -- File::Which <http://search.cpan.org/dist/File-Which/> - (Debian package: libfile-which-perl) - -The --remove-dups option will use fdupes <https://code.google.com/p/fdupes/> -if it is installed. Version fdupes-1.50-PR2 or higher is required. To *build* notmuch-mutt documentation you will need: |