summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
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
2012-04-28man: Document 'config list' commandPeter Wang
Document the 'config list' command and its output.
2012-04-07cli: move show to the new --exclude= option naming scheme.Mark Walters
This moves notmuch show to the --exclude=(true|false) naming scheme. When exclude=false show returns all threads that match including those that only match in an excluded message. The excluded messages are flagged. When exclude=true the behaviour depends on whether --entire-thread is set. If it is not set then show only returns the messages which match and are not excluded. If it is set then show returns all messages in the threads that match in a non-excluded message, flagging the excluded messages in these threads. The rationale is that it is awkward to use a thread with some missing messages.
2012-04-07cli: move search to the new --exclude= naming scheme.Mark Walters
This commit replaces the --no-exclude option with a --exclude=(true|false|flag) option. The default is to omit the excluded messages. The flag option only makes sense if output=summary (as otherwise there is nowhere to print the flag). In summary output exclude=false and exclude=flag give almost identical output: they differ in that with the exclude=flag option the match count (i.e., the x in [x/n] in the output) is the number of matching non-excluded messages rather than the number of matching messages. Note this changes the default for output=summary when no --exclude= option is given: it used to default to flag and now defaults to true (i.e. omit excluded messages). This is neccesary to keep the cli output uncluttered and for speed reasons.
2012-04-07cli: move count to the new --exclude=(true|false|flag) naming scheme.Mark Walters
Move the option --no-exclude to the --exclude= scheme. Since there is no way to flag messages only true and false are implemented. Note that, for consistency with other commands, this is implemented as a keyword option rather than a boolean option.
2012-03-19Merge branch 'release'David Bremner
Conflicts: NEWS Conflicts resolved by hand for date of 0.12 release.
2012-03-19update version to 0.12David Bremner
There may be a few NEWS changes after this, but no code (hopefully).
2012-03-19man: Add --decrypt to reply flagsAdam Wolfe Gordon
2012-03-19man: Update notmuch-reply man page for JSON format.Adam Wolfe Gordon
2012-03-18man: Update raw format documentationAustin Clements
2012-03-18Merge tag '0.12_rc2'David Bremner
notmuch 0.12~rc2 release
2012-03-18bump version to 0.12~rc2David Bremner
2012-03-13Merge branch 'release'David Bremner
2012-03-13man: update SEE ALSO references in man pagesJani Nikula
Drop references to notmuch-part(1). Reference all man pages. Fix man page section of notmuch-dump(1).
2012-03-03Make exclusion visible againDavid Bremner
This reverts dfee0f9 man: remove search.exclude_tags from notmuch-config.1 for 0.12 e83409d NEWS: revert NEWS item for exclude tags for 0.12 e77b031 config: disable addition of exclude tags for 0.12
2012-03-03Merge branch 'release'David Bremner
2012-03-03man: remove search.exclude_tags from notmuch-config.1 for 0.12Mark Walters
2012-03-02man: update manpage for notmuch-show --no-exclude optionMark Walters
2012-03-02cli: Add --no-exclude to the man pages for search and countMark Walters
2012-03-01bump version to 0.12~rc1David Bremner
As usual, only `version' is edited by hand. The rest of the changes I blame on the machine.
2012-02-29doc: minor corrections in notmuch-config.1Pieter Praet
* man/man1/notmuch-config.1 - SYNOPSIS: Remove spaces in 'section.item' arg, and indicate that `notmuch config set' accepts multiple value args. - DESCRIPTION: Correct config option to exclude tags from search results. ('search.exclude_tags' instead of 'search.exclude') Also see commit bb8ab4c8.
2012-02-27man: add references to maildir flag synchronizationJani Nikula
notmuch new, restore, and tag commands support maildir flag synchronization with notmuch tags. Reference the notmuch-config(1) man page about it in the relevant man pages.
2012-02-27man: document the notmuch configuration settings in notmuch-config(1)Jani Nikula
At the risk of duplication between the man page and the configuration file generated by default, document the notmuch configuration options in the notmuch config man page. Existing users of notmuch should not be expected to re-generate their config file in order to get access to the documentation for new configuration options. Include some minor fixes and cleanups while at it.