| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-03 | release: synchronize dates0.16 | David Bremner | |
| man pages, NEWS, and debian changelog all hardcode date. Make them hardcode the same date. | |||
| 2013-07-28 | version: set new version and release date | David Bremner | |
| These are manually set in version and NEWS, and propagate to the other files via "make update-versions" | |||
| 2013-07-04 | man: document insert --create-folder | Peter Wang | |
| Add documentation for notmuch insert --create-folder option. | |||
| 2013-07-01 | man: document insert --folder option | Peter Wang | |
| Add documentation for notmuch insert --folder option. | |||
| 2013-06-29 | man: reference notmuch-insert.1 | Peter Wang | |
| Add references to notmuch-insert.1 from other man pages. | |||
| 2013-06-29 | man: document 'insert' command | Peter Wang | |
| Add initial documentation for notmuch insert command. | |||
| 2013-06-24 | revert: Removed top level --stderr= option | Tomi Ollila | |
| While looked good on paper, its attempted use caused confusion, complexity, and potential for information leak when passed through wrapper scripts. For slimmer code and to lessen demand for maintenance/support the set of commits which added top level --stderr= option is now reverted. | |||
| 2013-05-29 | man: documented --stderr=FILE in notmuch.1 manual page | Tomi Ollila | |
| 2013-05-13 | man: document search --exclude=all | Peter Wang | |
| Document the new search --exclude=all option. | |||
| 2013-05-12 | man: clarify search --exclude=flag | Peter Wang | |
| Improve the description of the search --exclude=flag option, using text taken from the commit that introduced the option. | |||
| 2013-05-12 | man: clarify search --exclude documentation | Peter Wang | |
| Highlight "excluded messages" as a term with a meaning that may not be obvious. Be explicit about the effects of search --exclude=true and --exclude=false. | |||
| 2013-04-30 | man: document NOTMUCH_DEBUG_QUERY | David Bremner | |
| This is is really functionality of the library, but CLI users might not look at library docs even if they existed beyond notmuch.h | |||
| 2013-04-01 | man: document notmuch count --batch and --input options | Jani Nikula | |
| 2013-03-30 | man: document notmuch tag --remove-all | Jani Nikula | |
| 2013-03-08 | man: document the notmuch --config=FILE global option | Jani Nikula | |
| 2013-03-02 | man: show and reply --decrypt option requires gpg-agent | Jani Nikula | |
| 2013-02-18 | Merge branch 'release' | David Bremner | |
| add in NEWS from 0.15.2 Conflicts: NEWS | |||
| 2013-02-17 | bump versions to 0.15.20.15.2 | David Bremner | |
| 2013-02-08 | man: document NOTMUCH_TALLOC_REPORT environment variable | David Bremner | |
| 2013-01-24 | Merge branch 'release' | David Bremner | |
| Conflicts: NEWS Inserted news from 0.15.1 | |||
| 2013-01-24 | version: bump to 0.15.1 | David Bremner | |
| A simple bugfix release, no user visible changes | |||
| 2013-01-22 | man: document existing top level options | David Bremner | |
| The options --help and --version were not documented before. One could quibble about how useful that documentation is, but we will soon add more options. | |||
| 2013-01-18 | version: update to 0.15debian/0.15-10.15 | David Bremner | |
| Bump the version in-place in NEWS. | |||
| 2013-01-16 | version: set version to 0.15~rc1 | David Bremner | |
| This is in some sense a rollback, but it makes all the automation happier if the Debian and upstream versions match. | |||
| 2013-01-10 | man: tag changes are applied in the order they are specified in notmuch tag | Jani Nikula | |
| 2013-01-07 | version: bump to 0.15 | David Bremner | |
| "Atomically" update the python bindings and man page versions. | |||
| 2013-01-07 | man: document notmuch tag --batch, --input options | Jani Nikula | |
| 2013-01-06 | man: Update notmuch-dump(1) and notmuch-restore(1) | Austin Clements | |
| Describe the new batch-tag format. For notmuch-restore, rather than half-heartedly duplicating the description, we now cite notmuch-dump. | |||
| 2012-12-26 | notmuch-tag.1: tidy synopsis formatting, reference | David Bremner | |
| Consistently use [...]; one less space. Use singular <search-term> | |||
| 2012-12-18 | man: document notmuch search --format=text0 | Jani Nikula | |
| 2012-12-16 | reply: Support --format-version | Austin Clements | |
| 2012-12-16 | show: Support --format-version | Austin Clements | |
| 2012-12-16 | search: Support --format-version | Austin Clements | |
| 2012-12-09 | notmuch-{dump,restore}.1: document new format options | David Bremner | |
| More or less arbitrarily, notmuch-dump.1 gets the more detailed description of the format. | |||
| 2012-12-08 | Updating man pages for new S-Expression output format. | Peter Feigl | |
| Add sections about the new S-Expression output format (--format=sexp) to the notmuch-search, notmuch-reply and notmuch-show man pages. | |||
| 2012-10-31 | man: document the date:since..until range queries | Jani Nikula | |
| 2012-09-05 | {., man}/Makefile.local: edit/remove release-checks.sh related targets | Tomi Ollila | |
| Use new target release-checks in place of verify-version-debian, verify-version-python verify-version-manpage. This target executes devel/release-checks.sh which does all the verifications the three dropped targets did, and some more. | |||
| 2012-08-21 | version: propagate version changes | David Bremner | |
| These are the result of running "make update-versions" | |||
| 2012-08-06 | notmuch-restore: replace positional argument for input with option | David Bremner | |
| Since notmuch dump doesn't use positional arguments anymore, it seems better to be consistent. | |||
| 2012-08-06 | notmuch-dump: remove deprecated positional argument for output file | David Bremner | |
| The syntax --output=filename is a smaller change than deleting the output argument completely, and conceivably useful e.g. when running notmuch under a debugger. | |||
| 2012-07-25 | man: show: update man page for entire-thread and json. | Mark Walters | |
| Previously in notmuch show --format=json implied --entire-thread. This is still the default but it is now possible to disable this. Update the manpage to reflect this. | |||
| 2012-07-24 | man: update man page for the new --body=true|false option | Mark Walters | |
| 2012-07-09 | manpages: consistent "format" for NAME section | Tomi Ollila | |
| The NAME section in manpages generally doesn't start with capital letter (unless the word is 'proper noun') and doesn't end with period. Notmuch manual pages now matches that "format". | |||
| 2012-06-03 | Merge tag '0.13.2' | David Bremner | |
| notmuch 0.13.2 release | |||
| 2012-06-02 | version: update to 0.13.2 | David Bremner | |
| 2012-05-29 | Merge branch 'release' | David Bremner | |
| 2012-05-25 | cli: fix documentation about --decrypt for show | Jameson Graef Rollins | |
| Forgot to mention that it implies --verify. | |||
| 2012-05-25 | version: bump to 0.13.1 | David Bremner | |
| 2012-05-15 | version: bump to 0.13 | David Bremner | |
| 2012-05-08 | bump version to 0.13~rc1debian/0.13_rc1-10.13_rc1 | David Bremner | |
