summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2013-08-03release: synchronize dates0.16David Bremner
man pages, NEWS, and debian changelog all hardcode date. Make them hardcode the same date.
2013-07-28version: set new version and release dateDavid Bremner
These are manually set in version and NEWS, and propagate to the other files via "make update-versions"
2013-07-04man: document insert --create-folderPeter Wang
Add documentation for notmuch insert --create-folder option.
2013-07-01man: document insert --folder optionPeter Wang
Add documentation for notmuch insert --folder option.
2013-06-29man: reference notmuch-insert.1Peter Wang
Add references to notmuch-insert.1 from other man pages.
2013-06-29man: document 'insert' commandPeter Wang
Add initial documentation for notmuch insert command.
2013-06-24revert: Removed top level --stderr= optionTomi 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-29man: documented --stderr=FILE in notmuch.1 manual pageTomi Ollila
2013-05-13man: document search --exclude=allPeter Wang
Document the new search --exclude=all option.
2013-05-12man: clarify search --exclude=flagPeter Wang
Improve the description of the search --exclude=flag option, using text taken from the commit that introduced the option.
2013-05-12man: clarify search --exclude documentationPeter 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-30man: document NOTMUCH_DEBUG_QUERYDavid 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-01man: document notmuch count --batch and --input optionsJani Nikula
2013-03-30man: document notmuch tag --remove-allJani Nikula
2013-03-08man: document the notmuch --config=FILE global optionJani Nikula
2013-03-02man: show and reply --decrypt option requires gpg-agentJani Nikula
2013-02-18Merge branch 'release'David Bremner
add in NEWS from 0.15.2 Conflicts: NEWS
2013-02-17bump versions to 0.15.20.15.2David Bremner
2013-02-08man: document NOTMUCH_TALLOC_REPORT environment variableDavid Bremner
2013-01-24Merge branch 'release'David Bremner
Conflicts: NEWS Inserted news from 0.15.1
2013-01-24version: bump to 0.15.1David Bremner
A simple bugfix release, no user visible changes
2013-01-22man: document existing top level optionsDavid 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-18version: update to 0.15debian/0.15-10.15David Bremner
Bump the version in-place in NEWS.
2013-01-16version: set version to 0.15~rc1David Bremner
This is in some sense a rollback, but it makes all the automation happier if the Debian and upstream versions match.
2013-01-10man: tag changes are applied in the order they are specified in notmuch tagJani Nikula
2013-01-07version: bump to 0.15David Bremner
"Atomically" update the python bindings and man page versions.
2013-01-07man: document notmuch tag --batch, --input optionsJani Nikula
2013-01-06man: 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-26notmuch-tag.1: tidy synopsis formatting, referenceDavid Bremner
Consistently use [...]; one less space. Use singular <search-term>
2012-12-18man: document notmuch search --format=text0Jani Nikula
2012-12-16reply: Support --format-versionAustin Clements
2012-12-16show: Support --format-versionAustin Clements
2012-12-16search: Support --format-versionAustin Clements
2012-12-09notmuch-{dump,restore}.1: document new format optionsDavid Bremner
More or less arbitrarily, notmuch-dump.1 gets the more detailed description of the format.
2012-12-08Updating 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-31man: document the date:since..until range queriesJani Nikula
2012-09-05{., man}/Makefile.local: edit/remove release-checks.sh related targetsTomi 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-21version: propagate version changesDavid Bremner
These are the result of running "make update-versions"
2012-08-06notmuch-restore: replace positional argument for input with optionDavid Bremner
Since notmuch dump doesn't use positional arguments anymore, it seems better to be consistent.
2012-08-06notmuch-dump: remove deprecated positional argument for output fileDavid 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-25man: 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-24man: update man page for the new --body=true|false optionMark Walters
2012-07-09manpages: consistent "format" for NAME sectionTomi 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-03Merge tag '0.13.2'David Bremner
notmuch 0.13.2 release
2012-06-02version: update to 0.13.2David Bremner
2012-05-29Merge branch 'release'David Bremner
2012-05-25cli: fix documentation about --decrypt for showJameson Graef Rollins
Forgot to mention that it implies --verify.
2012-05-25version: bump to 0.13.1David Bremner
2012-05-15version: bump to 0.13David Bremner
2012-05-08bump version to 0.13~rc1debian/0.13_rc1-10.13_rc1David Bremner