From 3ec1f325f1a0c824e8ed31710acc09cdf214402c Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Sat, 12 Apr 2014 13:46:25 +0100 Subject: [PATCH] [PATCH v2 0/2] emacs: hello: saved search sort fixes --- cf/4b8875cd86e82bb85eb7b10990061a27f61dc0 | 80 +++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 cf/4b8875cd86e82bb85eb7b10990061a27f61dc0 diff --git a/cf/4b8875cd86e82bb85eb7b10990061a27f61dc0 b/cf/4b8875cd86e82bb85eb7b10990061a27f61dc0 new file mode 100644 index 000000000..b1ff2144b --- /dev/null +++ b/cf/4b8875cd86e82bb85eb7b10990061a27f61dc0 @@ -0,0 +1,80 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 20DCB431FC2 + for ; Sat, 12 Apr 2014 05:46:40 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.7 +X-Spam-Level: ** +X-Spam-Status: No, score=2.7 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, + FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] 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 QP0cXzlUudsn for ; + Sat, 12 Apr 2014 05:46:34 -0700 (PDT) +Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com + [209.85.212.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 8A560431FBC + for ; Sat, 12 Apr 2014 05:46:34 -0700 (PDT) +Received: by mail-wi0-f178.google.com with SMTP id bs8so2207573wib.5 + for ; Sat, 12 Apr 2014 05:46:31 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=from:to:cc:subject:date:message-id; + bh=RzAccEw46jzitwjz1wdNc1IGWCFfa9Di7qnHAr1JYkQ=; + b=Og6mVUlYbzvWiuSQBb0lTlR8EANsRvds8QgK1K0zWcM72Zc92Tnh2ausRgHtVstrBA + jE2vQvrx5nJZT59lffc7fp1cYtO9CKCgFCLdzweCtenCuIWNUz8f6fIqNxMyYNhqmDtD + ScdkEwRg8q6+FS0P5n0+CphhROyofFd+bcRJckp6YLK0rQFXDD/8z1yCaeN14gC44Hc0 + guz8dBW9cXkUALebSB13Zcp112lAay3XP45zIjvAWDglDQukOJcXEtS/upYXLXBUfbtq + e2eemq5pdVzLwk5JXfmWiu/2ln7x7B04eK44PrRJAk357utZFJ7PO5V/OIG9dqWzRlgj + zkXw== +X-Received: by 10.194.20.65 with SMTP id l1mr25042346wje.39.1397306790587; + Sat, 12 Apr 2014 05:46:30 -0700 (PDT) +Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162]) + by mx.google.com with ESMTPSA id + hu7sm10439916wib.10.2014.04.12.05.46.29 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 12 Apr 2014 05:46:30 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH v2 0/2] emacs: hello: saved search sort fixes +Date: Sat, 12 Apr 2014 13:46:25 +0100 +Message-Id: <1397306787-12207-1-git-send-email-markwalters1009@gmail.com> +X-Mailer: git-send-email 1.7.10.4 +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: Sat, 12 Apr 2014 12:46:40 -0000 + +This is v2 of the collection of patches in +id:1397292033-26502-1-git-send-email-markwalters1009@gmail.com + +The series makes the alphabetically sorted saved searches options work +again, documents the new saved search sorting format, and fixes some +of the markdown problesm in the original NEWS patch. + + +Mark Walters (2): + emacs: hello: bugfix: make alphabetically sorted saved searches work + NEWS: document possible breakage from saved-search format change + + NEWS | 12 +++++++++--- + emacs/notmuch-hello.el | 15 ++++++++++----- + 2 files changed, 19 insertions(+), 8 deletions(-) + +-- +1.7.10.4 + -- 2.26.2