mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-05 16:21:44 +01:00
notmuch.1: smooth wording.
After most of the content was ripped out of the page, a few words were needed to glue things back togetehr.
This commit is contained in:
parent
482033f8f8
commit
8026b4a9ff
1 changed files with 12 additions and 4 deletions
|
@ -26,6 +26,13 @@ notmuch \- thread-based email index, search, and tagging
|
||||||
Notmuch is a command-line based program for indexing, searching,
|
Notmuch is a command-line based program for indexing, searching,
|
||||||
reading, and tagging large collections of email messages.
|
reading, and tagging large collections of email messages.
|
||||||
|
|
||||||
|
This page describes how to get started using notmuch from the command
|
||||||
|
line, and gives a brief overview of the commands available. For more
|
||||||
|
information on e.g.
|
||||||
|
.B notmuch show
|
||||||
|
consult the \fBnotmuch-show\fR(1) man page, also accessible via
|
||||||
|
.B notmuch help show
|
||||||
|
|
||||||
The quickest way to get started with Notmuch is to simply invoke the
|
The quickest way to get started with Notmuch is to simply invoke the
|
||||||
.B notmuch
|
.B notmuch
|
||||||
command with no arguments, which will interactively guide you through
|
command with no arguments, which will interactively guide you through
|
||||||
|
@ -38,7 +45,11 @@ convenient interface for that functionality. More sophisticated
|
||||||
interfaces are expected to be built on top of either the command-line
|
interfaces are expected to be built on top of either the command-line
|
||||||
interface, or more likely, on top of the notmuch library
|
interface, or more likely, on top of the notmuch library
|
||||||
interface. See http://notmuchmail.org for more about alternate
|
interface. See http://notmuchmail.org for more about alternate
|
||||||
interfaces to notmuch.
|
interfaces to notmuch. The emacs-based interface to notmuch (available under
|
||||||
|
.B emacs/
|
||||||
|
in the Notmuch source distribution) is probably the most widely used at
|
||||||
|
this time.
|
||||||
|
|
||||||
.SH COMMANDS
|
.SH COMMANDS
|
||||||
|
|
||||||
|
|
||||||
|
@ -118,9 +129,6 @@ behavior of notmuch.
|
||||||
Specifies the location of the notmuch configuration file. Notmuch will
|
Specifies the location of the notmuch configuration file. Notmuch will
|
||||||
use ${HOME}/.notmuch\-config if this variable is not set.
|
use ${HOME}/.notmuch\-config if this variable is not set.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
The emacs-based interface to notmuch (available as
|
|
||||||
.B notmuch.el
|
|
||||||
in the Notmuch distribution).
|
|
||||||
|
|
||||||
The notmuch website:
|
The notmuch website:
|
||||||
.B http://notmuchmail.org
|
.B http://notmuchmail.org
|
||||||
|
|
Loading…
Reference in a new issue