aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
Commit message (Collapse)AuthorAge
* version: set new version and release dateGravatar David Bremner2013-07-28
| | | | | These are manually set in version and NEWS, and propagate to the other files via "make update-versions"
* man: document insert --create-folderGravatar Peter Wang2013-07-04
| | | | Add documentation for notmuch insert --create-folder option.
* man: document insert --folder optionGravatar Peter Wang2013-07-01
| | | | Add documentation for notmuch insert --folder option.
* man: reference notmuch-insert.1Gravatar Peter Wang2013-06-29
| | | | Add references to notmuch-insert.1 from other man pages.
* man: document 'insert' commandGravatar Peter Wang2013-06-29
| | | | Add initial documentation for notmuch insert command.
* revert: Removed top level --stderr= optionGravatar Tomi Ollila2013-06-24
| | | | | | | 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.
* man: documented --stderr=FILE in notmuch.1 manual pageGravatar Tomi Ollila2013-05-29
|
* man: document search --exclude=allGravatar Peter Wang2013-05-13
| | | | Document the new search --exclude=all option.
* man: clarify search --exclude=flagGravatar Peter Wang2013-05-12
| | | | | Improve the description of the search --exclude=flag option, using text taken from the commit that introduced the option.
* man: clarify search --exclude documentationGravatar Peter Wang2013-05-12
| | | | | | | | 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.
* man: document NOTMUCH_DEBUG_QUERYGravatar David Bremner2013-04-30
| | | | | This is is really functionality of the library, but CLI users might not look at library docs even if they existed beyond notmuch.h
* man: document notmuch count --batch and --input optionsGravatar Jani Nikula2013-04-01
|
* man: document notmuch tag --remove-allGravatar Jani Nikula2013-03-30
|
* man: document the notmuch --config=FILE global optionGravatar Jani Nikula2013-03-08
|
* man: show and reply --decrypt option requires gpg-agentGravatar Jani Nikula2013-03-02
|
* Merge branch 'release'Gravatar David Bremner2013-02-18
|\ | | | | | | | | | | | | add in NEWS from 0.15.2 Conflicts: NEWS
| * bump versions to 0.15.2Gravatar David Bremner2013-02-17
| |
* | man: document NOTMUCH_TALLOC_REPORT environment variableGravatar David Bremner2013-02-08
| |
* | Merge branch 'release'Gravatar David Bremner2013-01-24
|\| | | | | | | | | | | | | Conflicts: NEWS Inserted news from 0.15.1
| * version: bump to 0.15.1Gravatar David Bremner2013-01-24
| | | | | | | | A simple bugfix release, no user visible changes
* | man: document existing top level optionsGravatar David Bremner2013-01-22
|/ | | | | | 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.
* version: update to 0.15Gravatar David Bremner2013-01-18
| | | | Bump the version in-place in NEWS.
* version: set version to 0.15~rc1Gravatar David Bremner2013-01-16
| | | | | This is in some sense a rollback, but it makes all the automation happier if the Debian and upstream versions match.
* man: tag changes are applied in the order they are specified in notmuch tagGravatar Jani Nikula2013-01-10
|
* version: bump to 0.15Gravatar David Bremner2013-01-07
| | | | "Atomically" update the python bindings and man page versions.
* man: document notmuch tag --batch, --input optionsGravatar Jani Nikula2013-01-07
|
* man: Update notmuch-dump(1) and notmuch-restore(1)Gravatar Austin Clements2013-01-06
| | | | | Describe the new batch-tag format. For notmuch-restore, rather than half-heartedly duplicating the description, we now cite notmuch-dump.
* notmuch-tag.1: tidy synopsis formatting, referenceGravatar David Bremner2012-12-26
| | | | Consistently use [...]; one less space. Use singular <search-term>
* man: document notmuch search --format=text0Gravatar Jani Nikula2012-12-18
|
* reply: Support --format-versionGravatar Austin Clements2012-12-16
|
* show: Support --format-versionGravatar Austin Clements2012-12-16
|
* search: Support --format-versionGravatar Austin Clements2012-12-16
|
* notmuch-{dump,restore}.1: document new format optionsGravatar David Bremner2012-12-09
| | | | | More or less arbitrarily, notmuch-dump.1 gets the more detailed description of the format.
* Updating man pages for new S-Expression output format.Gravatar Peter Feigl2012-12-08
| | | | | Add sections about the new S-Expression output format (--format=sexp) to the notmuch-search, notmuch-reply and notmuch-show man pages.
* man: document the date:since..until range queriesGravatar Jani Nikula2012-10-31
|
* {., man}/Makefile.local: edit/remove release-checks.sh related targetsGravatar Tomi Ollila2012-09-05
| | | | | | | 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.
* version: propagate version changesGravatar David Bremner2012-08-21
| | | | These are the result of running "make update-versions"
* notmuch-restore: replace positional argument for input with optionGravatar David Bremner2012-08-06
| | | | | Since notmuch dump doesn't use positional arguments anymore, it seems better to be consistent.
* notmuch-dump: remove deprecated positional argument for output fileGravatar David Bremner2012-08-06
| | | | | | 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.
* man: show: update man page for entire-thread and json.Gravatar Mark Walters2012-07-25
| | | | | | 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.
* man: update man page for the new --body=true|false optionGravatar Mark Walters2012-07-24
|
* manpages: consistent "format" for NAME sectionGravatar Tomi Ollila2012-07-09
| | | | | | 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".
* Merge tag '0.13.2'Gravatar David Bremner2012-06-03
|\ | | | | | | notmuch 0.13.2 release
| * version: update to 0.13.2Gravatar David Bremner2012-06-02
| |
* | Merge branch 'release'Gravatar David Bremner2012-05-29
|\|
* | cli: fix documentation about --decrypt for showGravatar Jameson Graef Rollins2012-05-25
| | | | | | | | Forgot to mention that it implies --verify.
| * version: bump to 0.13.1Gravatar David Bremner2012-05-25
|/
* version: bump to 0.13Gravatar David Bremner2012-05-15
|
* bump version to 0.13~rc1Gravatar David Bremner2012-05-08
|
* man: Document 'config list' commandGravatar Peter Wang2012-04-28
| | | | Document the 'config list' command and its output.