[PATCH 06/10] cli: Introduce "notmuch address" command
[notmuch-archives.git] / f8 / 7065010d0718ac8d97f59d93d6ab58977dd7ce
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 18B47431FAE\r
6         for <notmuch@notmuchmail.org>; Mon,  6 Feb 2012 07:39:17 -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 OoJAmPG4Rb7S for <notmuch@notmuchmail.org>;\r
16         Mon,  6 Feb 2012 07:39:16 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  0A850431FB6    for <notmuch@notmuchmail.org>; Mon,  6 Feb 2012 07:39:15 -0800\r
21  (PST)\r
22 Received: by wgbdt12 with SMTP id dt12so5541678wgb.2\r
23         for <notmuch@notmuchmail.org>; Mon, 06 Feb 2012 07:39:13 -0800 (PST)\r
24 Received: by 10.180.92.71 with SMTP id ck7mr36122217wib.3.1328542753223;\r
25         Mon, 06 Feb 2012 07:39:13 -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 q7sm26030746wix.5.2012.02.06.07.39.10\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Mon, 06 Feb 2012 07:39:11 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 4C07AA0484; Mon,  6 Feb 2012 15:39:09 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v3 0/3] part header code tidying and options\r
36 Date: Mon,  6 Feb 2012 15:39:04 +0000\r
37 Message-Id: <1328542748-19530-1-git-send-email-dme@dme.org>\r
38 X-Mailer: git-send-email 1.7.8.3\r
39 In-Reply-To: <1327052612-1040-1-git-send-email-dme@dme.org>\r
40 References: <1327052612-1040-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: Mon, 06 Feb 2012 15:39:17 -0000\r
54 \r
55 v3:\r
56 - simple rebase.\r
57 \r
58 The previous version of this had 'LGTM' for each of the three\r
59 parts. jrollins asked some questions, all of which were answered.\r
60 \r
61 David Edmondson (3):\r
62   emacs: Don't return the button from\r
63     `notmuch-show-insert-part-header'.\r
64   emacs: Optionally hide some part headers.\r
65   emacs: Don't insert a part header if it's the first part and text/*.\r
66 \r
67  emacs/notmuch-show.el |   84 +++++++++++++++++++++++++++++--------------------\r
68  1 files changed, 50 insertions(+), 34 deletions(-)\r
69 \r
70 -- \r
71 1.7.8.3\r
72 \r