From: Jani Nikula Date: Sat, 25 May 2013 12:14:26 +0000 (+0300) Subject: [PATCH 2/2] TODO: keybindings for next/previous thread done X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9741585501dc415333735d16d8d7f7094d435005;p=notmuch-archives.git [PATCH 2/2] TODO: keybindings for next/previous thread done --- diff --git a/f5/37d6fa2060e0f7903fd73767114bd59b923b67 b/f5/37d6fa2060e0f7903fd73767114bd59b923b67 new file mode 100644 index 000000000..afcc5ae58 --- /dev/null +++ b/f5/37d6fa2060e0f7903fd73767114bd59b923b67 @@ -0,0 +1,87 @@ +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 73C47431FDA + for ; Sat, 25 May 2013 05:14:43 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 4q-zvvpSIqhA for ; + Sat, 25 May 2013 05:14:38 -0700 (PDT) +Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com + [209.85.217.176]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id B8EE7431FAF + for ; Sat, 25 May 2013 05:14:37 -0700 (PDT) +Received: by mail-lb0-f176.google.com with SMTP id x10so5419576lbi.7 + for ; Sat, 25 May 2013 05:14:36 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=google.com; s=20120113; + h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references + :x-gm-message-state; + bh=UbAH/bxd1B8bTifUerGK8FaVeb7n5S8ZIEs+fk1Y+l0=; + b=d0sxbdItNSeoj0q26BZtz+WWHc8zV07J34CHknX+yayMIinmtj0ksTONyh8dcpwNw8 + rmRCHuKq6RBeJ1kc11iSAkKIo8ifIEZBxCjL6a9Y6RdBPaatOXhXTJ0FeNpryjNZbONU + CNthW48Y9X2SWbq4QoVC4iYNmpskEhdDEAJBTnf6Q981+jkDQcdRVyFMzsrz6wfSCFqU + 18XZ9h8TQomf/UogrYS1H1MPPE6vehlUwBWzanIv7tl5D0wlWD5X9IXraC5GhZeV+Nw4 + pYygH1lPvx0FSiHFSRFShMBNCtS/ZBeJd5689rK2WhMDzveIIUNRdd8Ae8FD5MEZi5fJ + X20Q== +X-Received: by 10.112.33.227 with SMTP id u3mr1298942lbi.35.1369484076364; + Sat, 25 May 2013 05:14:36 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. + [88.195.118.211]) + by mx.google.com with ESMTPSA id w9sm8156538lbe.6.2013.05.25.05.14.34 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 25 May 2013 05:14:35 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 2/2] TODO: keybindings for next/previous thread done +Date: Sat, 25 May 2013 15:14:26 +0300 +Message-Id: <1369484066-20228-2-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.7.10.4 +In-Reply-To: <1369484066-20228-1-git-send-email-jani@nikula.org> +References: <1369484066-20228-1-git-send-email-jani@nikula.org> +X-Gm-Message-State: + ALoCoQkGnpj6qfwtk5hXajKmN21mqMaSU9SuOVcwFBd8U4gmj5h2cpW/vjgHd7bBxEYYRM+L9sZB +Cc: Tomi Ollila +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, 25 May 2013 12:14:43 -0000 + +--- + devel/TODO | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/devel/TODO b/devel/TODO +index f63385d..844555e 100644 +--- a/devel/TODO ++++ b/devel/TODO +@@ -34,8 +34,6 @@ current message/thread and make searches not return deleted messages + by default, (unless the user asks explicitly for deleted messages in + the search query). + +-Add keybindings for next/previous thread. +- + Add support to "mute" a thread (add a "muted" tag and then don't + display threads in searches by default where any message of the thread + has the "muted" tag). +-- +1.7.10.4 +