From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id E9D63431FCF for ; Sat, 22 Feb 2014 16:16:49 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id khCCRCQVOEQN for ; Sat, 22 Feb 2014 16:16:45 -0800 (PST) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3DBE6431FDB for ; Sat, 22 Feb 2014 16:16:38 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1WHMkH-0003px-SA; Sat, 22 Feb 2014 20:16:37 -0400 Received: (nullmailer pid 19431 invoked by uid 1000); Sun, 23 Feb 2014 00:16:31 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: [RFC Patch v3 3/3] doc: fix for conversion errors Date: Sat, 22 Feb 2014 20:16:15 -0400 Message-Id: <1393114575-8756-4-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1393114575-8756-1-git-send-email-david@tethera.net> References: <87fvo7btu8.fsf@qmul.ac.uk> <1393114575-8756-1-git-send-email-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 00:16:50 -0000 notmuch-show: For some reason a url got dropped. notmuch-compact: Probably my synopsis converter misses a case --- doc/man1/notmuch-compact.rst | 2 +- doc/man1/notmuch-show.rst | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/man1/notmuch-compact.rst b/doc/man1/notmuch-compact.rst index aeabd16..c149566 100644 --- a/doc/man1/notmuch-compact.rst +++ b/doc/man1/notmuch-compact.rst @@ -5,7 +5,7 @@ notmuch-compact SYNOPSIS ======== -**notmuch** **compact** [--quiet] [--backup=] +**notmuch** **compact** [--quiet] [--backup=] DESCRIPTION =========== diff --git a/doc/man1/notmuch-show.rst b/doc/man1/notmuch-show.rst index 5d9837c..46e4c9b 100644 --- a/doc/man1/notmuch-show.rst +++ b/doc/man1/notmuch-show.rst @@ -73,9 +73,7 @@ Supported options for *show* include '>' character added. This reversible escaping is termed "mboxrd" format and described in detail here: - :: - - + http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html *raw* (default for a single part, see --part) For a message or an attached message part, the original, raw -- 1.8.5.3