aboutsummaryrefslogtreecommitdiff
path: root/man/man1/notmuch-config.1
Commit message (Collapse)AuthorAge
* manpages: consistent "format" for NAME sectionTomi 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".
* version: update to 0.13.2David Bremner2012-06-02
|
* version: bump to 0.13.1David Bremner2012-05-25
|
* version: bump to 0.13David Bremner2012-05-15
|
* bump version to 0.13~rc1David Bremner2012-05-08
|
* man: Document 'config list' commandPeter Wang2012-04-28
| | | | Document the 'config list' command and its output.
* Merge branch 'release'David Bremner2012-03-19
|\ | | | | | | | | | | | | Conflicts: NEWS Conflicts resolved by hand for date of 0.12 release.
| * update version to 0.12David Bremner2012-03-19
| | | | | | | | There may be a few NEWS changes after this, but no code (hopefully).
* | Merge tag '0.12_rc2'David Bremner2012-03-18
|\| | | | | | | notmuch 0.12~rc2 release
| * bump version to 0.12~rc2David Bremner2012-03-18
| |
* | Merge branch 'release'David Bremner2012-03-13
|\|
| * man: update SEE ALSO references in man pagesJani Nikula2012-03-13
| | | | | | | | | | Drop references to notmuch-part(1). Reference all man pages. Fix man page section of notmuch-dump(1).
* | Make exclusion visible againDavid 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
* man: remove search.exclude_tags from notmuch-config.1 for 0.12Mark Walters2012-03-03
|
* bump version to 0.12~rc1David 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.1Pieter 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: document the notmuch configuration settings in notmuch-config(1)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.
* man/*: fixup page referencesDavid 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 typoDavid Bremner2011-12-31
|
* man/*: formatting cleanupDavid 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
* initial splitting of notmuch.1David 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.