| Age | Commit message (Collapse) | Author |
|
Just the one bug fix
|
|
Embarrassingly, these were not included in the actual 20.1 release
|
|
|
|
|
|
This is meant as much to jog people's memory as to be definitive.
|
|
When loading configs from Git, the bare branch name (without a
refs/heads/ prefix or similar) matches all branches of that name
(including remote-tracking branches):
.nmbug $ git show-ref config
48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/heads/config
48f3bbf1d1492e5f3d2f01de6ea79a30d3840f20 refs/remotes/origin/config
4b6dbd9ffd152e7476f5101eff26747f34497cee refs/remotes/wking/config
Instead of relying on the ordering of the matching references, use
--heads to ensure we only match local branches.
|
|
|
|
Adds new entry to the NEWS file, and updates the search terms section
of the man page. The search terms section needs to be updated again
once the new section in the documentation covering probablistic terms
has been committed.
|
|
It was becoming increasingly complicated to support rst2man, and there
were apparently not many people that relied on it.
|
|
contrib/notmuch-deliver is presumed obsoleted by notmuch-insert.
|
|
Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed.
Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.
|
|
|
|
notmuch-deliver has no commits for about 2.5 years. notmuch-insert has
all the features that deliver does, and as far as I understand the
error handling has now caught up.
|
|
I decided to err on the side of brevity, since the details are just
below.
|
|
amended by db: capitalized notmuch.
|
|
|
|
News for emacs: allow functions in
notmuch-show-stash-mlarchive-link-alist.
|
|
News for
- cli: add support for notmuch search --duplicate=N with --output=messages
- cli/insert: add post-insert hook
- cli/insert: require succesful message indexing for success statu
|
|
|
|
|
|
|
|
Sync NEWS debian/changelog at the same time, although in those cases it's a downgrade.
|
|
|
|
notmuch 0.18.2 release
|
|
Expand out what the actual test suite changes are, so people have a
better idea if the release is relevant to them.
|
|
notmuch 0.18.2~rc1 release
Conflicts:
NEWS
debian/changelog
|
|
The less said, the less typos to make.
|
|
It blows things up by a factor of six or so, so it's worth giving
people a heads up. It won't effect e.g. Debian, that already builds
with -g and then strips.
|
|
For more details, see the commit message for 7f2cb3be (nmbug:
Translate to Python, 2014-10-03). I realized while writing this that
the 7f2cb3be commit message has:
* 'nmbug log' now execs 'git log', as there's no need to keep the
Python process around once we've launched Git there.
But we dropped that exec in favor of the subprocess approach between
v3 and v4, I just forgot to update the commit message [1].
[1]: id:e630b6763e9d0771718afee41ea15b29bb4a1de8.1409935538.git.wking@tremily.us
http://article.gmane.org/gmane.mail.notmuch.general/19007
|
|
|
|
Implemented as the method `exclude_tag` of the class `Query`. This method takes
one argument, a string containing the name of the tag to exclude.
|
|
For folks that don't like the default templates for whatever reason.
|
|
|
|
Also add precis of NEWS to debian changelog
|
|
This improves the description of the fix, fixes some typos, and
changes "(re)-indexed" to "indexed" because we have no particular
notion of "re-indexing" a message.
|
|
See id:m2vbrsgi7n.fsf@guru.guru-group.fi for details
|
|
Also bump the python bindings version, the NEWS version and the Debian
version.
Since the changelog is (slightly dubiously) metadata, we have to
change it to upload a release candidate.
|
|
This is my summary of the commits from 0.18.
|
|
debian changelog to be done seperately.
|
|
Doing all of the needed version bumps in one commit, and do a
complete, if minimal debian changelog entry
|
|
Wildcard matching was a feature of the probabilistic prefix, and we no
longer have it for the boolean prefix. Also note that top-level folder
can now be searched.
|
|
|
|
|
|
|
|
|
|
|
|
This mentions the things I (subjectively) thought were most likely to
either annoy people or make it worth upgrading.
|
|
|
|
|
|
Related news together.
|