Re: [PATCH v3] nmbug: Translate to Python
[notmuch-archives.git] / 67 / 9aff7f03dc8436e39f9bf739c59307d861b627
1 Return-Path: <dme@dme.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9F252431FC0\r
6         for <notmuch@notmuchmail.org>; Wed,  8 Feb 2012 00:02:29 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id RGvsQwqn2c6k for <notmuch@notmuchmail.org>;\r
16         Wed,  8 Feb 2012 00:02:29 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E9429431FAE\r
21         for <notmuch@notmuchmail.org>; Wed,  8 Feb 2012 00:02:28 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so201611wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 08 Feb 2012 00:02:27 -0800 (PST)\r
24 Received: by 10.216.138.14 with SMTP id z14mr10242908wei.7.1328688147782;\r
25         Wed, 08 Feb 2012 00:02:27 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id s2sm692364wix.3.2012.02.08.00.02.22\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Wed, 08 Feb 2012 00:02:24 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 40991A0429; Wed,  8 Feb 2012 08:02:21 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v8 0/8] reworked crypto toggle, plus a few other toggles\r
36 Date: Wed,  8 Feb 2012 08:02:09 +0000\r
37 Message-Id: <1328688139-3865-1-git-send-email-dme@dme.org>\r
38 X-Mailer: git-send-email 1.7.8.3\r
39 In-Reply-To: <1327486729-18052-1-git-send-email-dme@dme.org>\r
40 References: <1327486729-18052-1-git-send-email-dme@dme.org>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Wed, 08 Feb 2012 08:02:29 -0000\r
54 \r
55 v8:\r
56 - Code review comments from Austin:\r
57   - Correctly decrypt parts when saving, etc. them. (revert to\r
58     original behaviour).\r
59 \r
60 David Edmondson (8):\r
61   emacs: Rework crypto switch toggle.\r
62   emacs: Allow `notmuch-show-mode' to display only matching messages.\r
63   emacs: Allow the indentation of content to be toggled.\r
64   emacs: Add a binding (t) to toggle the truncation of long lines.\r
65   emacs: Optionally retain the state of the buffer during\r
66     `notmuch-show-refresh-view'.\r
67   emacs: Check that the parent buffer is alive before using it.\r
68   emacs: Add `notmuch-show-only-matching-messages'.\r
69   emacs: A prefix argument to `notmuch-show' should invert the matching\r
70         message behaviour.\r
71 \r
72  emacs/notmuch-show.el |  211 +++++++++++++++++++++++++++++++++++--------------\r
73  emacs/notmuch.el      |    7 +-\r
74  2 files changed, 153 insertions(+), 65 deletions(-)\r
75 \r
76 -- \r
77 1.7.8.3\r
78 \r