]> git.notmuchmail.org Git - notmuch/commit
notmuch show: Fix to work with any search string rather than just a thread ID.
authorCarl Worth <cworth@cworth.org>
Thu, 5 Nov 2009 18:23:04 +0000 (10:23 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 5 Nov 2009 18:23:04 +0000 (10:23 -0800)
commit494c74229bb8bdfc8571ce5de20a7beb0333c5f2
tree39dbb524fe187e3c0dc6649fd06922de92f26cf8
parent2b576c62bed77cf2ce60534ce84e31d3307356f6
notmuch show: Fix to work with any search string rather than just a thread ID.

The more general command is more consistent, and more useful.

We also fix "notmuch search" to output copy-and-pasteable search terms
for the thread with "thread:" prepended already. Similarly, the
message-ID in the output of "notmuch show" is also now printed as a
valid search term, ("id:<message-id>" rather than "ID: <message-id>").

Naturally, the emacs code is also changed to track these changes.
notmuch.c
notmuch.el