aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
Commit message (Collapse)AuthorAge
* version: bump to 0.17Gravatar David Bremner2013-12-30
|
* version: bump to 0.17~rc4Gravatar David Bremner2013-12-28
| | | | | Unfortunately release-checks.sh will whine a bit because it has not caught up with the renaming of the version macros.
* version: bump versionGravatar David Bremner2013-12-07
| | | | | | | | Roll (one last?) release candidate because of Austin's LIBNOTMUCH_VERSION changes. Atomically bump the manually (NEWS, debian/changelog) and automatically (everywhere else) updated places version is mentioned.
* version: bump to 0.17~rc2Gravatar David Bremner2013-11-28
|
* version: bump to 0.17~rc1Gravatar David Bremner2013-11-23
| | | | | Various other files are synched using "make update-versions". NEWS has to be hand edited.
* man: document notmuch compact --quiet and --backup=DIRECTORY optionsGravatar Jani Nikula2013-11-07
|
* notmuch-compact: Add man pageGravatar Ben Gamari2013-10-09
| | | | Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>
* cli: add --include-html option to notmuch showGravatar John Lenz2013-08-27
| | | | | | | | | | | | | | For my client, the largest bottleneck for displaying large threads is exporting each html part individually since by default notmuch will not show the json parts. For large threads there can be quite a few parts and each must be exported and decoded one by one. Also, I then have to deal with all the crazy charsets which I can do through a library but is a pain. Therefore, this patch adds an --include-html option that causes the text/html parts to be included as part of the output of show. diff man/man1/notmuch-show.1
* man: clarify folder: prefix regarding duplicate filesGravatar Jani Nikula2013-08-24
| | | | The results for folder: prefix are a source of recurring confusion.
* man: document notmuch count --output=filesGravatar Jani Nikula2013-08-24
| | | | Document the notmuch count --output=files option.
* man: document notmuch search --duplicate=NGravatar Jani Nikula2013-08-24
| | | | Document the notmuch search --duplicate=N option.
* reply: Use RFC 2822/MIME wholly for text format templateGravatar Austin Clements2013-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, reply's default text format used an odd mix of RFC 2045 MIME encoding for the reply template's body and some made-up RFC 2822-like UTF-8 format for the headers. The intent was to present the headers to the user in a nice, un-encoded format, but this assumed that whatever ultimately sent the email would RFC 2047-encode the headers, while at the same time the body was already RFC 2045 encoded, so it assumed that whatever sent the email would *not* re-encode the body. This can be fixed by either producing a fully decoded UTF-8 reply template, or a fully encoded MIME-compliant RFC 2822 message. This patch does the latter because it is a) Well-defined by RFC 2822 and MIME (while any UTF-8 format would be ad hoc). b) Ready to be piped to sendmail. The point of the text format is to be minimal, so a user should be able to pop up the template in whatever editor they want, edit it, and push it to sendmail. c) Consistent with frontend capabilities. If a frontend has the smarts to RFC 2047 encode the headers before sending the mail, it probably has the smarts to RFC 2047 decode them before presenting the template to a user for editing. Also, as far as I know, nothing automated consumes the reply text format, so changing this should not cause serious problems. (And if anything does still consume this format, it probably gets these encoding issues wrong anyway.)
* release: synchronize datesGravatar David Bremner2013-08-03
| | | | | man pages, NEWS, and debian changelog all hardcode date. Make them hardcode the same date.
* 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"