aboutsummaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2014-03-09doc: remove preformatted nroff pagesDavid Bremner
From now on, we should edit the rst source.
2014-03-09doc: install sphinx version of man pagesDavid Bremner
The python script mkdocdeps.py is used to import the list of man pages from the sphinx configuration to make. This will delete the (release only) target update-man-versions. This will be replaced in a followup commit.
2014-02-23man: escape backslash in notmuch-tag exampleDavid Bremner
The example was originally intended to have a literal backslash in it, but '\ ' is interpreted by nroff as a non-breaking space. It doesn't make much difference to the example, but the non-breaking space triggers a bug in doclifter.
2014-02-21man: fix typo in notmuch.1David Bremner
Fix for Debian bug 739556
2014-01-26man: document notmuch new --quiet optionJani Nikula
2014-01-24man: update notmuch-dump man page for new default.David Bremner
Actually the previous default was not documented explicitely. I moved the batch-tag section first because it seemed that the formats were previously documented in order default, other.
2013-12-30version: bump to 0.17David Bremner
2013-12-28version: bump to 0.17~rc4David Bremner
Unfortunately release-checks.sh will whine a bit because it has not caught up with the renaming of the version macros.
2013-12-07version: bump versionDavid Bremner
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.
2013-11-28version: bump to 0.17~rc2David Bremner
2013-11-23version: bump to 0.17~rc1David Bremner
Various other files are synched using "make update-versions". NEWS has to be hand edited.
2013-11-07man: document notmuch compact --quiet and --backup=DIRECTORY optionsJani Nikula
2013-10-09notmuch-compact: Add man pageBen Gamari
Signed-off-by: Ben Gamari <bgamari.foss@gmail.com>
2013-08-27cli: add --include-html option to notmuch showJohn Lenz
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
2013-08-24man: clarify folder: prefix regarding duplicate filesJani Nikula
The results for folder: prefix are a source of recurring confusion.
2013-08-24man: document notmuch count --output=filesJani Nikula
Document the notmuch count --output=files option.
2013-08-24man: document notmuch search --duplicate=NJani Nikula
Document the notmuch search --duplicate=N option.
2013-08-17reply: Use RFC 2822/MIME wholly for text format templateAustin Clements
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.)
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