aboutsummaryrefslogtreecommitdiff
path: root/contrib/notmuch-mutt/README
AgeCommit message (Collapse)Author
2023-05-27notmuch-mutt: replace extra command with notmuch thread search featurePaul Wise
This should be be slightly faster since it avoids forking a shell and is less code in and less dependencies for the script. Since String::ShellQuote isn't used elsewhere, drop mention of it.
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
Many of the external links found in the notmuch source can be resolved using https instead of http. This changeset addresses as many as i could find, without touching the e-mail corpus or expected outputs found in tests.
2015-02-16notmuch-mutt: support for messages that lack Message-ID headersStefano Zacchiroli
For those messages, compute a synthetic Message-ID based on the SHA1 of the whole message, in the same way that notmuch would do. See: http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/sha1.c To do the above, rewrite get_message_id() to accumulate header lines, parse them to check for Message-ID, and fallback to SHA1 computation if it is not present. Thanks to: - Jan N. Klug for preliminary versions of this patch - Tomi Ollila for suggesting an elegant implementation
2015-02-16notmuch-mutt README: use metacpn.org/* as deps homepagesStefano Zacchiroli
2013-09-08notmuch-mutt: use notmuch --duplicate flagKevin McCarthy
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.
2012-11-16Update notmuch-mutt requirements in README file.Kevin J. McCarthy
This updates the notmuch-mutt README file with requirements for the recently added duplicate removal patch. -Kevin
2012-03-30contrib: new mutt-notmuch utility for Mutt integrationStefano Zacchiroli