--- /dev/null
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 8EB11431FC7\r
+ for <notmuch@notmuchmail.org>; Fri, 7 Feb 2014 03:26:12 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id QYcFjzdoqccS for <notmuch@notmuchmail.org>;\r
+ Fri, 7 Feb 2014 03:26:04 -0800 (PST)\r
+Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com\r
+ [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 2CE92431FAE\r
+ for <notmuch@notmuchmail.org>; Fri, 7 Feb 2014 03:26:04 -0800 (PST)\r
+Received: by mail-qc0-f181.google.com with SMTP id e9so5549906qcy.40\r
+ for <notmuch@notmuchmail.org>; Fri, 07 Feb 2014 03:26:02 -0800 (PST)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=1e100.net; s=20130820;\r
+ h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\r
+ :references;\r
+ bh=mdphAcHyuzuWFUgxD2Jgj4E0CSfNnrsp+SdW1BcHinE=;\r
+ b=HVoKYyXIviGhKCbmtVi7pbmWRmhatGPyE3xYGkymAItFaZFZekCnYPm9vLP+gzOKOZ\r
+ q9+jjNC0BCmMb5zUFALFY3tSq79pxAgXl6/IpIi+AfyQC1nSXsHAh7vEKZmgAOh5v1kg\r
+ l4Ax7lrK2YaOdIMkm+n7ZkA/1y3J4eZIzFQMpsAcEb2EnrkedTYfbTZgZx89icP5XPg9\r
+ 3Qq1YsU+gR8rpcbETCVS+UWpI0qpRLQQyFIV7ornlNMgJBiYKOg+kCDy26o6uAvABXPA\r
+ CEX3uB46hLUCSIv7WAwvhlt3uYUXiBX2lwcc5QGNeEIoKR4czj2mm+27KaE9z6r5k53y\r
+ RaOg==\r
+X-Gm-Message-State:\r
+ ALoCoQkGCgxBSSH2Z6P//y3LoawEpDe6/joAb/IQHgbXRAgyYUPh5WJFNeTskpA++aQhHuhXQJsD\r
+X-Received: by 10.224.173.1 with SMTP id n1mr18337117qaz.48.1391772362478;\r
+ Fri, 07 Feb 2014 03:26:02 -0800 (PST)\r
+Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3])\r
+ by mx.google.com with ESMTPSA id 67sm8314196qgr.15.2014.02.07.03.26.01\r
+ for <multiple recipients>\r
+ (version=TLSv1.1 cipher=RC4-SHA bits=128/128);\r
+ Fri, 07 Feb 2014 03:26:01 -0800 (PST)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: notmuch@notmuchmail.org,\r
+ cworth@cworth.org\r
+Subject: [PATCH 0/2] emacs: per saved search sort order\r
+Date: Fri, 7 Feb 2014 12:25:51 +0100\r
+Message-Id: <cover.1391771337.git.jani@nikula.org>\r
+X-Mailer: git-send-email 1.7.2.5\r
+In-Reply-To: <1391727088-22172-1-git-send-email-cworth@cworth.org>\r
+References: <1391727088-22172-1-git-send-email-cworth@cworth.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 07 Feb 2014 11:26:13 -0000\r
+\r
+On Thu, 06 Feb 2014, Carl Worth <cworth@cworth.org> wrote:\r
+> This allows for the user to control the order that results are\r
+> returned from saved-searches, (and independently from the order of all\r
+> other searches which is controlled by notmuch-search-oldest-first).\r
+> ---\r
+>\r
+> This allows me to get back to the behavior that notmuch had long ago,\r
+> (the documentation for the changed behavior was updated in commit\r
+> c1a42652a173a4bb70ab72388e6ad150d19a2b06). I'm not sure when the\r
+> actual behavioral change was made.\r
+\r
+I seem to have fixed the documentation (I'd forgotten!) but I'm pretty\r
+sure I had nothing to do with changing the behaviour! :)\r
+\r
+> A fanicer change might allow for a configurable sort order for each\r
+> saved search, but this more minimal change at least lets me use the\r
+> latest notmuch once again.\r
+\r
+Here are simple patches to support per saved search sort order. I seem\r
+to have been running these for more than a year now [1]. It's not\r
+perfect or pretty but works for me.\r
+\r
+BR,\r
+Jani.\r
+\r
+[1] id:1349209083-7170-1-git-send-email-jani@nikula.org\r
+\r
+\r
+Jani Nikula (2):\r
+ emacs: store sort order in the widgets in notmuch-hello\r
+ emacs: add support for defining custom sort order for saved searches\r
+\r
+ emacs/notmuch-hello.el | 8 +++++++-\r
+ emacs/notmuch-lib.el | 9 +++++++++\r
+ 2 files changed, 16 insertions(+), 1 deletions(-)\r
+\r
+-- \r
+1.7.2.5\r
+\r