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 11B346DE0C64 for ; Mon, 4 Sep 2017 06:15:21 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.012 X-Spam-Level: X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 tests=[AWL=0.097, 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 CxvjT4yPuhag for ; Mon, 4 Sep 2017 06:15:16 -0700 (PDT) Received: from charon (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id 9A0E56DE0C5F for ; Mon, 4 Sep 2017 06:15:16 -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=NpHlTuXxkn4oCyPdUrGca2H9lS1ELPrUogvD5jkXDcE=; b=JTy/zHkio6F/rzTPw2WEdlDfIUYOmAyzMiIwQFoQTaT4JfP6Y4X/XyTVOIGslu1oPNEZHikuvgbRRpD+KTYgXvP2dqFGeJN0KoqVwkhH/rXp1kmgzKQwiLg2qSMtJe6EEy12hqf5tWolWqm4zcLixU66+xm4zwBFMcGVkeEWG34YrP0KHtmRlXzxWztOYiNthv4MevO04cneomiD2OVHscbbMqE7mGtZi8MI6XSFxaCqvbM9xPPsF6edNrE8Rj+EeYD5wjyLAfZLiKVCcWNYWqtMfuNCHZsFJsmxihvvYjEGeCVrmaphruRdcIvDf3cxwmVX0nO4hoDq6agBJmNPqg== Received: from jb55.com (70-36-49-138.dyn.novuscom.net [70.36.49.138]) by jb55.com (OpenSMTPD) with ESMTPSA id d8962e71 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 4 Sep 2017 13:15:15 +0000 (UTC) From: William Casarin To: notmuch@notmuchmail.org, notmuch@freelists.org Subject: notmuch-search: sort by subject or author? Date: Mon, 04 Sep 2017 06:15:14 -0700 Message-ID: <87a82aip0d.fsf@jb55.com> MIME-Version: 1.0 Content-Type: text/plain 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: Mon, 04 Sep 2017 13:15:21 -0000 Hey there, Is there a way to sort by subject or author in emacs/notmuch-search? I find myself wanting to do this a lot. My particular use case is rss feeds, where I have many different feeds in my rss tag that I would like to group together. If not, I am interested in adding this feature. Thanks, William