From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E28426DE0C97 for ; Mon, 25 Sep 2017 22:36:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.014 X-Spam-Level: X-Spam-Status: No, score=-0.014 tagged_above=-999 required=5 tests=[AWL=0.095, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FSL_HELO_NON_FQDN_1=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id p56GRZ8VJl1Z for ; Mon, 25 Sep 2017 22:36:47 -0700 (PDT) Received: from charon (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id A55776DE0C6B; Mon, 25 Sep 2017 22:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d= jb55.com; h=from:to:subject:date:message-id; s=default; bh=zTI/gkmMvHWR8mklVid+i6Jpm000bmOCfWgqE3t0Wy4=; b=a9kKcpNr2uYId+IWi2JrCbe1LqIIZnSTd9ZfyBSZB0FONU0Lrn/JasKV402CNysmNMVJYGjJqhLWTQrF6EYJtKjV/RKZMAuWkT+QhoD3UO8TkUN124z52/d+p0tD6fziPPUOmTLiZbUR13gjlpfAKOGaa/fs7QRRkhIlALLz1WRmOjnfKlOvLwm8rDTe0I4+YgpIfPzoAOsXM/ySa3ZzTFc5hRUmTo43hWAM8LVePeqw1BtWYrwj3L3OGixrKeMxt7jFhJPSuwh03p8O986qB4c1dUvS5qKiyrpDrIdraxpT8alm40ZxgD17ovTWb194hlb2JwnvJHnH1LU0iqUsmw== Received: from jb55.com (70-36-49-138.dyn.novuscom.net [70.36.49.138]) by jb55.com (OpenSMTPD) with ESMTPSA id cc98776f TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 26 Sep 2017 05:36:43 +0000 (UTC) From: William Casarin To: notmuch@notmuchmail.org Subject: [PATCH 3/6] sorting: update man page Date: Mon, 25 Sep 2017 22:35:44 -0700 Message-Id: <20170926053547.18564-4-jb55@jb55.com> X-Mailer: git-send-email 2.13.2 In-Reply-To: <20170926053547.18564-1-jb55@jb55.com> References: <20170926053547.18564-1-jb55@jb55.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Tue, 26 Sep 2017 05:36:48 -0000 --- doc/man1/notmuch-address.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst index cc31cc5a..38ae9a25 100644 --- a/doc/man1/notmuch-address.rst +++ b/doc/man1/notmuch-address.rst @@ -77,7 +77,11 @@ Supported options for **address** include frequently among the matching messages. If --output=count is specified, include all variants in the count. - ``--sort=``\ (**newest-first**\ \|\ **oldest-first**) + ``--sort=`` + Where can be one of **oldest-first**, **newest-first**, + **subject-ascending**, **subject-descending**, + **from-ascending**, **from-descending** + This option can be used to present results in either chronological order (**oldest-first**) or reverse chronological order (**newest-first**). -- 2.13.2