aboutsummaryrefslogtreecommitdiff
path: root/man/man1/notmuch-show.1
Commit message (Collapse)AuthorAge
* man: show: update man page for entire-thread and json.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 optionMark Walters2012-07-24
|
* 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".
* Merge tag '0.13.2'David Bremner2012-06-03
|\ | | | | | | notmuch 0.13.2 release
| * version: update to 0.13.2David Bremner2012-06-02
| |
* | Merge branch 'release'David Bremner2012-05-29
|\|
| * version: bump to 0.13.1David Bremner2012-05-25
| |
* | cli: fix documentation about --decrypt for showJameson Graef Rollins2012-05-25
|/ | | | Forgot to mention that it implies --verify.
* version: bump to 0.13David Bremner2012-05-15
|
* bump version to 0.13~rc1David Bremner2012-05-08
|
* cli: move show to the new --exclude= option naming scheme.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.
* 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).
* | man: Update raw format documentationAustin Clements2012-03-18
| |
* | 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).
* | man: update manpage for notmuch-show --no-exclude optionMark Walters2012-03-02
|/
* 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.
* 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.
* 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.