aboutsummaryrefslogtreecommitdiffhomepage
path: root/man
Commit message (Collapse)AuthorAge
* 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.
* cli: move show to the new --exclude= option naming scheme.Gravatar Mark Walters2012-04-07
| | | | | | | | | | | | | | 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.
* cli: move search to the new --exclude= naming scheme.Gravatar Mark Walters2012-04-07
| | | | | | | | | | | | | | | | | | 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.
* cli: move count to the new --exclude=(true|false|flag) naming scheme.Gravatar Mark Walters2012-04-07
| | | | | | | 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.
* Merge branch 'release'Gravatar David Bremner2012-03-19
|\ | | | | | | | | | | | | Conflicts: NEWS Conflicts resolved by hand for date of 0.12 release.
| * update version to 0.12Gravatar David Bremner2012-03-19
| | | | | | | | There may be a few NEWS changes after this, but no code (hopefully).
* | man: Add --decrypt to reply flagsGravatar Adam Wolfe Gordon2012-03-19
| |
* | man: Update notmuch-reply man page for JSON format.Gravatar Adam Wolfe Gordon2012-03-19
| |
* | man: Update raw format documentationGravatar Austin Clements2012-03-18
| |
* | Merge tag '0.12_rc2'Gravatar David Bremner2012-03-18
|\| | | | | | | notmuch 0.12~rc2 release
| * bump version to 0.12~rc2Gravatar David Bremner2012-03-18
| |
* | Merge branch 'release'Gravatar David Bremner2012-03-13
|\|
| * man: update SEE ALSO references in man pagesGravatar Jani Nikula2012-03-13
| | | | | | | | | | Drop references to notmuch-part(1). Reference all man pages. Fix man page section of notmuch-dump(1).
* | Make exclusion visible againGravatar David Bremner2012-03-03
| | | | | | | | | | | | | | | | 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
* | Merge branch 'release'Gravatar David Bremner2012-03-03
|\|
| * man: remove search.exclude_tags from notmuch-config.1 for 0.12Gravatar Mark Walters2012-03-03
| |
* | man: update manpage for notmuch-show --no-exclude optionGravatar Mark Walters2012-03-02
| |
* | cli: Add --no-exclude to the man pages for search and countGravatar Mark Walters2012-03-02
|/
* bump version to 0.12~rc1Gravatar David Bremner2012-03-01
| | | | | As usual, only `version' is edited by hand. The rest of the changes I blame on the machine.
* doc: minor corrections in notmuch-config.1Gravatar Pieter Praet2012-02-29
| | | | | | | | | | | | | | * 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.
* man: add references to maildir flag synchronizationGravatar Jani Nikula2012-02-27
| | | | | | 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.
* man: document the notmuch configuration settings in notmuch-config(1)Gravatar Jani Nikula2012-02-27
| | | | | | | | | | | | 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.
* fix .gitignore for gzipped man pagesGravatar Jani Nikula2012-01-17
|
* cli: add support for replying just to the sender in "notmuch reply"Gravatar Jani Nikula2012-01-14
| | | | | | | | | | | | Add new option --reply-to=(all|sender) to "notmuch reply" to select whether to reply to all (sender and all recipients), or just sender. Reply to all remains the default. Credits to Mark Walters <markwalters1009@gmail.com> for his similar earlier work where I picked up the basic idea of handling reply-to-sender in add_recipients_from_message(). All bugs are mine, though. Signed-off-by: Jani Nikula <jani@nikula.org>
* man: add missing SEE ALSO header to notmuch reply man pageGravatar Jani Nikula2012-01-10
| | | | Signed-off-by: Jani Nikula <jani@nikula.org>
* force install notmuch-setup.1 symlinkGravatar Jameson Graef Rollins2011-12-31
| | | | This will prevent the install from failing if the link already exists.
* break up dump and restore man pages.Gravatar Jameson Graef Rollins2011-12-31
| | | | | | | | These functions are enough different in their behavior that it's not really worth it to combine them. They overlap in the format of the dump file, but we can have a separate page that describes the dump format, and either reference it or include it. This also keeps things nice and clean with one page per command.
* remove reference to notmuch-part.1 from Makefile.localGravatar Jameson Graef Rollins2011-12-31
|
* build-system: update for split man pagesGravatar David Bremner2011-12-31
| | | | | | | | | | | | | | | | | | - We have to remove the installation of notmuch.1.gz from the top level Makefile.local. - Man pages with multiple names are handled by making relative symlinks in the install-man target. - update version tests and convenience rules for split man pages The man page version test still only checks notmuch.1, but the location is updated. update-man-versions is longer than the one-line previously in update-versions mainly because I decided to take the high road and stick to POSIX sed (thus, no sed -i). The sed regex itself is more complicated to cope with variations in the headers.
* man/*: fixup page referencesGravatar David Bremner2011-12-31
| | | | | | | - Replace references to section X below with page refences. - Add SEE ALSO to each page. This is a bit error prone, because each SEE ALSO section is different, i.e. a page does not refer to itself.
* notmuch-config.1: fix typoGravatar David Bremner2011-12-31
|
* notmuch.1: smooth wording.Gravatar David Bremner2011-12-31
| | | | | After most of the content was ripped out of the page, a few words were needed to glue things back togetehr.
* man/*: formatting cleanupGravatar David Bremner2011-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix some problems with indentation (controlled by markup) and whitespace. - notmuch.1: reformat Use .SS macro to make "notmuch setup" a subsection. Introduce another subsection for the remaining commands. - notmuch-config.1: reformat Put all the syntax in the synopsis. Supposedly this is the the UNIX way. - notmuch-reply.1: fix formatting issues. Give nicer formatting for synopsis. Insert missing SEE ALSO header. - notmuch-dump.1: reformat using subsections These seems more natural, although, as mentioned, it does require referring back to the synopsis. Or maybe copying parts of the synopsis
* man: add symlinks for notmuch-restore.1 and notmuch-setup.1Gravatar David Bremner2011-12-31
| | | | | | These are just for the convenience of testers using $src/man as an element of MANPATH. They are intentionally omitted from MAN1, so that they do not interfere with the install.
* remove notmuch-part from documentation.Gravatar David Bremner2011-12-31
| | | | | This should have been done when "notmuch part" was deprecated and replaced by notmuch show --part, but it slipped through the cracks.
* initial splitting of notmuch.1Gravatar David Bremner2011-12-31
We mostly just cut and paste the command descriptions into individual files, with a short header added to each one. The splitting into subdirectories is to support the use of ./man as an element in MANPATH, e.g. for testing.