From: Tomi Ollila Date: Tue, 10 Jul 2012 07:41:52 +0000 (+0300) Subject: manpages update X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-wiki;a=commitdiff_plain;h=316360b4ab00619d2e80d8c18eeaf1ac5cbcaecf manpages update --- diff --git a/manpages.mdwn b/manpages.mdwn index a48cc3a..1c176e3 100644 --- a/manpages.mdwn +++ b/manpages.mdwn @@ -2,15 +2,15 @@ Manual page index ================= * notmuch(1) - thread-based email index, search, and tagging -* notmuch-config(1) - Access notmuch configuration file. -* notmuch-count(1) - Count messages matching the given search terms. -* notmuch-dump(1) - Creates a plain-text dump of the tags of each message. -* notmuch-new(1) - Incorporate new mail into the notmuch database. -* notmuch-reply(1) - Constructs a reply template for a set of messages. -* notmuch-restore(1) - Restores the tags from the given file (see notmuch dump). -* notmuch-search(1) - Search for messages matching the given search terms. -* notmuch-setup(1) - thread-based email index, search, and tagging -* notmuch-show(1) - Show messages matching the given search terms. -* notmuch-tag(1) - Add/remove tags for all messages matching the search terms. +* notmuch-config(1) - access notmuch configuration file +* notmuch-count(1) - count messages matching the given search terms +* notmuch-dump(1) - creates a plain-text dump of the tags of each message +* notmuch-new(1) - incorporate new mail into the notmuch database +* notmuch-reply(1) - constructs a reply template for a set of messages +* notmuch-restore(1) - restores the tags from the given file (see notmuch dump) +* notmuch-search(1) - search for messages matching the given search terms +* notmuch-setup(1) - thread-based email index, search, and tagging +* notmuch-show(1) - show messages matching the given search terms +* notmuch-tag(1) - add/remove tags for all messages matching the search terms * notmuch-hooks(5) - hooks for notmuch -* notmuch-search-terms(7) - Syntax for notmuch queries +* notmuch-search-terms(7) - syntax for notmuch queries diff --git a/manpages/notmuch-1.mdwn b/manpages/notmuch-1.mdwn index b7ddcf1..85cefc6 100644 --- a/manpages/notmuch-1.mdwn +++ b/manpages/notmuch-1.mdwn @@ -73,8 +73,8 @@ tax. See notmuch-search-terms(7) for more details on the supported syn- tax. - The search, show and count commands are used to query the email data- - base. + The search, show and count commands are used to query the email + database. The reply command is useful for preparing a template for an email reply. diff --git a/manpages/notmuch-config-1.mdwn b/manpages/notmuch-config-1.mdwn index 149a51c..e5dfe37 100644 --- a/manpages/notmuch-config-1.mdwn +++ b/manpages/notmuch-config-1.mdwn @@ -2,7 +2,7 @@

NAME

-       notmuch-config - Access notmuch configuration file.
+       notmuch-config - access notmuch configuration file
 

SYNOPSIS

diff --git a/manpages/notmuch-count-1.mdwn b/manpages/notmuch-count-1.mdwn index 7b87287..5754a7e 100644 --- a/manpages/notmuch-count-1.mdwn +++ b/manpages/notmuch-count-1.mdwn @@ -2,7 +2,7 @@

NAME

-       notmuch-count - Count messages matching the given search terms.
+       notmuch-count - count messages matching the given search terms
 

SYNOPSIS

@@ -16,8 +16,8 @@ The number of matching messages (or threads) is output to stdout. - With no search terms, a count of all messages (or threads) in the data- - base will be displayed. + With no search terms, a count of all messages (or threads) in the + database will be displayed. See notmuch-search-terms(7) for details of the supported syntax for <search-terms>. diff --git a/manpages/notmuch-dump-1.mdwn b/manpages/notmuch-dump-1.mdwn index ece1889..e1e70fb 100644 --- a/manpages/notmuch-dump-1.mdwn +++ b/manpages/notmuch-dump-1.mdwn @@ -2,7 +2,7 @@

NAME

-       notmuch-dump - Creates a plain-text dump of the tags of each message.
+       notmuch-dump - creates a plain-text dump of the tags of each message
 

SYNOPSIS

diff --git a/manpages/notmuch-new-1.mdwn b/manpages/notmuch-new-1.mdwn index f8026ea..e382d52 100644 --- a/manpages/notmuch-new-1.mdwn +++ b/manpages/notmuch-new-1.mdwn @@ -2,7 +2,7 @@

NAME

-       notmuch-new - Incorporate new mail into the notmuch database.
+       notmuch-new - incorporate new mail into the notmuch database
 

SYNOPSIS

diff --git a/manpages/notmuch-reply-1.mdwn b/manpages/notmuch-reply-1.mdwn index c8a43ca..2dee7f8 100644 --- a/manpages/notmuch-reply-1.mdwn +++ b/manpages/notmuch-reply-1.mdwn @@ -2,7 +2,7 @@

NAME

-       notmuch-reply - Constructs a reply template for a set of messages.
+       notmuch-reply - constructs a reply template for a set of messages
 

SYNOPSIS

@@ -64,8 +64,8 @@ --decrypt - Decrypt any MIME encrypted parts found in the selected con- - tent (ie. "multipart/encrypted" parts). Status of the + Decrypt any MIME encrypted parts found in the selected + content (ie. "multipart/encrypted" parts). Status of the decryption will be reported (currently only supported with --format=json) and the multipart/encrypted part will be replaced by the decrypted content. diff --git a/manpages/notmuch-restore-1.mdwn b/manpages/notmuch-restore-1.mdwn index 7ca2531..a62bf83 100644 --- a/manpages/notmuch-restore-1.mdwn +++ b/manpages/notmuch-restore-1.mdwn @@ -2,8 +2,8 @@

NAME

-       notmuch-restore  -  Restores  the tags from the given file (see notmuch
-       dump).
+       notmuch-restore  -  restores  the tags from the given file (see notmuch
+       dump)
 

SYNOPSIS

diff --git a/manpages/notmuch-search-1.mdwn b/manpages/notmuch-search-1.mdwn index af5fe51..119b2ff 100644 --- a/manpages/notmuch-search-1.mdwn +++ b/manpages/notmuch-search-1.mdwn @@ -2,7 +2,7 @@

NAME

-       notmuch-search - Search for messages matching the given search terms.
+       notmuch-search - search for messages matching the given search terms
 

SYNOPSIS

@@ -67,8 +67,8 @@ --sort=(newest-first|oldest-first) This option can be used to present results in either chronolog- - ical order (oldest-first) or reverse chronological order (new- - est-first). + ical order (oldest-first) or reverse chronological order + (newest-first). Note: The thread order will be distinct between these two options (beyond being simply reversed). When sorting by old- diff --git a/manpages/notmuch-search-terms-7.mdwn b/manpages/notmuch-search-terms-7.mdwn index 095b1cf..d7fb66e 100644 --- a/manpages/notmuch-search-terms-7.mdwn +++ b/manpages/notmuch-search-terms-7.mdwn @@ -2,7 +2,7 @@

NAME

-       notmuch-search-terms - Syntax for notmuch queries
+       notmuch-search-terms - syntax for notmuch queries
 

SYNOPSIS

diff --git a/manpages/notmuch-setup-1.mdwn b/manpages/notmuch-setup-1.mdwn index b7ddcf1..85cefc6 100644 --- a/manpages/notmuch-setup-1.mdwn +++ b/manpages/notmuch-setup-1.mdwn @@ -73,8 +73,8 @@ tax. See notmuch-search-terms(7) for more details on the supported syn- tax. - The search, show and count commands are used to query the email data- - base. + The search, show and count commands are used to query the email + database. The reply command is useful for preparing a template for an email reply. diff --git a/manpages/notmuch-show-1.mdwn b/manpages/notmuch-show-1.mdwn index 936e4eb..168f94a 100644 --- a/manpages/notmuch-show-1.mdwn +++ b/manpages/notmuch-show-1.mdwn @@ -2,7 +2,7 @@

NAME

-       notmuch-show - Show messages matching the given search terms.
+       notmuch-show - show messages matching the given search terms
 

SYNOPSIS

diff --git a/manpages/notmuch-tag-1.mdwn b/manpages/notmuch-tag-1.mdwn index 4d94015..78368d9 100644 --- a/manpages/notmuch-tag-1.mdwn +++ b/manpages/notmuch-tag-1.mdwn @@ -2,8 +2,8 @@

NAME

-       notmuch-tag  -  Add/remove  tags  for  all messages matching the search
-       terms.
+       notmuch-tag  -  add/remove  tags  for  all messages matching the search
+       terms
 

SYNOPSIS